Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Releases: SPCodeOrg/SPCode

Release 1.8.1.1.beta1145

20 Mar 23:32
Compare
Choose a tag to compare
Pre-release
  • More improvements towards RTL implementation
  • Added a 'Test connection' button for FTP and RCON in the Configs Window

Release 1.8.1.1.beta1095

16 Mar 21:50
Compare
Choose a tag to compare
Pre-release
  • 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

07 Mar 04:22
Compare
Choose a tag to compare
Pre-release
  • 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

03 Mar 02:36
Compare
Choose a tag to compare
Pre-release
  • 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 and Esc to exit autocomplete

Release 1.8.1.1.beta1092

16 Feb 16:57
Compare
Choose a tag to compare
Pre-release
fixed paths issue

Release 1.8.1.1.beta1090

15 Feb 13:35
Compare
Choose a tag to compare
Pre-release
added some translations

Release 1.8.1.1.beta1085

14 Feb 16:39
Compare
Choose a tag to compare
Pre-release
add translations to macros and some error messages

Release 1.8.1.1.beta1078

12 Feb 01:56
Compare
Choose a tag to compare
Pre-release
  • Added new VS-like error and warning ToggleButtons and Copy Errors button above the errors grid.

Release 1.8.1.1.beta1075

11 Feb 01:20
Compare
Choose a tag to compare
Pre-release
  • actually fixed foldings on escaped quotes and apostrophes

Release 1.8.1.1.beta1073

10 Feb 05:48
Compare
Choose a tag to compare
Pre-release
  • translation provider optimizations
  • fixed foldings broken on commented quotes
  • fixed reformat broken with escaped backslashes between quotes