| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-11-16 | 1.9 kB | |
| Version 6.1-beta 2.2.tar.gz | 2020-11-16 | 3.9 MB | |
| Version 6.1-beta 2.2.zip | 2020-11-16 | 4.4 MB | |
| Dev-Cpp.6.1-beta2.2.Portable.7z | 2020-11-16 | 40.4 MB | |
| Totals: 4 Items | 48.8 MB | 0 | |
Version 6.1-beta2.2 November 2020
- fix: upgrade ege to master
- fix: devcpp dead lock when debuging and move mouse cursor over a variable name
Version 6.1-beta2.1 November 2020
- fix: shortcuts don't work
Version 6.1-beta2 November 2020
- enhancement: ClassBrowser updates faster when refresh/change sort types
- enhancement: Code Suggestion for function return value's member
- enhancement: caret between {} and press enter will behave like in IDEA and CLion
- enhancement: user code template / call it in Code Sugestion
- enhancement: Symbol Completion of #include <>
- enhancement: code completion support smart pointers
- enhancement: Copy/insert user template will keep the origin indent
- Fix: Code Suggestion can't find real type of usings (such as Image in using namespace Gdiplus::Image; Image img;)
- Fix: Memory Leak when processing '#undef'
- Fix: Error when project compiler set index is set to -1
- Fix: crash when remove/add #include to files
- Fix: out of classes/functions, std namespace is not used by default
- Fix: Forward declaration and definition can't be matched by the parser, when declaration parameters don't have name. (still don't work if parameters name in declaration and definition is not the same);
- fix: Parser can get template parameters of variables now(but we don't use it now..)
- fix: Crash when classbrowser is showing and resize main window
- fix: ClassBrowser don't refresh when select/jump to definitions
- fix: /* display error
- fix: Parser error cause infinite-loop when parsing local blocks
- change: compiler set droplist now use Mainform's font setting
- fix: Left Class browser updates correctly for project header file ( now we compare file name without casesensitive)
- fix: parse error when scan a block which delacration is not in the parsing file