CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### Description The activity viewer seems to have a max width of 40% of the total window width regardless of whether the navigator or inspector sidebar is opened or closed....
### Description hi, there seems to be something wrong with the auto change theme mode, it keeps putting dark mode when i have light mode enabled, i have to manually...
### Description A Swift script that mocks a language server that sends randomized responses for each request type. Will be used for testing. ### Alternatives Considered _No response_ ### Additional...
### Description When the user has the file type style setting set to monochrome, instead of the icons in the project navigator being gray, they are the same blue as...
Tuist removes the intricacies, inconvenience, and slowness of working at scale with Xcode. This PR migrates CodeEdit to use Tuist. - [x] Extract the build settings into `.xcconfig` files using...
### Description Hi there, I'm not able to add the GitLab Self Hosted account, in the terminal there is this warning `git auth failure: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "The given data...
### Description After modifying the file, the mark will immediately change to the saved state, even if the save button is not pressed. ### To Reproduce 1. Open a file...
### Description The edited indicator behavior now properly updates and aligns with Xcode's implementation. The autosave() method provided by NSDocument automatically calls updateChangeCount accordingly. The else block in the function...
### Description Add the fish shell to the enums and reading the config.fish only at present. ### Related Issues * #1853 ### Checklist - [ ] I read and understood...
### Description Opening a zsh shell will yield ```zsh /Users/{USER}/.zshrc:.:34: no such file or directory: /Applications/CodeEdit.app/Contents/Resources/codeedit_shell_integration.zsh ``` ### To Reproduce 1 - Open a Swift project or any project 2...