CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS โ Elevate your code editing experience. Open source, free forever.
# Description This theme allows the user to toggle a checkbox to sync dark/light themes with dark/light/auto MacOS system appearance. # Related Issue * #714 # Checklist - [x] I...
- No dragging-out behavior (as we cannot fully handling all events for now). - No side-dragging constraint (on Xcode, tab cannot be horizontally dragged over the tab bar area, but...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Most of the IDEs and code editors hide the `.git` folder...
We need to get some ci/cd in place for automated alpha previews releases as new PRs are merged into the main branch. https://betterprogramming.pub/indie-mac-app-devops-with-github-actions-b16764a3ebe7
When writing code like swiftui or HTML, we always expect a preview view. So in this way, we can know what we are doing or changing. Also, data analyst needs...
**Is your feature request related to a problem? Please describe.** Once the project is at a stage ready to be released, it would be nice to have an app bundle...
**Describe the bug** When I try to open this project, it only happens with this specific one from what I have seen so far, it gives me the following error....
# Description This might be a silly permission or sandbox issue/misconfiguration on my part but i did not find anything about it in the readme/faq. Changes to files are not...
Currently we deploy our pre-release with app version `1.0` and build `1`. We might want to implement a way to automatically increase the build number on pushes to the `main`...
Currently all our actions get triggered by `on-push` or `on-pull-request` events and run in parallel. The problem with that is, that for example after pushing to the `main` branch, if...