This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
Releases: SPCodeOrg/SPCode
Releases · SPCodeOrg/SPCode
Release 1.8.1.1.beta1145
- More improvements towards RTL implementation
- Added a 'Test connection' button for FTP and RCON in the Configs Window
Release 1.8.1.1.beta1095
- Fixed black dimming effect color sometimes sticking instead of returning to the accent color
- Fixed some instances where opened files with the editor already opened would not get selected
- Some UI tweaks to improve translations in Options and Search Windows
- Fixed crash related to triggering autocomplete list in empty lines and in other cases
- Improved function/method highlightings to prevent inappropiate highlightings (most noticeable in Database.Format)
- Added autocomplete and tooltip support for methodmaps and enum structs, and their fields and methods
Release 1.8.1.1.beta1094
- Fixed program crash when closing 'Select a File' window when trying to decompile a plugin
- Fixed changelog now working
- Modified the 'Do you want to update?' message in the Update Window to include the actual version of your program and the one you're going to update to
- Added the possibility of mirroring some sections of the MainWindow UI and mirroring the Options, Configs, New File from Template, Search and Rename windows completely when loading a language marked as RTL.
Known bugs
- The upper right command buttons from the Configs Window are not working yet.
- Program crashes when triggering the autocomplete list (ctrl+space) immediately before the end of file (EOF).
Release 1.8.1.1.beta1093
- Implemented enum struct highlighting
- Fixed close lower grid button missing
- Many UI redesigns and refactors
- Fixed 'current document' search setting not getting saved
- Added 'reload language' button next to language box in settings
- Gave all windows their titlebar back, some of them with left side buttons with new functions
- Improved exception handling when parsing translations
- Improved fallback method for missing translations
- Removed interpolated stuff in translation strings
- Added many missing translation phrases
- Add context keyword highlight to the word
operator
- Improved about window slightly (wip)
Major refactor to autocomplete/function information tooltip systems
- Implemented pre-processor statements autocompletion
- Implemented parsing of included ".sp" files (wip?)
- Autocomplete for local variables
- Only methods of the accessed type are shown in autocomplete
Ctrl+Esc
to trigger autocomplete andEsc
to exit autocomplete
Release 1.8.1.1.beta1092
fixed paths issue
Release 1.8.1.1.beta1090
added some translations
Release 1.8.1.1.beta1085
add translations to macros and some error messages
Release 1.8.1.1.beta1078
- Added new VS-like error and warning ToggleButtons and Copy Errors button above the errors grid.
Release 1.8.1.1.beta1075
- actually fixed foldings on escaped quotes and apostrophes
Release 1.8.1.1.beta1073
- translation provider optimizations
- fixed foldings broken on commented quotes
- fixed reformat broken with escaped backslashes between quotes