CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
We need a custom font setting in CodeEdit. - [x] The editor and terminal should both default to SF Mono. - [x] The editor and terminal should have the following...
**Is your feature request related to a problem? Please describe.** We need a better themes preferences tab to allow for better usability and more scalability as we add more features...
# Dev note 🛠 I started working on this issue and found out that after clicking on a search result we open whole file (instead of file with desired line...
# Description Added an option to toggle autosave. # Related Issue * #603 # Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of...
## Problem Users may want the ability to break a file out of the current window to refer to it aside from the main window or focus in on the...
### Description As you can see from the video, in light mode, there are the following problems. - In the search results the search word is white, it should be...
We should be able to reorder tabs like the default tabs in macOS. They should animate as you are dragging just as they do here... https://user-images.githubusercontent.com/806104/160204100-9a00ee29-dfbc-4a0c-b05c-af58f532d1db.mov
We need to identify an approach for extension preferences. For context per #416 by @pkasila @Angelk90 said: > If the newly installed "Hello world" extension had a settings window, how...
A homebrew formula for this project would be really useful. This should make updating to the newest version way more convenient. Is it planned to create one in this early...
# Overview Help documentation will be needed for the CodeEdit application and Extension API. ~~@austincondiff and I discussed using the DocC documentation compiler, which converts Markdown-based text into documentation for...