And again a brand new update for the ISN Autoit Studio is out now! (Version 1.07)
Many improvements in speed are made in this release! (Especial for big scripts)
So happy testing!
Changelog (by Google translator)
-> ISN AutoIt Studio: <-
-----------------------------------
[Fixes]
- Various bugfixes
- Indenting a lot of text with tabulator now works much faster. (And will not crash the ISN anymore)
- The function "Repeat" or "Undo" in the Script Editor reacts faster with a lot of text. (And will not crash the ISN anymore)
- When marking blank lines in the Script Editor, the ISN AutoIt Studio freezes for a few seconds. This is now fixed.
- Fixed a bug that caused autocomplete not to work properly in some Scintilla controls (code deposit, code snippet).
Bug with MustDeclareVars and the DBUG Tool fixed.
- Fixed input problems after CTRL + G.
- fixed bug with the scaling of the start logo and the small debug window
[Improvements]
- Speed with larger files has been greatly improved. (Also when copying / pasting text into the script editor)
- The function "Mark last modified function in script tree" has been extended: Now an immediate marking can be selected. So as soon as the Coursor is placed in a function, the function is marked in the script tree.
- revised the "Script Tree Settings" section in the program settings
- All Scintilla controls (debug console, code deposit, code snippet etc.) now have a consistent context menu in the style of the "main editor"
- Many hotkeys for the script editor (lines, bookmark, duplicate, etc.) now also work for other Scintilla Controls in ISN AutoIt Studio
- The script tree of ISN AutoIt Studio now runs in its own thread. Thus, the script tree has now no more speed influence on the ISN AutoIt Studio!
As a result, the generation of the script tree is now a bit faster. (Results are cached, for example, to be loaded faster when changing tabs)
- The scroll position of the script editor is restored when the tab is changed!
Added loading animation in the script tree
- Autocomplete for variables and functions in the project runs much faster and no longer blocks the ISN AutoIt Studio. The internal list is now updated each time the script tree is updated. (So the "Save" command is executed)
- Updated French translation (thx to Swirti)
- Updated Russian translation (thx to 74LS00)
- The list of "Recently opened items" (in the Welcome window) now automatically sorts items that are no longer available. Thus, no "holes" more in the list.
- The project management can now be opened at any time. An open project does not have to be closed anymore.
[New Features]
- Autocomplete can now only be displayed from the second character on for UDF functions. To be found in the program settings under "Script Editor".
- The filter for the script tree now supports wildcards (eg _test *).
- A hotkey can now be assigned for the "Create temporary AutoIt script" function.
- Added "Select All" function in the context menu of the Script Editor
- The ISN AutoIt Studio now supports multiple paths for projects. In addition to the "main path", you can now specify additional folders that are searched for ISN projects. (See program settings -> program paths)
- In project management, all projects from additional project paths are now displayed and grouped by folder. (For grouping Win Vista or higher is necessary)
- In project management, projects can now simply be moved from one project folder to the other via drag and drop.
-> ISN Form Studio 2: <-
-----------------------------------
[Fixes]
- Various bugfixes
- Changing the tab pages in the Control Editor and GUI properties is now faster. (thx to lyogadi)
[New Features]
- In the GUI properties, the GUI code can now be packed into a function on request. (With the GUI handle as the return value)
-> Plugin SDK: <-
-----------------------------------
[Fixes]
- Fixed a bug in the function "_ISNPlugin_ArrayStringToArray" that could cause the plugin to crash.
- Bug fixed in the function "_ISNPlugin_Wait_for_Message_from_ISN_AutoIt_Studio".