An Work In Progress(Expect bugs and missing stuff) code editor, bulit with AvaloniaUI (C#)
Thing | OrangemiumIDE | VS Code |
---|---|---|
Background stuff | Doesn't run extensions at background when not used | Still runs them |
Rendering | AvaloniaUI | Chromium/ElectronJS |
Backend | DotNet core C# | Node.JS |
Extenisons Support | not at all | yes |
First you have to compile the IDE, then you should download "/IconTheme" folder then go to "File > Settings > Themes > Icon Pack" then put the folder's path into the textbox, then restart the IDE
To compile the IDE (which is located at "/OrangemiumIDE" at this repo), download "/OrangemiumIDE", then go to "./OrangemiumIDE.Desktop", then you can use dotnet to build the project: dotnet build ./OrangemiumIDE.Desktop.csproj
Key | Action |
---|---|
Ctrl + O | Open File |
Ctrl + T | New tab |
Ctrl + Shift + C | Command Bar |
See Extensions
Please check Contributing.md