Skip to content

Releases: fincs/SciTE4AutoHotkey

SciTE4AutoHotkey v3.1.0

15 May 12:10
8613a7a
Compare
Choose a tag to compare

Changes and new features

Dropped support for Windows XP.
Upgraded to SciTE/Scintilla 5.2.2 and Lexilla 5.1.6.
AutoHotkey v1.1.34 syntax definition updates.
AutoHotkey v2.0-beta support, including a completely rewritten new lexer.
Keyword definitions are now almost entirely sourced from the AutoHotkey documentation instead of maintained by hand.
Introduced new SciTE4AutoHotkey style format (s4ahk.style=2). Version 1 styles are automatically converted when edited by the style editor. Older legacy styles are no longer supported.
Introduced new default Light/Dark styles (replacing the previous collection of built-in styles).
The code font is now independently configured and no longer depends on the selected style.
Enhanced the graphical settings and style editors to support more common options.
Merged numerous Debugger improvements and bug-fixes, courtesy of Lexikos.
SciTE4AutoHotkey is now registered as an "Open With" application for .ahk files.
Added Swedish translation (courtesy of Mikael Hiort).
Added Korean translation (courtesy of joyfuI).
Added mechanism for disabling global Toolbar buttons.
Added support for passing parameters to debugged scripts.

Known issues

Calltip functionality has been temporarily removed as a side effect of the new syntax definition autogeneration, as well as SciTE limitations.
Help file word lookup is currently broken as a result of (not so) recent changes in AutoHotkey's CHM file.
Debugging AutoHotkey v2 scripts is known to sometimes produce crashes under certain circumstances.
AutoHotkey v2 AutoIndent only works when control flow statements are typed in lowercase.

Bug-fixes

The auto-updater now behaves properly if the update server is down instead of behaving erratically.
Many other miscellaneous fixes, optimizations, code modernisation and cleanup.

SciTE4AutoHotkey v3.0.06

18 Aug 14:55
Compare
Choose a tag to compare

Changes and new features:

Upgraded to SciTE/Scintilla 3.5.0.

Added new program icon [designed by kon].

Added support for auto-completion of built-in object methods/properties as well as CallTips.

Debugger: The current line marker color is now translucid instead of opaque cyan.

AutoHotkey v2: added object command syntax support.

AutoHotkey v2: introduced new syntax highlighting styles for object properties, methods, built-in properties and built-in methods.

Bug-fixes:

Minor debugger refactoring.

Toolbar startup stability and reliability fixes.

v3.0.05.01

04 Apr 22:45
Compare
Choose a tag to compare

SciTE4AutoHotkey v3.0.05.01

Changes and new features:

Upgraded to SciTE/Scintilla 3.4.1.

Incremental search and replace were disabled, this makes the 'Find/Replace Next' button useful again.

An 'Unmark All' button was added to the Find command.

Bug-fixes:

Toolbar startup stability and reliability fixes. [should fix weird Toolbar problems]

SciTE4AutoHotkey v3.0.05

23 Mar 18:47
Compare
Choose a tag to compare

Changes and new features

Added AutoHotkey v2 language support (enabled when a v2 platform is selected).

Added graphical style editor.

Upgraded to SciTE/Scintilla 3.4.0.

AutoHotkey v1.1.14 syntax definition updates.

Added new style format that is easier to process by tools.

ActiveWindowInfo: minor enhancements to user experience.

OpenInclude: %A_LineFile% is now supported.

Other miscellaneous improvements.

Bug-fixes

Fixed bug that broke inner folders in Extension packages.

Other miscellaneous bug-fixes.