code icon indicating copy to clipboard operation
code copied to clipboard

Code editor designed for elementary OS

Results 294 code issues
Sort by recently updated
recently updated
newest added

### 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 😅,...

Priority: High

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 ![Screenshot from 2024-08-28 15 59 30](https://github.com/user-attachments/assets/19572d6a-9140-4d05-a2d6-7b70aa1c4263) ### Expected Behavior There are `emblem-` namespace...

Good First Issue

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...