code
code copied to clipboard
Code editor designed for elementary OS
### What Happened? After closing some tabs, it was noticed that the "Closed Tabs" button remained insensitive suggesting the closed tabs were not added to it. ### Steps to Reproduce...
### What Happened? Sometimes Code crashes when I select multiple lines and press backspace. I have an ocd where I need to keep only useful lines in bash history 😅,...
Final part of "Replace Gtk.MenuItem with GLib.MenuModel" task in #1157
### What Happened? Attempted to open two versions of a project stored on different partitions in the sidebar. Code crashed on opening the second one and was unstable until the...
### What Happened? After opening an empty project folder, a new subfolder was created using the project context menu. While in rename mode after creation of "untitled folder" the `Esc`...
Fixes #1462 These were added to icons several years ago https://github.com/elementary/icons/pull/1025
### What Happened? git status icons in the sidebar use `user-` namespace icons. ### Steps to Reproduce  ### Expected Behavior There are `emblem-` namespace...
Fixes #1443 To reproduce issue: * Load a (disposable) document with many lines and with repeated lines. * Ensure the "Highlight selection" plugin is active * Click at start of...
Hi! I tried to fix https://github.com/elementary/code/issues/1281 using the [Gtk RecentManager](https://valadoc.org/gtk+-3.0/Gtk.RecentManager.html) but I am only partially satisfied and would like some advice: * I don't understand why operations on files appear...
Fixes #1483 - Ensure selection is updated in plugin when selection changes by clicking elsewhere - Simplify and DRY some code Throttling the update-spaces function was tried but the resulting...