/Mini-C

Code editor for a subset of C

Primary LanguageJavaScriptMIT LicenseMIT

Mini-C

A simple IDE for a subset of C.

Usage

  1. Unzip the file Mini-C-Release.rar.
  2. Run Mini-C-Release\Mini-C-Release\Mini-C.exe.

Keyboard Shortcuts

Keystrokes Action
Ctrl+O Open a file
Ctrl+N Create a new file
Ctrl+S Save file currently editing
Shift+Ctrl+K Delete line
Ctrl+Enter Insert a blank line below
Ctrl+Shift+Enter Insert a blank line above
Ctrl+Shift+Up Move line up
Ctrl+Shift+Down Move line down
Ctrl+Up Make the font size larger
Ctrl+Down Make the font size smaller
Ctrl+G Jump to another line
Ctrl+Shift+P Change to another theme
F11 Full-screen mode

To do

  • Add Linux/macOS support.
  • Project management.