code
code copied to clipboard
Code editor designed for elementary OS
### What Happened? A document was externally renamed/moved while open in Code. Code only gave a warning message that the document no longer was in its original place (deleted, renamed,...
### What Happened? After duplicating a tab using the tab context menu, the duplicate tab was dragged out of the bar to create a new window. After this operation it...
### What Happened? If the terminal pane is closed, the active project changed and then the terminal pane reopened. The terminal working directory remains the same instead of changing to...
Builtin highlight matching brackets only works over a limited number of characters. This works over whole document, scrolls to match and checks whether indent is the same.
### What Happened? Made a change to a tracked document and noticed the git status gutter did not change. Undoing the change caused the git status gutter to show the...
### What Happened? After performing a global search with matches, the search term in the header bar was deleted. The badges remained but there is no longer any information as...
Fixes #492 Fixes #1671 - Bind system document font setting to an Application property - Show the current system font in the Preferences dialog - Use the new Application property...
### What Happened? In Preferences/Interface "Use system font" was active. The system document font was changed using `dconf-editor`. The appearance of the loaded documents did not change. ### Steps to...
Fixes #581 It is considered potentially problematic to strip spaces on autosave so this solution is proposed. Stripping only occurs when the document is unfocused on the assumption that in...