CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### Description EditorConfig is a useful file format for keeping code style the same across IDE’s. It has built-in support in numerous editors and is a fairly simple spec. https://editorconfig.org/...
### Description Before: https://github.com/CodeEditApp/CodeEdit/assets/65467530/3cb0d3da-15bb-4808-a442-c1a1477dcee2 After: https://github.com/CodeEditApp/CodeEdit/assets/65467530/2c380fd7-82ef-41c8-95e4-1c934ad3e009 ### Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) - [x] The issues this PR...
### Description Some part of the utility area appears to conflict with CodeEdit's highlighting the active line: https://github.com/CodeEditApp/CodeEdit/assets/65467530/9f88452b-222e-40ff-ac4d-1c8d7d92d3ff It's worth noting the issue is much more egregious on a larger...
### Description You should be able to select multiple files in the project navigator to move, delete, or move to trash. Currently, you can only select one file, the file...
### Description This PR allows CodeEdit to also open non text files correctly. All the file formats in the related issue #1698 were tested. ### Related Issues * #1698 ###...
### Description When a non-text file is opened, CodeEdit can show information about the file, like its file size, and if it is an image, its dimensions.
### Description This PR allows CodeEdit to show the file size of the currently opened file. And if the file is an image, CodeEdit also shows its dimensions. I could...
### Description Added a custom made Dracula Theme, inspired from the [Dracula](https://draculatheme.com) [palette](https://github.com/dracula/dracula-theme?tab=readme-ov-file#color-palette) and other themes. Dracula is a widely expanded theme and I find it sad we don't have...
### Description .vue files do not have syntax highlighting. ### To Reproduce Open any .vue file. ### Expected Behavior .vue files should have syntax highlighting. ### Version Information CodeEdit: [e.g....
### Description This is done by making sure the opened file can be encoded as text. Has been tested against a plethora of file types. ### Related Issues * Fixes...