- Fix not handling
TextBuffer.save()
becoming async in atom 1.19 correctly [#19@maxbrunsfeld] [#28@ziadxkabakibi] - Fix
setText() of undefined
in run option view [#27@kebien6020]
- Fix
terminal start command
config#{title}
causing config.cson error and changed to$title
[#23@aquaraider11] - If encountered this issue already, needs manually delete the
terminal
key undergcc-make-run
inconfig.cson
(File
>Config...
)
- Fix extra windows due to not handling deactivate correctly [#12@Dreded]
- Fix cannot change focus in options view
- Add
terminal start command
config for Linux platform [#22@aquaraider11]
- Add
Press any key to continue
after running in MacOS platform [#9@crazymousethief]
- Fix run options not working after previous update [#6@Weslysilva]
- Add output extension setting [#5@adiultra]
- Fix input cursor going to background when clicking the option view
- Add
Press Enter to continue
after running in Linux platform [#3@nilosweden]
- Fix images links in readme
- Fix a rendering problem in readme
- Fix detection for
C++14
grammar [#1@Adobe-Android] - Fix typo in readme
- Improve option panel UI and CSS
- Update readme and images
- Fix wrong shortcut binding in Mac
- Add a
debug
flag in config
- Fix setting page not show up due to wrong use of
activationCommand
inpackage.json
- Add Compile-Run and Make-Run function (remake of kriscross07/gpp-compiler)
- Add Option Panel (modified from rgbkrk/script)
- Add config for compiler flags and run arguments
- Add error checking when compiling non-saved files
- Add notifications for the executed command and compiler output
- Add support for Windows, Ubuntu and Mac