« on: July 26, 2023, 10:56:24 PM »
Fixes, Features, and Enhancements in SlickEdit 2024 (29.0.1)- Fix for issue where extra entries are added to All Workspaces that aren't useful
- Fix for Slick-C stack which can occur in Diff progress dialog (_DiffSetupProgressForFile)
- Fix so typing '{' in a Python or JSON file works when Auto-Close for '{' is turned off.
- Fixes so annotation list context menu items in Annotations tool window get enabled when necessary.
- MacOS >=15 clang debugger fix. On MacOS >=15 clang++ needs -fdebug-default-version=4 option in order for the debugger to work. This fix automatically adds this option to the compile command.
- Added option whether to automatically show the Quick Start wizard.
- Changed license manager dialog title to show SlickEdit Pro or SlickEdit Standard for more clarity.
- Added call_list to call _prebuild_XXXX functions before calling _postbuild_XXX functions.
Fixes, Features, and Enhancements in SlickEdit 2024 (29.0.0)- New Languages Supported
- TOML
- Color Coding
- Smart editing including smart indenting, smart tab, and SmartPaste
- Beautifier
- Language Support Enhancements
- Python Enhancements
- Improved Context Tagging for Python 3.x run-time libraries.
- Updated Context Tagging run-time library for Python to 3.12.
- Added support for Python 3.1 Match statement: Color coding, Smart editing, and Beautifier.
- HTML Enhancements
- Spell checking source now checks configured elements.
- XML Enhancements
- Spell checking source now checks configured elements.
- JSON Enhancements
- Added array alignment option to beautifier.
- Project Enhancements
- Optionally run project commands in Terminal tool windows. This makes it possible to run multiple project commands at the same time.
- C/C++ debugging project types now support auto directory project creation on invocation (i.e. vs <source-dir>).
- Defs tool window
- Improved handling of nested package/namespaces.
- Find and Replace tool window
- New hot keys for choosing multi-file search results window. Use Alt+0..Alt+9 (Mac: Command+0..Command+9) to choose search results window.
- General
- New copy-as-html-text command (Edit>Copy As>Copy As HTML Text). This allows you to create HTML markup text for color coded source code.
- Not all fixes/changes have been listed.
« Last Edit: February 09, 2025, 03:48:07 PM by Clark »

Logged