Skip to content

Releases: royqh1979/Dev-CPP

Version 6.7.5

20 Aug 15:20
b458ee0
Compare
Choose a tag to compare

Version 6.7.5 AUGUST 2021

- add: blend mode for debug cpu window
- change: use msys2 x86_64 gcc compiler instead of TDM-GCC-64, becuause the gdb distributed with TDM can't correctly handle path with non-ascii characters.
- fix: clear local panel when debugger stops.
- fix: parse error when double quotes not correctly closed
- fix: parse error when single quotes not correctly closed
- fix: show inherited members button of the class browser doesn't work
- enhancement: open system header files in readonly mode
- enhancement: Can run/compile/debug while there is program running. 
- fix: not correctly handle multiple inheritance in parser
- fix: newly created projects can't be debugged
- fix: typo error of turtle template
- fix: crash when try to start debugger while the debugger executable dosen't exist
- fix: non-cpp project file will make generated makefile error
- fix: project created by GLUT(freeglut) template won't compile
- add: GLFW/GLEW project template 

Version 6.7.4 AUGUST 2021

- change: use TDM-GCC gcc compiler in distribution
- fix: use relative path for projects folder setting

Download Red Panda Dev-C++

Version 6.7.3

22 Jul 15:45
4049231
Compare
Choose a tag to compare

Version 6.7.3

- change: use del instead of rm.exe in the project's makefile
- fix: Generated makefiles have error for dll projects
- fix: gdb annotation infos are not correctly displayed
- fix: the symbol completion option for ']' doesn't work
- experiment support for clang (msys2 64bit build) 
issues for clang:
- gdb used by clang dosen't support path name without non-ascii characters
- clang doesn't support encoding arguments
- Parser can't correctly parse libc++ header files (support will be done in the QT version of devcpp)

Download Red Panda Dev-C++

Version 6.7.2

22 Jun 08:26
a21352d
Compare
Choose a tag to compare

Version 6.7.2 JUNE 2021

- fix: show value of the variable under cursor when debugging
- add: open .asm file with assembly language highlighter

Download Red Panda Dev-C++

Version 6.7.1

22 Jun 08:26
a21352d
Compare
Choose a tag to compare

Version 6.7.1 MAY 2021

- fix: gdb.exe included in the gcc 10.2 distribution may fail to debug
- fix: the title for the include and lib tabs in project option dialog are wrong.
- fix: add LANG=en environment variable  when run gcc -v to get compiler infos, to prevent it use locale translations

Download Red Panda Dev-C++

Version 6.7

20 May 07:09
5c60444
Compare
Choose a tag to compare

Version 6.7 MAY 2021

highlights:

- statically link execuatables by default
- syntax highlighter for Lua files
- Support editing utf-8 BOM encoded files
- and a dozen of other enhancements and fixes

Version 6.7-beta5 MAY 2021

- fix: if screen width is less than width of the completion box, the position of completion box is not right
- fix: compiler sets added by folder are not correctly saved

Download Red Panda Dev-C++

Version 6.7 beta4

07 May 11:51
0c53946
Compare
Choose a tag to compare

Version 6.7-beta4 APR 2021

- fix: show friendly error message, instead of crash error when set the icon file for project
- fix: can't compile the project, when it contains files that having spaces in their names.
- enhancement: When user set the project's icon, show them the information "Dev-C++ can only handle icon no bigger than 48x48";
- enhancement: code snippets can use snippet macros like "<DATETIME>" or "<DATE>"
- fix: random crash when tabnine is enabled
- change: dont show tabnine suggestion at the #include line

Download Red Panda Dev-C++

Version 6.7 beta 3

02 Apr 02:27
bf47ece
Compare
Choose a tag to compare

Version 6.7-beta3 APR 2021

- change: the option "static link all libs" is turned on by default
- fix: .exe compiled using dynamic link fail to run, when devcpp starts and try to run it.
- fix: devcpp may crash when watch complex structured object
- enhancement: click in non-content area in the file browser will clear the selection
- enhancement: add popup menu to the file browser
- fix: can't load a compiler set, if the compiler (gcc)'s folder is not under Dev-Cpp folder, and it's path contains space or non-ascii chars
- change: remove "Find Text" option in the editor options dialog
- change: add "Show fold outline" option in the editor options dialog
- enhancement: add "show indent guides" and "indent guide color" options in the editor options dialog
- fix: don't show error msg "gcc/g++ not exists", when the current compiler set is invalid and devcpp tries to run syntax checker.

Download Red Panda Dev-C++

Version 6.7 beta 2

25 Mar 02:16
c268ecd
Compare
Choose a tag to compare

Version 6.7-beta2 MAR 2021

- enhancement: syntax highlighter for Lua files
- enhancement: add " pause console after the program ends" option in the tool config dialog
- fix: close environment option dialog needs administration privileges (it shouldn't be)
- fix: wrong item height of UI Font & UI Font size lists in the environment options dialog
- fix: some text in the statusbar are blocked, when UI font size is big
- enhancement: beautify the new project dialog with big ui font.
- fix: Dev-Cpp can't correctly check if '.cc' '.cxx' and '.hxx' is associated with Dev-Cpp by the installer 
- fix: octal & hex escape sequences is not correctly highlighted
- enhancement: add "static link all libs" option to the project option dialog's options tab
- fix: new file is saved with utf8 encoding when "Use Utf-8 option" is not on.
- fix: row height of the compiler options in the compiler option dialog
- fix: font size of the table in the editor option dialog's snippet tab
- enhancement: add "add charset options to the compiler" option in the compiler option's dialog
- enhancement: add "add charset options to the compiler" option in the project option's dialog

Download Red Panda Dev-C++

Version 6.7 beta 1.1

20 Mar 01:34
a0cc316
Compare
Choose a tag to compare

Version 6.7-beta1.1 MAR 2021

- fix: files not compiled because of compiler setting error

Download Red Panda Dev-C++

Version 6.7 beta 1

18 Mar 23:38
398286d
Compare
Choose a tag to compare

Version 6.7-beta1 MAR 2021

- enhancement: Support editing utf-8 BOM encoded files
- enhancement: option statically link stdlibs in the compiler options dialog
- fix: option "highlight current line" in the editor options dialog can't be turned off
- fix: auto completion suggestion shouldn't show symbols defined after the current line
- enhancement: better support of "show all special chars" option
- enhancement: projects created using dev-cpp 5.11 compatible
- fix: parse error if a function is declared and defined in the same file
- fix: function parameters parse error is seperated by ', '
- enhancement: auto save all project files after it was created
- enhancement: double click on the file editor's title bar will trigger full screen
- fix: can't correctly compile Tools/CheckLang project
- enhancement: hide special chars in selected contents
- enhancement: correctly color special characters in comments/preprocessors/strings
- enhancement: add clear breakpoints menuitem in editor's context menu
- enhancement: add clear all breakpoints menuitem in breakpoints view's context menu
- enhancement: use standalone checker instead of compiler to check syntax 
- fix: when using IME to append contents to the end of a line, a space char will be wrongly added
- fix: border around current placeholder not correctly cleared when switch to the next placeholder which is not in the same line

Download Red Panda Dev-C++