Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-01-01 | 2.0 kB | |
Dev-Cpp.6.3-beta3.No.Compiler.Setup.exe | 2021-01-01 | 2.3 MB | |
Dev-Cpp.6.3-beta3.No.Compiler.Portable.7z | 2021-01-01 | 2.1 MB | |
Dev-Cpp.6.3-beta3.GCC.10.2.Setup.exe | 2021-01-01 | 41.2 MB | |
Dev-Cpp.6.3-beta3.GCC.10.2.Portable.7z | 2021-01-01 | 46.8 MB | |
Version 6.3 beta 3.tar.gz | 2021-01-01 | 4.1 MB | |
Version 6.3 beta 3.zip | 2021-01-01 | 4.6 MB | |
Totals: 7 Items | 101.1 MB | 0 |
Version 6.3-beta3 DEC 2020
- fix: code suggestion for #include headers in the sub directories which appears in more than two system or project include dirs
- enhancement: don't show user code template when the value of section is less than 0
- fix: cursor position wrong when insert a user code tempalte (codeIns )
- fix: devcpp exception when write a for loop out of a function
- fix: Turn on the option "Trim trailing spaces" in the editor option dialog will cause error when editing
- fix: Correctly remove invalid compiler sets and auto detect compiler sets when startup
- enhancement: better color for fold sign in editor gutter
- fix: set class browser's current editor to nil when close editor ( to prevent possible pointer access error).
- fix: correctly load/save code completion usage data
- fix: show code suggestion infos for enum defined in a class
- fix: correct type abbreviation in code suggestion window for enum types
- fix: show header file suggestion for #include<> / #include""
- fix: can't show code suggestion for symbols like (char*)malloc(...)
- fix: hight selected keywords
- change: redesign encoding ui and logic
- enhancement: convert UTF-8 encoding file to ansi (system default encoding) encoding
- fix: Turn on the option "Trim trailing spaces" in the editor option dialog will cause error when editing multiline comment '*'
- fix: Position of the folder icon on the gutter is wrong if the option "use custom font" for gutter is turned on.
- fix: Using the running devcpp instance when double click c/cpp/h/hpp file in the explorer.
- fix: view menu -> toolbar -> debug item doesn't work
- fix: open a project or file will cause compile/run buttons in the toolbar keep repainting themselves
- fix: A save-ased file is not correctly monitered for its change outside devcpp.
- enhancement: open with multiple source files
- change: remove class toolbar (which is buggy and seldom used)