CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS β Elevate your code editing experience. Open source, free forever.
### Description There have been persistent memory leaks observed during the retrieval of search results from `SearchKit`. The root cause was identified as the incorrect use of `.takeUnretainedValue()` method. This...
### Description This PR fixes some memory leaks that occurred during the retrieval of search results from SearchKit. This was because I wrongfully used .takeUnretainedValue(), which caused the memory count...
### Description This PR adds a settings menu for developers to add LSP binaries. Currently, this settings menu is intended to be removed before 1.0 releases, unless we would like...
### Description When using the arrow keys to navigate between the settings menu, there is a noticeable lag when selecting these four menus: `General`, `Navigation`, `Themes`, `Text Editing`. This does...
### Description Previously, the status bar was just attached to the bottom of the editor, whereas in Xcode, it acts essentially as a thick divider. This PR aims to get...
### Description We need an additional settings menu for developers to add in paths to their LSP binaries. This will be a temporary solution before it gets replaced by an...
### Description Main Changes - Modifies the GitClient to use `GitChangedFile`s or `URL`s instead of `CEWorkspaceFile`s. The `CEWorkspaceFiles` created by these methods were disconnected from the workspace's file manager and...
### Description If the path has a space in it, the "Commit" button never becomes enabled. Likewise, if a file is modified outside of CodeEdit and has a space somewhere...
### Description Currently it appears that only bash and zsh are supported shells. My default shell is fish and I can't use the terminal pane because of it. I modified...
### Description Update to CEWorkspaceFile and CEWorkspaceFileManager to support symlinks. It separates the id from the url on CEWorkspace file so there can be different files pointing to the same...