CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
> [!IMPORTANT] > This issue should only be picked up by CodeEdit maintainers **As a** CE developer **I want** a reliable foundation that handles and manages files **Because** it is...
### Description Users should be able to make and insert code snippets to insert into their open file at the current cursor position. Snippets should be able to support wildcards....
### Description Let's consider that I have a project in this case the same CE, on this repository there are different users who do different pr. Now I want to...
### Description I noticed that when we try to add a new file/folder by selecting a folder in CodeEdit it directly adds file/folder by the name untitled. Shouldn't it allow...
### Description The delete function shows a warning before deleting files with the amount of files being deleted. It initially used fileManager.contentsOfDirectory() which only performs a shallow search and ignores...
### Description The issue is described in detail in #1684. ~I tried to resolve a related issue, #1696, but it was harder than I anticipated since the state of the...
### Description Related to #1026 Basically files other than supported images are opened as blank text files. ### Tested formats **Images** (the ones Preview can open, works as normal): `.cur`,...
### Description When I was working on #1694, I noticed that the deleteConfimartion alert shows incorrect count when deleting a nested folder. This happens on the main branch. It can...
### Description In ViewCommands, the Show/Hide state of Hide Utility Area button text is tied to the inspector instead of the utility area. `Button("\(inspectorCollapsed ? "Show" : "Hide") Utility Area")`...
### Description New tabs always open at the end of the tab list instead of opening just after the current focused tab ### To Reproduce 1. Open a project in...