SciTE Jump

If you are currently developing portable freeware or planning to do so, use this forum to discuss technical implementation, seek out like-minded developers for partnership, or solicit interested users for beta testing.
Message
Author
User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#31 Post by guinness »

Thanks joby_toss.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#32 Post by guinness »

SciTE Jump V1.13.36.40

I've updated SciTE Jump with a couple of additions and bug fixes, this does not include the docking to SciTE suggestion (yet).

It should be noted that in the new version I've added additional language strings, so if you would like to update your language please send me the new translation and I will update accordingly. When you start the latest version you'll be asked 'Do you want to upgrade?', select 'Yes' if you want to.
- ADDED: Automatically convert the INI file if currently not unicode.
- FIXED: Issue where the height of the taskbar was fixed at 30px rather than finding the working area when checking if the GUI was on the screen.
- FIXED: SciTE Jump not loading the correct help file when entering F1.
- IMPROVED: INI file is now encoded as a unicode file if it doesn't exist already.
Note: joby_toss the Romanian language is up to date :D
Last edited by guinness on Sun Apr 15, 2012 5:47 am, edited 1 time in total.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#33 Post by guinness »

I'm in the process of updating SciTE Jump with a feature request of moving functions to the top of the visible screen.

Therefore if anyone who codes in AutoIt/NSIS/VBScript and uses SciTE Jump has any new feature requests or bug reports then please let me know.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#34 Post by guinness »

Here's a preview of what's to come >> SciTE Jump Animation.

I plan to release the next version of SciTE Jump this weekend, so if you would like your language to be included & fully updated then please send me your language file. Thanks for your support.


Language additions/changes in the next release.
# CHANGES IN LANGUAGE FILE FROM V1.13.36.40 TO V1.14.41.45 #

Added:
COPY_ALL=Copy All
COPY_SELECTED=Copy Selected
DESELECT_ALL=De-Select All
OK=OK
REPLACE=Replace
SELECT_ALL=Select All
TIP_PREPROCESSOR_1=Pre-Processor
TIP_REPLACE_1=Replace in Scripts
TIP_REPLACE_2=Search for...
TIP_REPLACE_3=Replace with...
TIP_REPLACE_4=Preview before
TIP_REPLACE_5=Case sensitive
TIP_UDFS_1=Include Files
TIP_UDFS_2=Add to Includes
TIP_UDFS_3=Remove from Includes
TIP_UDFS_4=Overwrite include file


Modified: (New Translation)
MENU_HELP=Help (F1)

User avatar
joby_toss
Posts: 2970
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

Re: SciTE Jump

#35 Post by joby_toss »

RO:

Code: Select all

# CHANGES IN LANGUAGE FILE FROM V1.13.36.40 TO V1.14.41.45 #

Added:
COPY_ALL=Copiază Tot
COPY_SELECTED=Copiază ce e Selectat
DESELECT_ALL=Deselectează Tot
OK=OK
REPLACE=Reînlocuie
SELECT_ALL=Selectează Tot
TIP_PREPROCESSOR_1=Pre-Procesare
TIP_REPLACE_1=Înlocuie în Scenarii
TIP_REPLACE_2=Caută după...
TIP_REPLACE_3=Înlocuie cu...
TIP_REPLACE_4=Previzualizare înainte
TIP_REPLACE_5=Respectă punctuația
TIP_UDFS_1=Include Fișiere
TIP_UDFS_2=Adaugă în Incluziuni
TIP_UDFS_3=Înlătură din Incluziuni
TIP_UDFS_4=Suprascrie fișierul incluziune


Modified: (New Translation)
MENU_HELP=Ajutor (F1)

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#36 Post by guinness »

That was quick. Thanks :mrgreen:

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#37 Post by guinness »

SciTE Jump V1.14.44.50
I've updated SciTE Jump with requests by Ray, UEZ and D4RKON3 as well as a few bug fixes that were reported.

It should be noted that in the new version I've added additional language strings, so if you would like to update your language please send me the new translation and I will update accordingly. When you start the latest version you'll be asked 'Do you want to upgrade?', select 'Yes' if you want to.

Note: Dutch, German, Romanian are all up to date.
- ADDED: Button to load the folder of where Obfuscator is located.
- ADDED: Now loads/restarts SciTE in Portable mode if SciTE4AutoIt3 isn't installed on the machine.
- ADDED: Now the function moves to the top of the visible screen rather than somewhere in the middle as before. (Thanks D4RKON3)
- ADDED: Open the folder containing the exported file once complete.
- ADDED: Option to add current script to AutoIt's include folder. Ideal if downloading custom UDFs from the forum. (Thanks Ray)
- ADDED: Option to dock the SciTE Jump GUI to the right side of SciTE. Selecting the dock button again will reset the windows to their last position. (Thanks UEZ)
- ADDED: Remembering the last function selected per tab and scrolling to it when re-visiting that particular tab.
- ADDED: 'Replace in Scripts' feature, now you can replace a word or sentence within a directory that contains the supported filetypes i.e. au3, vbs & nsis.
- FIXED: Clearing the search in functions input and line number input when changing files. (Thanks LoWang)
- FIXED: Duplicate folder entries in the combobox. This occurred when dropping the same folder onto the GUI.
- FIXED: Issue when searching for a function with all folds toggled to collapsed would cause random folds to expand whilst searching.
- FIXED: Issue with the Help file not loading correctly.
- FIXED: Now autosaves the current file when restarting from SciTE Jump.
- FIXED: Regression that occurred back in V1.12.35.37 when the sorting function was improved. Now additional information is exported as was the case in V1.11.32.31.
- IMPROVED: Disable the export contextmenu when the file isn't supported by SciTE Jump.
- IMPROVED: Re-arranged order of settings menu.
- IMPROVED: Toggling of folds for functions.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#38 Post by guinness »

