Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Dev-Cpp.6.2-beta5.GCC.9.2.Setup.exe | 2020-12-07 | 43.2 MB | |
Dev-Cpp.6.2-beta5.GCC.9.2.Portable.7z | 2020-12-07 | 40.4 MB | |
README.md | 2020-12-05 | 2.3 kB | |
Version 6.2-beta5.tar.gz | 2020-12-05 | 4.0 MB | |
Version 6.2-beta5.zip | 2020-12-05 | 4.4 MB | |
Totals: 5 Items | 92.1 MB | 0 |
Version 6.2-beta5 Dec 2020
- enhancement: Can parse statements like 'struct Node { int data; } s;'
- change/enhancement: Save/Save As a project file will save project settings too.
- enhancement: Use different color for warning message in the compiler output dialog
- add: VS Code color scheme (thanks to 蒟蒻jyy)
- enhancement: highlight identifiers which are the same as the selected words
- fix: can't correctly read panel color settings
- fix: undo error when copy multiline text
- fix: crash when use Class wizard to add a new class to the project
- fix: variables of string can't show type hints
- optimize: use typedef instead of define multiple structs
- fix: can handle var define using unamed struct
- optimize: all symbols are scanned. Don't later scan
- fix:parse error of keywords try/catch/do
- fix: parse error for std::types
- fix: brace color error of new typed contents to the last of the source file
- fix: we only parse file if code completion is enabled
- fix: use project include path when check syntax;
- fix: crash when try to compile a project but no file is opend
- enhancement: adjust editor context menu; only show close/close all when right click the editor title bar; show compile&Run / debug when right click other area of the editor
- enhancement: add undo/redo toolbar (don't show by default; can be enabled in view -> toolbar)
- enhancement: check for keyword/identifier before rename symbol
- fix: change the way to handel the request to close all editors. Don't active any editor at all. This will speed up the process, and hope this will remove the bug that devcpp crashes when closing all editors.
- fix: Redo the logic to parse local symbols. Now we only reparse the file when open/save a file, or text lines count is changed. This will remove the bugs that hangs devcpp when try to show mouse hint.
- enhancement: correctly parse variables defined in for() and catch()
- fix: devcpp error when no compiler set
- fix: the tabnine option will be auto turned off if we can't find the tabnine.exe
- enhancement: add an "open tabnine donwload site" button to the editor option dialog's tabnine tab