code
code copied to clipboard
Code editor designed for elementary OS
Fixes #1668 Fixes #1667 The search term was not being escaped when the search was not specified as using regex expressions (I think this is a regression?). This resulted in...
### What Happened? Globally searched for `changed` - this resulted in multiple hits. Changed the search term to `changed[` and repeated the global search. The badges did not update even...
### What Happened? Searched for `.changed`. The current document had one hit with local search (correct) but the global search showed a badge of `7` against the current document (incorrect)....
### Problem The default spell language is `en_US`. There does not seem to be a way of changing it through the user interface. ### Proposal When the plugin is active...
### What Happened? In the embedded terminal inside Code, the keyboard shortcut Ctrl+U doesn’t work as expected. In most terminals (and in any standard shell using GNU Readline or similar),...
* Reduce scope of `loading_required` * Lock before access Fixes #1654 (maybe)
Fixes #297 Adapted from Files code. Some undecided issues: (1) Should templates automatically enter rename mode (currrently not). I am assuming templates will be named something like "Application.vala" so will...
Fixes #568 - Convert ACTION_ORDER_FOLDERS into a toggle action - Convert "Manage Project Files menu child into a popover - Use ModelButton for "Alphabetize" action - Modify Fuzzy Finder plugin...
### What Happened? Attempting to work with different active projects in two windows was not possible since they are synchronized via settings. ### Steps to Reproduce Open two windows Change...
Fixes #1533 - Fix always searching all projects (as originally intended) - Sort search results showing project of current document first - Sort close matches above fuzzy matches - Sort...