An animation of the new interface.

Image

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#39 Post by guinness »

SciTE Jump V1.15.55.57

I've updated SciTE Jump with a lot of new additions as well as bug fixes too, please see the changelog for more details.

It should be noted that in the new version I've added additional language strings, so if you would like to update your language please send me the new translation and I will update accordingly. When you start the latest version you'll be asked 'Do you want to upgrade?', select 'Yes' if you want to.

Language Changes:
# CHANGES IN LANGUAGE FILE FROM V1.14.44.50 TO V1.15.55.57 #

Added:
MENU_OPEN=Open File
MENU_OPENLOCATION=Open File Location
TIP_REPLACE_6=Filetypes, leave blank for all files
Changelog:
- ADDED: Disabling of relevant items if the file is supported by SciTE Jump but isn't an au3 file.
- ADDED: Monitoring the SciTE Window position and moving accordingly when docked to SciTE.
- ADDED: Opening of the file when double clicking on the item in the replacing in files GUI.
- ADDED: Option to specify different filetypes when replacing within files e.g. au3;txt or leave blank for all files.
- ADDED: Popup window style when docking to the right of SciTE. (Thanks UEZ)
- ADDED: Restoring of the SciTE Window upon exit if the window was docked to the right of SciTE. (Thanks UEZ)
- ADDED: Right-click context menu for find in files.
- ADDED: Right-click context menu to the preview GUI for replacing in files.
- ADDED: Right-click context menu with limited options for search results.
- ADDED: Selecting the 'Enter' key when the replace in files inputs have focus will start the replacing process.
- FIXED: Clearing the folder combobox would still result in the last folder being remembered.
- FIXED: Find in Files now searches in all files instead of just au3 files.
- FIXED: Issue where the treeview would disappear periodically.
- FIXED: Location of the export file opening when an error occurred.
- FIXED: Right-click context menu displaying when the file was empty.
- IMPROVED: Disable the export right-click context-menu when the file isn't supported by SciTE Jump or doesn't exist.
- IMPROVED: Finding in files function.

User avatar
joby_toss
Posts: 2970
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

Re: SciTE Jump

#40 Post by joby_toss »

guinness wrote:Language Changes:
# CHANGES IN LANGUAGE FILE FROM V1.14.44.50 TO V1.15.55.57 #

Added:
MENU_OPEN=Open File
MENU_OPENLOCATION=Open File Location
TIP_REPLACE_6=Filetypes, leave blank for all files
Romanian wrote:Language Changes:
# CHANGES IN LANGUAGE FILE FROM V1.14.44.50 TO V1.15.55.57 #

Added:
MENU_OPEN=Deschide Fișier
MENU_OPENLOCATION=Deschide Locația Fișierului
TIP_REPLACE_6=Tipuri fișiere, lasă liber pentru toate fișierele

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#41 Post by guinness »

joby_toss wrote:
guinness wrote:Language Changes:
# CHANGES IN LANGUAGE FILE FROM V1.14.44.50 TO V1.15.55.57 #

Added:
MENU_OPEN=Open File
MENU_OPENLOCATION=Open File Location
TIP_REPLACE_6=Filetypes, leave blank for all files
Romanian wrote:Language Changes:
# CHANGES IN LANGUAGE FILE FROM V1.14.44.50 TO V1.15.55.57 #

Added:
MENU_OPEN=Deschide Fișier
MENU_OPENLOCATION=Deschide Locația Fișierului
TIP_REPLACE_6=Tipuri fișiere, lasă liber pentru toate fișierele
Updated. Thanks.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#42 Post by guinness »

I'm really loving the dock feature, I never thought I would use it.
Image

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#43 Post by guinness »

SciTE Jump V1.16.58.64
I've updated SciTE Jump with new additions as well as bug fixes too, please see the changelog for more details.

Thanks to burnell, D4RKON3, Mat & UEZ for their input. burnell reported the issue of duplicate functions in comment tags, these are now removed.

It should be noted that in the new version I've added additional language strings, so if you would like to update your language please send me the new translation and I will update accordingly. When you start the latest version you'll be asked 'Do you want to upgrade?', select 'Yes' if you want to.

