jeffswt / cdt-atom

C Development Tools for Atom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Development Tools for Atom

Support for calling g++. Adds buttons to the tool-bar package while also retaining keybindings for ease of compilation and execution. The entire package is currently optimized for participants in Olympiad in Informatics. Further functions will be added gradually.

Within a considerable time, the code will go through a re-write and support project options and a few other useful functions that resembles Dev-C++ and/or Eclipse IDE.

Commands

  • toggle: Toogle console output. (Ctrl+F9)
  • compile-only: Compiles the program only. (F9)
  • execute-only: Execute the compiled program only. (F10)
  • compile-and-run: Compiles and runs the current file. (F12)
  • clear-console: Erases the console.
  • kill-process: Terminates the currently running program. (Ctrl+F12)

Special Thanks:

Initial version by concatto/compiler-invoker.

About

C Development Tools for Atom.

License:MIT License


Languages

Language:CoffeeScript 91.3%Language:CSS 8.7%