Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Dev-Cpp.6.2.1.No.Compiler.Setup.exe | 2020-12-12 | 2.4 MB | |
Dev-Cpp.6.2.1.No.Compiler.Portable.7z | 2020-12-12 | 2.2 MB | |
Dev-Cpp.6.2.1.GCC.9.2.Setup.exe | 2020-12-12 | 42.7 MB | |
Dev-Cpp.6.2.1.GCC.9.2.Portable.7z | 2020-12-12 | 39.8 MB | |
README.md | 2020-12-12 | 1.1 kB | |
Version 6.2.1.tar.gz | 2020-12-12 | 4.1 MB | |
Version 6.2.1.zip | 2020-12-12 | 4.6 MB | |
Totals: 7 Items | 95.7 MB | 0 |
Highlights of Version 6.2
- Auto check syntax when open/save the editing file, and mark the errors in the editor(Can be turned off in the editor option dialog->syntax check)
- Lots of improvement on the editor, such as: display vars, functions, and classes using different colors; use different colors to show nested parenthesis; highlight all the same symbol selected in the editor, and so on;
- Lots of improvement on the code parser and auto completion. The parser can correctly parse most c/c++ file and projects, and show correct code suggestion information; The speed of parse is improved too; Add keyword suggestion in the code suggestion window. (Can be turned off in the editor option dialog -> code completion tab)
- Lots of improvement on the editing and debug of project.
- Redesign of the Find panel, the results of each search are all kept. (like nodepad++)
- Copy as RTF, with correct background color
- Tabnine Suggestion(Experiment, turned off by default, need to enable in the editor option dialog->code completion -> tabnine)
- And lots of other enhancement and bug fixes, see the News.txt