Releases: G33kDude/CodeQuickTester
Releases · G33kDude/CodeQuickTester
CodeQuickTester v2.8
Changes
- Line numbers!
- Separate Save/Save As menu options
- Menu option to rename the open file
- Setting for path to script template
Additions
- Fixed zooming with control-mousewheel
- Changed format of status bar to maximize syntax tip space
- Changed web request functions to support web proxies
- Removed margin area from main GUI design to maximize editor space
CodeQuickTester v2.7
Changes:
- Improved script options menu file selector default folders/files
- Fixed help file integration when only IE8 is available
- Various improvements to Wine compatibility
- Reorganized the menu bar
- Made the default pastebin dialog values more generic
Additions:
- Dynamic keyword autocompletion
- Menu for inserting includes
- Menu button/hotkey for exiting (Ctrl+W)
- Menu button to open the working directory
- Support for an external Settings.ini file
- Support for compiling into a portable exe via AutoHotkey_H
CodeQuickTester v2.6
In addition to the changes from the betas:
Changes:
- Improved Wine compatibility for syntax tips
- Fixed buffer overflow crash
- Stopped publish from always stripping comment-only lines
CodeQuickTester v2.6-beta1
Changes:
- Made "Open Help File" open to the selected keyword
Additions:
- Find and replace dialog
- Syntax tips in the status bar for the selected keyword
- Right-click menu for the editor
CodeQuickTester v2.5
Changes:
- Opening new instances when AHK or CQT has spaces in its path now works
- Pastebin integration has been updated to use HTTPS
- Working Directory now follows the most recently opened file
- Publish now uses current Ahk2Exe routines for pulling includes
- Colors are now defined by name rather than index
- Minor improvements to the code highlighter
Additions:
- Dialog for configuring publish settings
- Settings to keep or remove indentation, comments, and empty lines
- Separate menu options for installing service handler and setting default editor
- Open from clipboard
- Script option to change the Working Directory
CodeQuickTester v2.5-beta1
- Switched to RichCode.ahk library
- Added quick AHK version switcher, command line parameters
- Added toggle to switch run hotkeys between application-only and global
- Added better unsaved changes detection
CodeQuickTester v2.4
Release Notes
- Default font changed to Consolas regular 11pt.
WINE users may need to update their font settings to a font available on their platform
CodeQuickTester v2.4-beta2
Notes:
- Selecting text with the keyboard from right to left doesn't work
- WINE users may need to change the default fonts to ones available in WINE
CodeQuickTester v2.4-beta1
Notes:
- The setting
"Indent": "`t",
has been removed from the default set of settings. If you want to use the re-indentation feature, please add this back to the settings array. - Selecting text with the keyboard from right to left doesn't work
- Keyword highlighting is broken