CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### Description It should be possible to restrict scope of project finds to specific folder(s).
### Description We should allow users to specify files and folders to exclude from project find and open quickly by using glob patterns. Commonly excluded folders should be in this...
### Description We should allow users to specify files and folders to exclude from being watched by using glob patterns. Commonly folders should be added to this list by default...
### Description When a user clicks on a search result, the editor should open the corresponding file with the searched word highlighted, and the cursor automatically placed at that location....
### Description With our current implementation, SSH only works if the user has both one key configured per host, and no password protected keys. Our implementation needs to be built...
### Description After #1458 our git implementation needs unit tests. This includes: - Committing changes - Viewing commit history - Cloning repositories - HTTP - SSH - Pull from repository...