Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.04 KB

README.md

File metadata and controls

38 lines (31 loc) · 2.04 KB

OrangemiumIDE (WIP)

An Work In Progress(Expect bugs and missing stuff) code editor, bulit with AvaloniaUI (C#)

resim resim resim

What's the difference?

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

Get Started

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

Compiling

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

Shortcuts

Key Action
Ctrl + O Open File
Ctrl + T New tab
Ctrl + Shift + C Command Bar

Extensions

See Extensions

Contributing

Please check Contributing.md