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

Fixes #1203 * [x] Specify name of editorconfig file so that plugin actually works * [x] Link editorconfig plugin and format bar * [x] Expose functions to change indent width...

### What Happened? This is probably a regression due to #1145 Tab width is assumed to be global for the editor when different document types can have different tab widths...

Fixes #1098 A hopefully minor behavior change is that stripping (and saving) now occurs whenever the document loses focus as well as on manual saving. Stripping does not occur on...

### What Happened? https://youtu.be/LrOn42Y4aIE This works with other editors like Atom and Sublime Text. It is an essential feature for me! ### Steps to Reproduce 1. Open Code 2. New...

Fix #1183 This makes most saving related functions explicitly asynchronous and where possible simpler (fewer parameters/conditionals). When closing the app, saving changes is decoupled from actually closing the documents so...

Fixes #1020 * Use selected text or search entry text when available with global search action * Add button to searchbar to trigger global search The keyboard shortcut searches text...

### Problem I use this software on a daily basis, it would be really cool to have an integrated Git GUI for comitting stuff. Shouldn't be very hard to have...

The [language server protocol](http://langserver.org/) aims to fix the editor language support problem. We should use it.

Priority: Low
Parent issue

Fixes #1183 Block on source buffer async save instead of yield.

### What Happened? When performing a global search Code only searches in `.vala` files and ignores untracked files. The option menu for folders includes "Find in Folder" - if that...