Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Dev-Cpp.6.7-beta1.No.Compiler.Setup.exe | 2021-03-18 | 2.8 MB | |
Dev-Cpp.6.7-beta1.No.Compiler.Portable.7z | 2021-03-18 | 2.5 MB | |
Dev-Cpp.6.7-beta1.GCC.10.2.Setup.exe | 2021-03-18 | 36.4 MB | |
Dev-Cpp.6.7-beta1.GCC.10.2.Portable.7z | 2021-03-18 | 41.5 MB | |
README.md | 2021-03-18 | 1.5 kB | |
Version 6.7 beta 1.tar.gz | 2021-03-18 | 5.6 MB | |
Version 6.7 beta 1.zip | 2021-03-18 | 6.3 MB | |
Totals: 7 Items | 95.0 MB | 0 |
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