SciTE Jump V1.24.68.96I've updated SciTE Jump with the bug fix mentioned by wraithdu as well as an improvement in speed when selecting a treeview item. Before I was enumerating through the array (slow if you happened to be using a large script,) though since the controlids are created sequentially I decided just to use this to my advantage and calculate the array index based on the first controlid minus the selected id. I also found an issue when using the docking feature, which was introduced as I don't delete the treeview anymore.
I've also included a ZIP file on the
download page for those who are a little reluctant to use the Portable installer.
It should be noted that I haven't updated any language strings from the previous version, so if you provided a translation for the last version then there is no need to provide an update this time. Download is available in the original post.
Language Changes:Quote:
None
Changelog:Quote:
- FIXED: If a function name was inside a comment or comment block, then it would highlight the comment instead of the function upon refresh of SciTE Jump. (Thanks wraithdu)
- FIXED: Issue with the treeview being out of bounds when docking to SciTE.
- IMPROVED: Approach to navigating through the treeview. This should be a lot quicker.
- IMPROVED: Monitor.a3x to version 4. This will automatically update if you have an older version.