Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Dev-Cpp.6.3-beta4.No.Compiler.Setup.exe | 2021-01-08 | 2.4 MB | |
Dev-Cpp.6.3-beta4.No.Compiler.Portable.7z | 2021-01-08 | 2.1 MB | |
Dev-Cpp.6.3-beta4.GCC.10.2.Setup.exe | 2021-01-08 | 38.3 MB | |
Dev-Cpp.6.3-beta4.GCC.10.2.Portable.7z | 2021-01-08 | 43.4 MB | |
Dev-Cpp.6.3-beta4.GCC.9.2.For.XP.Setup.exe | 2021-01-08 | 38.4 MB | |
Dev-Cpp.6.3-beta4.GCC.9.2.For.XP.Portable.7z | 2021-01-08 | 40.3 MB | |
README.md | 2021-01-08 | 2.9 kB | |
Version 6.3 beta4.tar.gz | 2021-01-08 | 4.1 MB | |
Version 6.3 beta4.zip | 2021-01-08 | 4.6 MB | |
Totals: 9 Items | 173.5 MB | 0 |
Version 6.3-beta4 JAN 2021
- fix: devcpp crash when tring to turn off the windows sytem while devcpp is running
- enhancement: the parser support complex template parameters in type definitions;
- enhancement: the parser support C++ 11 attr in struct/class/union defininitions;
- enhancement: the parser support {} object initializer , like A x {new A};
- enhancement: correctly parse and show code suggestion for std::future
- enhancement: left click the message panel's active tab will hide it
- enhancement: add local variables tab to the debug panel
- fix: Click test for the folder icon on the gutter is wrong if the option "use custom font" for gutter is turned on.
- enhancement: left click the left panel's active tab will hide it
- enhancement: GDB console won't lose focus after executing commands.
- fix: Special toolbar display error under dark themes.
- enhancement: Placeholder in user code template.
- fix: ctrl+F11 maximization works properly
- fix: check syntax for new files
- enhancement: don't check syntax if new file is saved to a non c/cpp file
- fix: installer : delete 'PackMaker.exe' when uninstall
- fix: correctly intercept and process windows turned off message
- fix: auto-save modified files when windows turned off
- fix: parser error when 'typedef' is the last symbol
- fix: parser error when 'typedef struct' is the last symbol
- fix: parser error when 'typedef enum' is the last symbol
- fix: parser error for things like 'typedef enum {} E;'
- enhancement: open windows terminal in the current file's folder
- enhancement: custom option for astyle (code reformater)
- fix: undo failed when selected text is overrided with text inputed by IME
- fix: half chinese character when type and delete chinese characters in the find dialog's input combobox
- enhancement: upgrade xege to git master
- fix: toggle comment doesn't work
- enhancement: don't display things like '12s' as error (C++ 11 User-defined literals support)
- fix: error when quit
- fix: when devcpp is minimized and bring to front by open c/cpp file in file browser, the minimize button doesn't work
- fix: makefile don't use cpp highlighter, and don't check syntax as a c/cpp file
- enhancement: show modification sign in the app title.
- enhancement: add ';' to auto completed '}' if necessary
- fix: chinese characters display not correct when scroll horizontally
- fix: encoding info in the statusbar not updated when switch editors
- change: auto check syntax don't keep show error dialog if the compiler set is not setting correctly
- fix: label heights in the environment / editor dialogs
- fix: parse mingw-w64 gcc 10.2's stdio.h file error, and can't show completion for scanf()