CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
We need a setting to adjust log maximum length of a terminal. We use SwiftTerm. Here you can see that it is included in `TerminalOptions` [here](https://github.com/migueldeicaza/SwiftTerm/blob/131a52bf3b1e9e8f8ed8d8298d3112972eb9ce22/Sources/SwiftTerm/TerminalOptions.swift#L56) as `scrollBack: Int`. It...
Currently the integrated terminal in CodeEdit uses the block cursor and users have no ability to change this. In Terminal settings, users should be able to set the cursor to...
We want CodeEdit to be evergreen, meaning it automatically downloads updates in the background. When the user closes or restarts, CodeEdit installs the downloaded update in the background. When an...
### Is your feature request related to a problem? Please describe. I like that I can do all my coding on vscode even my data science work but there is...
### Description The terminal's cursor appears to lag when the view's layout changes. > This may be an issue with the terminal emulator we're using but this issue can be...
Updates build number and pushes changes to main after a push to main. The pre-release action needs to be run manually. To update the build number we can use Apple's...
# Description Fixes an typo: exisiting => existing that appears in the launch screen. # Checklist - [ X ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as...
### Description Cursor remains an arrow when hovering over editor. ### To Reproduce Hover over the editor. ### Expected behavior When hovering over editor, cursor should change to an I-beam...