CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
There's a working implementation of CodeEditKit integration in CodeEdit, however things are rough. This issue is a tracker for things that need to be done to tidy up and improve...
### Description I would like to suggest a few things for the enhancement of textfield in Project Navigator. 1. When renaming the filename in Project Navigator, the textfield should highlight...
### Description Please add support for languages sass and pug ### Alternatives Considered _No response_ ### Additional Context _No response_ ### Screenshots _No response_
### Description When opening any file, when you initially start scrolling, the scroll indicator jumps sporadically in a certain range when scrolling. Only until the last line is reached does...
### Description We are exploring a more decoupled Commands architecture. ### Related Issues n/a ### Checklist - [ ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the...
### Description It is possible, but not so common, for CodeEdit to crash when using ⌘ + Z, this seems to be part of a general issue with the Undo...
### Description Changing any setting causes a slight delay before the UI is updated to reflect the change. This is problematic when interacting with a stepper control when it is...
### Is your feature request related to a problem? Please describe. Sometimes users just want to create a new file for a scratchpad, to type out some ideas, to paste...
### Description When trying to compile the current sources with XCode 14.3 on macOS 13.3.1(a) I get the following compilation error: ``` .../CodeEditLanguages/Tests/CodeEditLanguagesTests/CodeEditLanguagesTests.swift:12:1 Usage of // swiftlint:disable all is prohibited...
### Is your feature request related to a problem? Please describe. We need to provide users with the ability to set and manage keybindings used in CodeEdit. ### Describe the...