The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| RedPanda-Cpp.7.beta.0.8.11.MinGW-w64.X86_64.GCC.11.2.Setup.exe | 2021-11-16 | 66.4 MB | |
| RedPanda-Cpp.7.beta.0.8.11.MinGW-w64.X86_64.GCC.11.2.Portable.7z | 2021-11-16 | 67.9 MB | |
| README.md | 2021-11-15 | 3.7 kB | |
| Version 0.8.11 For Dev-C++ 7 Beta.tar.gz | 2021-11-15 | 1.7 MB | |
| Version 0.8.11 For Dev-C++ 7 Beta.zip | 2021-11-15 | 2.2 MB | |
| Totals: 5 Items | 138.2 MB | 0 | |
Version 0.8.11 For Dev-C++ 7 Beta - fix: text color for cpu info dialog not correctly setted
Version 0.8.10 For Dev-C++ 7 Beta - fix: Shouldn't update auto link settings, if the header name to be modified is unchanged - fix: add unit to project not correctly set new unit file's encoding - fix: correctly set encoding for the new added project unit file - fix: if there's a project openned, new file should ask user if he want to add the new file to the project - fix: when adding a file openned in the editor to the project, properties of it are not correctly setted. - enhancement: when remove a file from the project, also ask if user want to remove it from disk - fix: double click a project's .dev file in the Files panel should load the project
Version 0.8.9 For Dev-C++ 7 Beta - fix: text color of labels in statusbar not correctly updated when change theme
Version 0.8.8 For Dev-C++ 7 Beta - enhancement: drag & drop text in the editor - enhancement: auto calcuate caret line size basing on font size - enhancement: shift+mouse wheel to scroll horizontally - fix: greatly reduces paste time - fix: auto indent shouldn't use preprocessor's indent to calculate - fix: option "don't add leading zeros to line numbers" not work - fix: "collapse all" and "uncollapse all" doesn't work
Version 0.8.7 For Dev-C++ 7 Beta - enhancement: auto indent line to column 1 when enter '#' at beginning of line - fix: when enter '{' or '}' at beginning of line, auto indent will remove all contents of the line - fix: auto indent should be turned off when reformat code - fix: auto indent should be turned off when replace in code
Version 0.8.6 For Dev-C++ 7 Beta - enhancement: greatly reduces memory usage for symbol parsing ( memory needed for bits/stdc++.h reduced from 150m+ to 80m+) - fix: currect compiler set not correctly updated when switch between normal file and project file - fix: editor auto save settings not saved and applied - fix: only auto save files that has new modifications - fix: correctly auto save files with it's own name
Version 0.8.5 For Dev-C++ 7 Beta - enhancement: use lighter color to draw menu seperators - enhancement: differentiate selected and unselected tab bars
Version 0.8.4 For Dev-C++ 7 Beta - enhancement: auto save/load the default open folder in the configuration file - fix: shouldn't auto add '()' when char succeeding the completed function name is '(' - fix: can't show code completion popup if symbol is proceed with an operator '~' ( and it's not a destructor) - fix: can't show code completion popup when define MACRO - fix: can't debug files with chinese characters in the path
Version 0.8.3 For Dev-C++ 7 Beta - enhancement: View menu - enhancement: hide/show statusbar - enhancement: hide/show left/bottom tool window bars - enhancement: hide/show individual left/bottom tool window
Version 0.8.2 For Dev-C++ 7 Beta - fix: highlighter can't correctly find the end of ANSI C-style Comments - enhancement: add default color scheme to themes. Change theme option will change color scheme too. - fix: when changing options in the option dialog's color scheme panle, color of the demo editor won't be not correctly updated - enhancement: auto clear parsed symbols when the editor is hidden ( to reduce memory usage of un-active editors) - fix: when inputing in the editor, correctly set the position of the input method panel - fix: correctly display watch & local variable names when debugging