- Added support for MATE Terminal.
- Added support for URxvt on Linux.
- Added option to compile to temporary directory.
- Show warning messages.
- Added option to change compilers.
- Adds a debug mode.
- Spawns compiled binary in the source directory.
- Uses CompositeDisposables.
- Added support for gdb on Windows.
- Fixed spawning compiled binary in Windows and Mac.
- Added support for the GNU Debugger.
- Compiled to a temporary file, rather than a binary in the current directory.
- Added
Compile and Debug
menu options. - Removed compiled file extension option.
- Added support for pantheon-terminal on Linux.
- Fixed arguments to
start
on Windows.
- Fixed bug where compiled program wouldn't run on Windows.
- Made command prompt hold after running program.
- According to Atom's documentation, all command registers should be lowercase and separated by hypens.
- Warn user if they try to compile without saving the file (farnabaz).
- Hold command prompt after running program on Windows.
- Added comments to index.js.
- Edited the package's description to include information about C.
- Added support for C.
- Added support for changing linux terminal.
- Fixed a few typos.
- Fixed bug where it wouldn't launch compiled exe on Windows.
- Added this changelog.
- Fixed indentation for
index.js
. - Fixed bug where it would not launch compiled program on a Mac.
- Now you can pass multiple files to g++ using tree view.
- Fixed bug that would fail to execute g++ on Windows.
- Now uses XTerm on Linux (LinuxMercedes).
- Properly escape arguments on *nix systems (LinuxMercedes).
- Added option to toggle running after compilation (PoVa).
- Added option to changed output extension (PoVa).
- Added option to add g++ command line options.
- Added support for Linux.
- Fixed but where you couldn't have spaces in the file name.
- I accidentally ran
apm publish
twice, resulting in an unneccesary commit and version.
- Readded saving the file before compiling.
- Fixed bug that would cause the package to crash after a successful compile..
- Fixed bug where
compiling_error.txt
would be created in the wrong place.
- Now uses
path.parse()
.
- Added option to toggle creation of
compiling_error.txt
.
- Now deletes
compiling_error.txt
when there is a successful compile.
- Fixed bug where
compiling_error.txt
would be created in the wrong place.
- Fixed typo.
- No longer logs in console.
- First commit.