Open
Description
Download available via auto-update tool (menu Help -> Check for updates, Beta channel).
Features
- imports from the same CLEO module can be combined in one statement Modules RFC #264 :
import f1, f2 from "module.s"
- new edit mode for GTA SA using Somersault compiler (ssc)
- edit mode enhancements
- Edit Mode list customisation #184
-
<classes>
,<enums>
,<examples>
elements in edit mode config can haveautoupdate="no"
attribute to prevent them from auto-updating from SBL - edit mode can have multiple
<library>
and<opcodes>
declarations that will be merged together - when the game directory is not set for the current mode, the editor uses one from the parent edit mode if available
- Default extensions of OpenFileDialog #299
- autocomplete list shows command descriptions
- autocomplete now searches for input text anywhere in the command/enum name, not only in the beginning
- add basic code formatter (default hotkey Ctrl+Alt+3)
- new editor option to allow open file duplicates (disabled by default)
- new set of toolbar icons
- new theme Night Blue by Vital
- updated Turkish translation by Bloodriver the Conqueror
Fixes
- use case-insensitive search when checking if the file with error is already open
- fix "Strict IF validation" option always reset to default after program restart
- extra space in for loop causes compiler error #349
- "if {comment} not" produces compiler error #351
- fix an issue with editor navigating to $include directive and not where the compiler error occurred
- allocate custom variables in SCM mission starting from 34@ Scoped local variables in SCM scripts RFC #284
- compiler converted string literals defined as
const
to lowercase irrespective of Case Converting option - main toolbar can no longer detach from the main window Investigate ToolbarDock set to -1 #356
- Investigate error report on INCLUDE_ONCE with wrong path #357
- Invalid operation depending on arguments order #343