Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Dev-Cpp.6.3-beta1.No.Compiler.Setup.exe | 2020-12-18 | 2.4 MB | |
Dev-Cpp.6.3-beta1.No.Compiler.Portable.7z | 2020-12-18 | 2.2 MB | |
Dev-Cpp.6.3-beta1.GCC.9.2.Setup.exe | 2020-12-18 | 42.7 MB | |
Dev-Cpp.6.3-beta1.GCC.9.2.Portable.7z | 2020-12-18 | 39.8 MB | |
README.md | 2020-12-18 | 3.0 kB | |
Version 6.3 beta1.tar.gz | 2020-12-18 | 4.1 MB | |
Version 6.3 beta1.zip | 2020-12-18 | 4.6 MB | |
Totals: 7 Items | 95.8 MB | 0 |
Version 6.3-beta1
- enhancement: add ignore case option in the code completion tab of the editor options dialog
- enhancement: add append () to func option in the code completion tab of the editor options dialog
- fix: inserted lines calculated error when auto indent {}
- enhancement: add ... to the last of folded lines
- change: disable close buttons when parser is running.
- enhancement: auto check syntax when line break;
- enhancement: run checker in the background thread;
- fix: auto completion flag not cleared when auto insert a function with ();
- fix: color error when some code is folded
- fix: don't color var/func when code completion window is shown
- fix: wrong macro define hint info
- enhancement: each project/source file use its own parser
- fix: toggle comment wont work if the cursor is at the begin of the line
- fix: correctly show code suggestion if at the end of the file and the current block is not closed with '}'
- enhancement: auto completion for include header
- enhancement: Limit recent projects to use just half of the history.
- enhancement: correctly match func definition & declaration in the same namespace but not in the same file
- enhancement: beautify icons
- enhancement: can show code completion for std containers elements
- enhancement: only c/cpp/new file/project can compile or syntax check
- enhancement: only c/cpp/h/new file/ non static library project can run or debug
- enhancement: only c/cpp/h/new file show code completion
- enhancement: when add file to Project , the dialog will open in the project's folder by default
- enhancement: when select custom makefile/precompile header for the project, the dialog will open in the project's folder by default
- enhancement: precompiled header in the project
- enhancement: support object call chain breaked by whitespace or linebreak;
- enhancement: show code completion for typedef/class nested in other classes.
- enhancement: show code completion for var of typedef of smart pointers / stl container
- enhancement: support C++ 14 long integer literal (such as 100'000'000)
- fix: can't find stl chrono header (because it's name starts with 'c')
- fix: #if __cplusplus evaluates error
- fix: #define parse error if contains '/' in value
- enhancement: support C++ 11 inline namespace; (inline namespace is treated as part of the outer namespace, it's ok for the most usages)
- enhancement: update some icons
- enhancement: auto link
- fix: color setting is messed up when click in the editor option dialog's color tab page.
- enhancement: reduce flicker when select a paragraph
- fix: crash when close an opened file
- enhancement: correctly detect and set mingw-w64 gcc compiler set
- enhancement: don't auto add () when complete std::endl
- enhancement: correctly show function tip of overloaded functions