Roy Qu - 2020-10-13

Lots of updates since last announce

It can be found here : https://sourceforge.net/projects/dev-cpp-2020/

Version 6-beta1 October 2020
- version: upgrade to version 6, since we have made so many changes & enhancements.
- fix: font size in auto completion box
- fix: export HTML correctly setting the charset name
- enhancement: breakpoint condition in effect while debugging
- enhancement: set a default project folder when create a new project, and create it for the user
- enhancement: if the source code is utf-8 encoded, use utf-8 as the charset to export HTML
- enhancement: auto switch to structure pane when open/create a new file (not in project)
- use self implementation of rename instead of clang-rename
- add more about information
- fix: crash when encounter } and have blank lines before it
- fix: Code completion while typing, if variable name have only one suggestion it will auto use it, that's not right.
- fix: can't correctly skip ')' when there is a string before it.
- fix: crash when open/close CPU window and stop debugging.
- enhancement: When first running, will check the user's language and set as the preference (Only Chinese now)
- enhancement: breakpoint condition
- enhancement: save current file using utf8;
- change: regroup menuitems ( to highlight debug)
- redesign debug pane
- fix: auto code completion error when input ( as the end of
- fix: crash when encounter } start in line
- enhancement: code completion suggestion while inputing;
- enhancement: in auto code completion, only display one suggestion for all overload function/methods
- add: if the user first run Dev-CPP and is using simplified-chinese windows, the option "use Alt+/ to activate Auto Code Completion" is set to on by default"
- add: auto detect if a file is UTF-8 encoded. If so, open it use UTF8.

 

Last edit: Roy Qu 2020-10-13