icon monolith code

minimalistic but powerful code editor

latest version

Instructions

console commands
!ver                Shows the current version of the application
!cls                Clear console
!kill               Kills the currently running process
!hello              Hello There :D
!dev                Open Chrome Devtools for the preview window
!settings           Open settings file
!lang_settings      Open language settings file
!exp_pdf            Generate and export PDF of the current preview panel
!help               Shows all the available commands


keybindings
[ctrl/cmd] + o            Open a file
[ctrl/cmd] + b            Build and run the current file
[ctrl/cmd] + s            Save the current file
[ctrl/cmd] + n            Open a new editor window
[ctrl/cmd] + i            Open settings
[ctrl/cmd] + p            Export the preview window as PDF
[ctrl/cmd] + t            Open a hello world tamplate for the current language
[ctrl/cmd] + m            Evaluate a mathematical equation on the selected line
[ctrl/cmd] + ,            Open editor settings
[ctrl/cmd] + shift + b    Beautify the document
[ctrl/cmd] + shift + s    Save the current document as new file
[ctrl/cmd] + shift + x    Open/close terminal panel
[ctrl/cmd] + shift + t    Open/close preview panel