Language Changes:
# CHANGES IN LANGUAGE FILE FROM V1.15.55.57 TO V1.16.58.64 #

Added:
CLOSE=Close
MENU_MONITORLINE=Scroll within function list
TIP_MSG_1=Refresh %PROGRAMNAME%
TIP_MSG_10=Add the current AutoIt script to the includes folder.
TIP_MSG_11=Remove the current AutoIt script from the includes folder.
TIP_MSG_12=Select to overwrite the current AutoIt script in the includes folder if present.
TIP_MSG_13=Open the Obfuscator folder.
TIP_MSG_2=Lists directories to search within.
TIP_MSG_3=Clear the list of directories.
TIP_MSG_4=Dock %PROGRAMNAME% to SciTE.
TIP_MSG_5=Select a directory to add to the current list.
TIP_MSG_6=Export to various formats or details about the AutoIt script.
TIP_MSG_7=Select to display the list of files that will be replaced.
TIP_MSG_8=Select to use case sensitive searching.
TIP_MSG_9=Replace a certain word or certain within a list of files.
Changelog:
- ADDED: Automatically scroll to the function in SciTE Jump the caret is in between. This is optional and can be turned on by right-clicking on the titlebar. (Thanks Mat & UEZ)
- ADDED: Right-click context menu to the SciTE Jump GUI, to access the titlebar items, such as toggling between sorting items. (Thanks D4RKON3)
- ADDED: Tooltips to certain controls. Language files will need to be updated to accommodate this change. (Thanks D4RKON3)
- FIXED: Issue trying to highlight the text in the search input.
- FIXED: Issue where functions in between comments would show up in the treeview. Idea from ISI360, the author of ISN AutoIt Studio.
- IMPROVED: Issue where the right-click context menu would display when clicking on the header text.
- IMPROVED: Now the right-click context menu will display limited options when selecting a region or comment item, rather than the full context menu.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#44 Post by guinness »

SciTE Jump V1.17.61.71
I've updated SciTE Jump with emphasis on fixing bugs (finding workarounds mostly) to issues reported by UEZ & wraithdu as well as a couple of additions, especially remembering SciTE Jump's last position, kindly suggested by Yashied.

It should be noted that in the new version I've added additional language strings, so if you would like to update your language please send me the new translation and I will update accordingly. When you start the latest version you'll be asked 'Do you want to upgrade?', select 'Yes' if you want to.

Language Changes: (No additions were made in this current release.)
# CHANGES IN LANGUAGE FILE FROM V1.15.55.57 TO V1.16.58.64 #

Added:
CLOSE=Close
MENU_MONITORLINE=Scroll within function list
TIP_MSG_1=Refresh %PROGRAMNAME%
TIP_MSG_10=Add the current AutoIt script to the includes folder.
TIP_MSG_11=Remove the current AutoIt script from the includes folder.
TIP_MSG_12=Select to overwrite the current AutoIt script in the includes folder if present.
TIP_MSG_13=Open the Obfuscator folder.
TIP_MSG_2=Lists directories to search within.
TIP_MSG_3=Clear the list of directories.
TIP_MSG_4=Dock %PROGRAMNAME% to SciTE.
TIP_MSG_5=Select a directory to add to the current list.
TIP_MSG_6=Export to various formats or details about the AutoIt script.
TIP_MSG_7=Select to display the list of files that will be replaced.
TIP_MSG_8=Select to use case sensitive searching.
TIP_MSG_9=Replace a certain word or certain within a list of files.
Changelog:
- ADDED: Progress bar to searching within files to visually show searching is in progress.
- ADDED: Revert back to normal mode if in dock mode to save the position of SciTE Jump.
- ADDED: Saving the last current position. (Thanks Yashied)
- ADDED: SciTE Jump will now adjust the height of the SciTE Jump window relative to SciTE. Only in dock mode. (I wanted to add this back in V1.15.55.57)
- FIXED: Bug where 'Array variable has incorrect number of subscripts' would occur at certain intervals when using the 'automatically scroll within SciTE Jump' feature. (Thanks UEZ)
- FIXED: Issue when docking to SciTE would cause the UI to sometimes look a little out of place. (Thanks wraithdu)
- FIXED: Issue with button images not displaying correctly in Windows XP.
- FIXED: Issue with displaying SciTE4AutoIt3's help file if using an older version. Now SciTE Jump's help file is automatically used instead.
- FIXED: Issue with Windows XP when docking the GUI to the right side of SciTE and changing the style.
- FIXED: Right-click context menu not displaying on the search or find in files results.
- FIXED: Right-click menu on the GUI not displaying when in dock mode.
- REMOVED: Tooltips to certain controls for now as this was causing a conflict with SciTE's replace dialogue.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: SciTE Jump

#45 Post by guinness »

I'm in the process of creating a maintenance release for this month and currently have this changelog:
- ADDED: Double-clicking on the client area of the GUI will dock or undock SciTE Jump to SciTE.
So if you've found any bugs or have ideas then please let me know. Thanks.

Post Reply