RedPanda-CPP/RedPandaIDE/compiler
Roy Qu 492345b939 - enhancement: "Trim trailing spaces" in code menu
- change: Don't auto disable compile and debug buttons.
  - enhancement: Better error messages for missing compile/debug/make programs.
  - enhancement: "Show special chars" in options / editor / font
  - fix: Lost compiler set settings if a compiler set's bin dirs is empty.
  - enhancement: Better error message when trying to debug with Release compile set.
2022-12-16 11:10:46 +08:00
..
compiler.cpp - enhancement: project's custom compile include/lib/bin directory is under folder of the app, save them using the path relative to the app 2022-11-16 09:24:42 +08:00
compiler.h - enhancement: autolink add "force utf8" property (mainly for raylib) 2022-06-23 19:07:48 +08:00
compilerinfo.cpp - change: Don't turn on "Show some more warnings (-Wextra)" option by default for DEBUG compiler set 2022-10-30 11:58:42 +08:00
compilerinfo.h - fix: Buttons in options -> compiler -> compiler set -> programs are not usable. 2022-12-13 15:58:27 +08:00
compilermanager.cpp - enhancement: Show memory usage for problem cases. 2022-12-13 08:49:20 +08:00
compilermanager.h - enhancement: Show memory usage for problem cases. 2022-12-13 08:49:20 +08:00
executablerunner.cpp - fix: when run/debug the executable, add current compiler set's bin folders to path 2022-06-16 21:34:31 +08:00
executablerunner.h - fix: when run/debug the executable, add current compiler set's bin folders to path 2022-06-16 21:34:31 +08:00
filecompiler.cpp - enhancement: "Trim trailing spaces" in code menu 2022-12-16 11:10:46 +08:00
filecompiler.h - enhancement: Add "Generate Assembly" in "Run" Menu 2022-12-01 22:10:44 +08:00
ojproblemcasesrunner.cpp - enhancement: Show memory usage for problem cases. 2022-12-13 08:49:20 +08:00
ojproblemcasesrunner.h - enhancement: Show memory usage for problem cases. 2022-12-13 08:49:20 +08:00
projectcompiler.cpp - enhancement: "Trim trailing spaces" in code menu 2022-12-16 11:10:46 +08:00
projectcompiler.h - enhancement: auto locate current open file in the project view panel 2022-10-24 20:01:46 +08:00
runner.cpp - fix: auto syntax check fail, if the file is not gbk and includes files encoded with utf8 2022-03-31 09:56:49 +08:00
runner.h add timeout for flushing output buffer when running problem cases 2022-01-28 08:21:56 +08:00
stdincompiler.cpp - fix: Buttons in options -> compiler -> compiler set -> programs are not usable. 2022-12-13 15:58:27 +08:00
stdincompiler.h remove debug info 2022-10-21 09:58:19 +08:00