Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Dev-Cpp.6.4-beta1.No.Compiler.Setup.exe | 2021-01-28 | 2.5 MB | |
Dev-Cpp.6.4-beta1.No.Compiler.Portable.7z | 2021-01-28 | 2.1 MB | |
Dev-Cpp.6.4-beta1.GCC.10.2.Setup.exe | 2021-01-28 | 37.9 MB | |
Dev-Cpp.6.4-beta1.GCC.10.2.Portable.7z | 2021-01-28 | 43.0 MB | |
Dev-Cpp.6.4-beta1.GCC.9.2.Setup.exe | 2021-01-28 | 38.5 MB | |
Dev-Cpp.6.4-beta1.GCC.9.2.Portable.7z | 2021-01-28 | 40.3 MB | |
README.md | 2021-01-28 | 1.2 kB | |
Version 6.4-beta1.tar.gz | 2021-01-28 | 4.5 MB | |
Version 6.4-beta1.zip | 2021-01-28 | 5.1 MB | |
Totals: 9 Items | 173.9 MB | 0 |
Version 6.4-beta1 JAN 2021
- fix: wrong text color of the evaluation input and result controls
- fix: prevent copy/paste/cut/indent/toggle comment when input focus is not in the editor
- fix: can't copy/paste in the evaluation input control
- enhancement: refresh editor when parsing finished
- enhancement: better organize infos in the classbrowser for class members definitions in the cpp files
- fix: expand a node in the class browser will jump to its declaration
- fix: don't auto scroll the expanded node to the top
- enhancement: All same name namespaces only display once in the classbrowser
Version 6.4-alpha2 JAN 2021
- enhancement: Add "enable auto links" option in the compiler option dialog
- fix: can't correctly parse symbols like 'blocks[four_blocks[j].i][four_blocks[j].j].color_id';
- fix: leftpanel tab display not correct, when the project panel is hidden.
- enhancement: greatly improved the speed of class browser loading. (For large files such as GL/glew.h, the loading time changed from >20s to <0.2s);
- enhancement: Add options to switch between show all members in the project and in the current file