CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### Is your feature request related to a problem? Please describe. - CodeEditApp/CodeEditTextView#84 This issue should be worked on with the above issue. ### Describe the solution you'd like Add...
### Description You are unable to write anything on the new blank file, and I am unable to proceed further. However, this doesn't have when you open an existing file...
## Current Situation ~~At the moment~~ [Previously] the `CodeEditCli` is just a standalone SPM package in our main repo: > https://github.com/CodeEditApp/CodeEdit/tree/main/CodeEditTests **Edit:** Now it is in the CodeEditCLI repo. The...
### Describe the solution you'd like Snap the sidebar at a specific width. Xcode snaps to 270 we should follow suit. When below this snapped width, the sidebar dock icons...
### Description The inspector sidebar toggle button is missing from the toolbar. ### To Reproduce Open an editor and notice there is not inspector sidebar toggle at the top right...
# Description Now the CodeEditModules package no longer exists, we also don't need the .xcworkspace file anymore. This simplifies the process for starting contributors as they can just open the...
### Is your feature request related to a problem? Please describe. I believe that making a remote server is a good idea, because, it allows you to make features like...
### Description When opening empty file or delete all content, App gets crashed. ### To Reproduce 1. Open any file 2. CMD+A 3. Delete ### Expected behavior All the text...
### Description When I try to rename the file from `Untitled` to something like `main.swift`, it generates a header file named `main.swift.h` ### To Reproduce 1. Create an empty file...