~~> Removed duplicate key "build_settings"
- I removed the duplicate from all three trans-
lation files.
Typo: "filter_semicolon" is a key with value
"Filter:" by default. The character is a colon.
I left it unchanged as the key must still
function and it is not changed in-code.
Co-authored-by: Martín Lucas Golini <spartanj@gmail.com>
Added Objective-C++ highlighter (SpartanJ/ecode#616).
Replaced "Treat .h file as C++" in favor of "Treat .h files as..." with multiple options, including auto-detection (SpartanJ/ecode#614).
Refresh semantic-highlighting after syntax highlighter change.
MenuBar buttons are now slightly more separated.
When switching between dark and light ui prefers color scheme now pick a dark/light color scheme if the currently set is the default (SpartanJ/ecode#535).
Fix a bug in menu bar pop-up not hiding properly.
Added some *very basic* support for some *very basic* TextMate grammars, `$language.tmLanguage.json` files are now parsed and supported internally. Full support is not currently possible, and might never be. This is to facilitate converting grammars to ecode format.
Updated python linter and formatter to the latest ruff version.
~~> Updated German Translation to 0.7.0_r00
- Changed the version identifier convention in the metadata to something
more useful.
- Thus, removed version_ecode from meta and de.xml is now a string
again who cares
- Retrofitted missing keys
- added linebreak in "feature_not_supported_in_os"
- fixed some janky strings in "escape_sequence_tooltip"
Added the syntax definition folding ranges configuration for the JSON definitions.
Cleaned up a little bit some languages, added folding ranges to several of them.
Refactored TextUndoStack, now uses std::variant and avoids heap allocating each command.
Fix possible crash in Process::readAll.
Fix SyntaxDefinition::setSymbols.
Some minor improvements for Odin and Ü syntax definitions.
Fix Git plugin silent configuration.
Allow to prefer the LSP formatter over the command line formatter in the formatter plugin, changed that option as the default for the cases where we use clangd (which fallbacks to clang-format but does diff the file).
Minor changes in UIScrollView (now updates click step by default).
Minor optimization in SyntaxTokenizer.
Fix UIImage wrap_content and autosize.
Do not crash if no display is available.