Skip to content

Releases: royqh1979/RedPanda-CPP

RedPanda C++ 2.19

28 Mar 11:25
Compare
Choose a tag to compare

Red Panda C++ Version 2.19

  • fix: Crash when directive line ends with '' and at the last line.
  • fix: The option "Minimal indent for a continuous conditional beloning to a conditional header:" for formatter is not correct.
  • fix: Crash when a project is removed from the disk while it is openned in RedPanda-C++.
  • fix: The option "Open CPU info dialog when signal received" can't be correctly set in the options dialog's debugger page.
  • fix: Crash when drag the selection beyond the end of the document.
  • enhancement: Drag the selection beyond the end of the document, and move/copy it beyond the last line.
  • enhancement: Open Containing folder will auto select the file in windows file explore.
  • fix: Class constructor & destructor is not correctly handled.
  • fix: Remove multiple files in the project panel is not correctly handled.
  • fix: Reformat code when select contents in column mode will mess up the document.
  • enhancement: Add "save as" icon to the toolbar.
  • enhancement: Use key sequences as shortcut to actions in the options dialog's environment->shortcut page.
  • change: Use ctrl+shift+S as the shortcut for "save as".
  • change: Use ctrl+K,ctrl+S as the shortcut for "save all".
  • fix: "Run all problem cases" with project is not correctly handled.
  • fix: When adding files to project and there'are duplicates, the warning info is not complete.
  • enhancement: Improve code completion suggestion for arrays.
  • fix: File's real encoding is not correctly calculated when save it using system default encoding.

Red Panda C++ 2.18

17 Mar 13:19
Compare
Choose a tag to compare

Red Panda C++ Version 2.18

  • fix: macos icon size overgrown (by RigoLigo).
  • enhancement: Code completion for embedded stl containers.
  • enhancement: Slightly speed up code parsing.
  • enhancement: Sort header completion infos by suffix-trimmed filename.
  • fix: Code completion info for stl::map/std::unordered_map is not correct.
  • enhancement: Warn user and stop compile if project has missing files.
  • enhancement: Warn user when exit and save settings failed.
  • change: Remove compiler set options that's rarely used.
  • enhancement: Add option in the compiler set settings, to generate syntax error for large stack objects. (Enable for Debug settings by default)
  • enhancement: Add option in the compiler set settings, to generate protection code for stack smashing attack. (Enable for Debug settings by default)
  • enhancement: Add option in the compiler set settings, to enable address sanitizer. Not available in windows.(Enable for Debug settings by default)
  • fix: The comboxbox to input search keyword in the search dialog is case insensitive.
  • fix: The comboxbox to input replace text in the search dialog is case insensitive.
  • fix: The comboxbox to input search keyword in the search in files dialog is case insensitive.
  • fix: The comboxbox to input address expression in the debug panel's memory view is case insensitive.
  • fix: The comboxbox to input evaluation expression in the debug panel is case insensitive.
  • fix: The comboxbox to input replace text in the search panel is case insensitive.
  • fix: None initialized std::vector is not correctly displayed in the gdb of the gcc distributed with redpanda-c++ (Windows 64bit).
  • fix: Don't show completion info when input parameters for function definitions.
  • fix: Don't show function info tips when typing class variable definitions.
  • enhancement: Add option in the debug settings, to limit the length of the ouput generated by gdb for arrays.
  • enhancement: Show shortcut info in toolbar's tooltip.
  • change: Use F11 as the shortcut for "Run". (It's the old shortcut for "Compile&Run")

Red Panda C++ Version 2.17

  • enhancement: Add X86_64 AVX/AVX instruction descriptions to asm syntaxer.
  • enhancement: Update x86 Assembly manual link to the newest website.
  • enhancement: Add "New Text File" in the File menu
  • enhancement: Add "address" in the memory view's mouse tip.
  • enhancement: Show mousetip for numbers in the GNU assembly file.
  • enhancement: Open offline gnu as/x86 assembly manual if exists.
  • fix: Hex number with 'f' in not is not correctly colored.
  • fix: After project's default encoding is changed in the project options dialog, all project files' encoding are wrongly setted to the new encoding.(They should be "Project default")
  • enhancement: Make project's default encoding setting in the project options dialog more user friendly.
  • fix: In project options dialog's file page, Project's default encoding name is not updated when it's changed.
  • enhancement: Improve the compatibility with Dev-C++ for project configuations saved by Redpanda-C++.
  • enhancement: Syntax color support for binaray integer literals.
  • enhancement: Syntax color support for suffix in integer/float literals.
  • fix: Cpu info window is auto openned, when debug using gdb-server.
  • enhancement: Shift+Up in the first line will expand selection to the beginning of the line.
  • enhancement: Shift+Down in the last line will expand selection to the end of the line.
  • enhancement: If no selection, Ctrl+C (Copy) auto selects the current line and put the cursor to the beginning.
  • fix: Chinese characters in the source code is not correctly displayed in the CPU info window.
  • fix: Can't undo & save after copy by drag with mouse.
  • fix: '::' is not correctly handled when skip to next ':' in the parser.
  • fix: '::' is not correctly handled when parsing class definitions.
  • enhancement: Don't show operator overloading functions in the complete suggestions
  • enhancement: Correctly hanlde operator overloading functions like "operator ClassA"

Red Panda C++ Version 2.16

  • fix: Project files that not in the project folder is not correctly handled in makefile.
  • fix: Can't debug project when project is saved after it's compiled.
  • fix: Icons for buttons in the cpu info dialog is not correctly set.
  • fix: Can't locate the corresponding line in the generated asm file under linux.
  • enhancement: Add cfi directives for asm syntaxer in linux.
  • change: Editor option "Scroll past end of line" default to false.
  • emhancement: Improve display of disassembled codes in the cpu info dialog.
  • fix: Can't correctly parse function pointer var definition.
  • enhancement: Improve support for function pointer typedefs.
  • enhancement: Improve support for function pointer vars.
  • enhancement: When first display two editor panes, auto make them the same width
  • change: Don't rebuild the whole project when run/debug, if only contents of project unit file is modified.
  • fix: rebuild may not work, if project's parallel build option is enabled.
  • enhancement: Add "Close window" and "Move to other view" in the "Window" menu
  • enhancement: Auto open CPU info dialog, if the program in debug is stopped at a position that have no source file.
  • enhancement: "add watchpoint" when debug. It's hitted when the watch variable is modified, or it's out of scope.
  • enhancement: Switch current call stack frame in the CPU info dialog
  • fix: Shouldn't try evaluate value of the selection in the cpu info dialog.
  • enhancement: Show oct/bin/bin value in the memory view's tooltip.
  • fix: Hex float point literal is not correctly colored.
  • fix: Problem's memory limit unit can't be correctly saved.

Red Panda C++ Version 2.15

  • fix: Static class members is not correctly recognized as static.
  • fix: Function with reference type return value is not correctly parsed.
  • enhancement: Add description tooltips for x86 registers in the cpu info dialog.
  • fix: Search dialog shouldn't have "prompt when replace".
  • change: Default value for the debugger debugger panel "memory view's columns" is changed from 8 to 16.
  • change: Default value for the debugger debugger panel "memory view's rows" is changed from 8 to 16.
  • enhancement: Display hex value as ascii chars in the debugger panel memory view tab.
  • fix: Word on the last line's end can't be searched.
  • enhancement: Auto close other search/replace dialogs when start to search/replace.
  • change: Remove "prompt when replace" in the replace.
  • fix: Search/replace with regex is not correctly handled.
  • enhancement: Show descriptions mouse tip for assebmly instructions. (editor / cpu info dialog)
  • fix: When completing resigter names, an extra '%' is wrongly added.
  • enhancement: Syntax check for assembly files.
  • enhancement: Add "Languages" page group in the options dialog.
  • enhancement: Add "ASM Generation" page in the options dialog.
  • change: Move "Custom C/C++ keywords" from group "Editor" to "Lanauges" in the options dialog.
  • change: Rename "Folder" page to "Folder / Reset default settings" in the options dialog.
  • enhancement: Generate asm with/without SEH directives.
  • enhancement: Generate asm using intel style/att style.
  • enhancement: make description for jump/cmov/setb instructions more explicit. (used for signed or unsigned)
  • fix: Lead and end spaces in search/replace text is wrongly trimmed.
  • change: Merge search and replace to one dialog.
  • fix: Search dialog's "Match whole word" option doesn't work with "Use Regular expresion".
  • fix:Search dialog's "Close after search" option doesn't work.
  • change: Fill the search dialog with the current selection if it's available.

Red Panda C++ Version 2.14

  • change: Remove all breakpoints of the current non-project file, when it is closed.
  • fix: Enum value defines is not correctly parsed.
  • enhancement: Use differenct source file for each language in project templates
  • fix: Ctrl+click is too sensitive.
  • enhancement: Check and remove all non-exist breakpoints before debug a project
  • change: Remove nasm support
  • change: Don't stop debug when breakpoint can't be set
  • fix: "Generate assembly" menu item is wrongly enabled for new GNU assembly files
  • enhancement: New file templates for C / C++ / GAS files
  • enhancement: Keep project compile warning & error infos in the issues table, before project file is edited.

Red Panda C++ Version 2.13

  • fix: Only C/C++/GAS files can set breakpoints.
  • Enhancement: Don't show breakpoints/watch related menuitems in context menu for non-C/C++/GAS files.
  • Enhancement: Disable reformat code for non-C/C++ files.
  • Enhancement: Support C11 anonymous struct/union
  • fix: Can't debug when debug a file while other file has breakpoints
  • change: Don't save breakpoints for non-project files
  • Enhancement: Correctly init panel sizes when first run.

Red Panda C++ Version 2.12

  • fix: Can't correctly load project's custom compile options, if it contains more than one line contents.
  • fix: Crash when create or open txt files in project.
  • enhancement: Code folding for #if/#endif
  • enhancement: When folding "if", don't fold "else";
  • fix: Confirm if recompile, when start to debug and project files has modifications.
  • fix: Crash when debug project that has nasm files.
  • enhancement: Generate debug info for nasm files in Linux/MacOS.
  • enhancement: Compile/Run/Debug GAS source files.
  • enhancement: Compile/Debug GAS source files in project.
  • enhancement: Keyword completion for asm/GAS files.
  • enhancement: If GAS source file has "_start" label, compile it with "-nostartfiles".
  • fix: New non-saved filenames is wrongly saved in the last openfiles ...
Read more

Red Panda C++ 2.10

27 Jan 08:42
Compare
Choose a tag to compare

Red Panda C++ Version 2.10

  • fix: When restored from minimization, info on statusbar not correctly restored.
  • enhancement: Changes of "auto backup editing contents" is applied immediately.
  • enhancement: Don't create temp backup for readonly files.
  • enhancement: Add "Help"/"Submit Iusses".
  • enhancement: Add "Help"/"Document" for Simplified Chinese users.
  • enhancement: Code Completion now respect compiler set's language standard settings.
  • enhancement: Save project files' real encoding;
  • enhancement: Use project files' real encoding information when generating the makefile.
  • fix: If buttons in the options dialog / compiler / compiler set page is pressed, they won't release.
  • enhancement: Confirm before remove a compiler set.
  • enhancement: If there is "cppreference.chm" or "cppreference-%locale_name%.chm"(like cppreference-zh_CN.chm) in the redpanda C++'s app folder, open it instead of the cppreference website.
  • enhancement: Use lldb-mi as the debugger.
  • enhancement: Set lldb-mi as the debugger program for clang, when finding compiler set in folders and gdb doesn't exist.
  • fix: Settings in Options/Tools/General is messed up when switching items in the list.
  • fix: Infos in the status bar not correctly updated when editor closed.
  • change: Project's encoding shouldn't be set to "auto detect"
  • fix: Can't correctly set project file's encoding back to 'UTF-8'/'ANSI' in the project options dialog/files setting page.
  • enhancement: Simplified chinese translations for encoding names.
  • fix: Crash when there are preprocessing directives like '#if 0/0' or '#if 0%0'
  • enhancement: Pause autosave timer when autosave new files.

Red Panda C++ 2.9

16 Jan 07:47
Compare
Choose a tag to compare

Red Panda C++ Version 2.9

  • enhancement: set caret to the corresponding line in the editor after "run"/"generate assembly"
  • fix: syntax highlighting for cpp style line comment is not correct.
  • fix: Save may crash app if the encoding codec is failed to load.
  • enhancement: support open and save utf-16/utf-32 BOM files. (but gcc can't compile)
  • enhancement: Add "auto backup editing contents" option in options/editor/auto save. Turned off by default.
  • enhancement: If the "auto backup editing contents" option is turned on, auto save editing contents 3 seconds after input stopped. Auto delete when editor successfully closed)
  • fix: rename project file will wrongly set it's encoding to 'ASCII';
  • fix: Project's file encoding is wrongly set to 'AUTO' when load project.

Red Panda C++ Version 2.8

  • fix: Crash when editing makefile
  • enhancement: Add "Resources" in project option's dialog's custom compiler parameter page
  • fix: Crash while input using input method in makefile
  • enhancement: "Run" / "Generate Assembly" for project source files
  • fix: Can't set project icon to "app.ico" in the project folder, if the project doesn't has icon.
  • fix: Resource compilation items is missing in the auto generated makefile, if the project's icon is removed and re-added.
  • fix: Action "Run all problem cases" is triggered twice by one clicked.
  • enhancement: "Switch Header/Source" in editor title bar context menu.
  • enhancement: "Toggle readonly" in the Edit menu.
  • fix: Error When save project units' encoding settings.
  • enhancement: Waiting for syntax parsers to finish before saving files, to prevent data lost caused by syntax parsering crash.
  • fix: Restore main window and cpu info window will set wrong font in the cpu info.
  • enhancement: Let encoding options in the statusbar more explicit.
  • fix: Crash when find occurrences in a project that has missing files.
  • enhancement: Print current selection can be used in the print dialog.
  • enhancement: Print syntax colored content.
  • enhancement: Correctly handle tab in the exported RTF.
  • change: Disable undo limit by default.
  • fix: "Goto declaration" / "Goto definition" / "Find occurences" not correctly disabled for non-c/c++ files.
  • fix: Can't save new file using filename with custom suffix.
  • fix: alt+shift+left/right can't select
  • fix: Input any content will exit column mode.
  • fix: Result of scope calculation not right if a for statement immediately follows another for statement.
  • fix: Function parameters that is pointer,reference or array can't be correctly parsed.
  • fix: In column mode, selection that contain lines with different length will cause error.
  • enhancement: Rename symbols won't remove all breakpoints/bookmarks
  • enhancement: Batch replace won't remove all breakpoints/bookmarks
  • enhancement: Execute parameters can be used in debug.
  • enhancement: Add "Open files in editor" in the search panel
  • enhancement: Auto disable the "in project" option in the "search in files" dialog, if no project is opened.
  • enhancement: Auto disable the "search again" button in the search panel if the current search history item is search in the project, and no project is opened.

Red Panda C++ 2.7

25 Dec 07:13
Compare
Choose a tag to compare

Red Panda C++ Version 2.7

  • enhancement: Remove multiple problems in the problem set view
  • enhancement: Clear the problem view after a new problem set created
  • enhancement: "Trim trailing spaces" (Before saving a file) in options / editor / misc
  • enhancement: "Trim trailing spaces" in code menu
  • change: Don't auto disable compile and debug buttons for compiler sets that don't have compiler/debugger programs.
  • enhancement: Better error messages for missing compile/debug/make programs.
  • fix: Lost compiler set settings if a compiler set's bin dirs is empty.
  • enhancement: Better error message when trying to debug with Release compile set.
  • enhancement: Add missing space char color settings in color schemes
  • enhancement: Export FPS (free problem set) files.
  • enhancement: Run all cases button not correct disabled when no case exits.
  • enhancement: Speed up remove problems.
  • fix: "Compile" button disabled after app start with an empty new file.
  • enhancement: Don't add "-g3" option when generate assembely.
  • enhancement: Generate assembly is not correctly disabled when current file is not C/C++.
  • change: Disable "Copy Limit" int "options"/"editor"/"Copy/Export" by default.
  • fix: Project's "static link" option is overwrited by global compiler set settings, when project options dialog is opened.
  • fix: Icon size not correct under macOS high DPI / zoom factor settings.
  • enhancement: "Icon zoom" in options / environment / appearance
  • enhancement: "Line Spacing" in options / editor / font
  • enhancement: "Show whitespaces" in options / editor / font
  • enhancement: Auto add "lib" to the output of static/dynamic library projects, if project name don't start with "lib".
  • fix: Makefile error when "Use precompiled header" is enabled in the project option dialog.
  • enhancement: "Convert HTML for - Input" / "Convert HTML for - Expected" in "Options" - "Executor" - "Problem Set"
  • fix: Unit for memory limit is not correctly loaded when open problem properties dialog.
  • enhancement: Auto open the properties dialog, after add a new problem.

Red Panda C++ 2.6

15 Dec 08:37
Compare
Choose a tag to compare

Red Panda C++ Version 2.6

  • enhancement: Highlighter for makefiles
  • fix: QSortFilterProxyModel not correctly cleared when exiting and project closed. (ASSERT fails in DEBUG mode.)
  • enhancement: Windows installers now use UNICODE encoding.
  • fix: Can't correctly show code suggestions after "template <"
  • enhancement: Better code completion support for macros
  • fix: Paste not enabled when create a new file and system clipboard is empty.
  • enhancement: Auto rebuild when project's compiler set changed.
  • enhancement: When current file is the project's makefile, show project's compiler set in the toolbar.
  • enhancement: Prevent error of "del" to stop make when rebuild project.
  • enhancement: Import FPS (free problem set) files.
  • enhancement: Show current problem's description in the problem list's mouse tip.
  • enhancement: Show memory usage for problem cases (windows only).
  • enhancement: Show memory usage after console program exited.
  • fix: If clang and g++ are in the same folder, only the compiler sets for gcc are auto generated.
  • fix: Buttons in options -> compiler -> compiler set -> programs are not usable.
  • enhancement: Don't check existence of gcc/g++/make/gdb at startup.
  • enhancement: Auto disable "compile" button if gcc doesn't exist.
  • enhancement: Auto disable "debug" button if gdb doesn't exist.
  • enhancement: Auto disable "compile" button for project if make doesn't exist.
  • fix: Crash when scroll file which has more than 65535 lines.
  • fix: Can't scroll to lines greater than 65535.

RedPanda C++ Version 2.5

03 Dec 13:53
Compare
Choose a tag to compare

Red Panda C++ Version 2.5

  • enhancement: New color scheme Monokai (contributed by 小龙Dev(XiaoLoong@github))
  • enhancemnet: Add "Reserve word for Types" item in color scheme
  • enhancement: Auto save / load problem set
  • enhancement: Project's custom compile include/lib/bin directory is under folder of the app, save them using the path relative to the app
  • enhancement: Slightly reduce memory usage
  • enhancement: Options -> editor -> custom C/C++ type keywords page
  • change: Default value of option "Editors share one code analyzer" is ON
  • change: Default value of option "Auto clear symbols in hidden editors" is OFF
  • enhancement: Show completion suggest for "namespace" after "using"
  • fix: MinGW-w64 gcc displayed as "MinGW GCC"
  • enhancement: Deduce type info for "auto" in some simple cases for stl containers.
  • fix: Crash when no semicolon or left brace after the keyword "namespace"
  • fix: Can't correctly show completion suggest for type with template parameters
  • enhancement: Show compltion suggest for std::pair::first and std::pair second
  • enhancement: Disable "run" and "debug" actions when current project is static or dynamic library
  • enhancement: Add "Generate Assembly" in "Run" Menu
  • enhancement: Improve highlighter for asm
  • enhancement: Use asm highlighter in cpu window
  • fix: "AT&T" radio button not correctly checked in cpu window
  • enhancement: Remove blank lines in the register list of cpu window.
  • fix: Cpu window's size not correctly saved, if it is not closed before app exits.
  • fix: Can't restore cpu window's splitter position.

Red Panda C++ 2.4

13 Nov 15:12
Compare
Choose a tag to compare

Red Panda C++ Version 2.4

  • fix: Contents in class browser not correctly updated when close the last editor for project.
  • fix: When all editors closed, switch browser mode dosen't correct update the class browser;
  • fix: "check when open/save" and "check when caret line changed" in Options Dialog / Editor / Syntax Check don't work
  • fix: Crash when editing a function at the end of file without ; or {
  • enhancement: Add the "parsing TODOs" option in Options Dialog / Editor / Misc
  • enhancement: Remove todos/bookmarks/breakpoints when deleting file from project
  • enhancement: Rename filenames in todos/bookmarks/breakpoints when renaming project file
  • enhancement: Rename filenames in bookmarks/breakpoints after a file is save-ased.
  • fix: Can't goto definition of classes and namespaces displayed in the class browser on whole project mode.
  • fix: macro defines parsed before not correctly applied in the succeeding parse.
  • fix: function pointers not correctly handle in code parser;
  • fix: var assignment not correctly handled in code parser;
  • fix: function args not correctly handled in code parser;
  • fix: crash when alt+mouse drag selection
  • enhancement: show completion tips for when define a function that already has a declaration.
  • enhancement: Use relative paths to save project settings
  • fix: Layout for project options dialog's general page is not correct.
  • fix: modifitions in the project options dialogs's dll host page is not correctly saved.
  • enhancement: In the project options dialog, autoset the default folder in the openning dialog when choosing file/directory paths.
  • fix: Escape suquences like \uxxxx and \Uxxxxxxxx in strings are not correctly highlighted.
  • enhancement: Search / replace dialogs redesigned.
  • fix: inline functions are not correctly parsed;
  • fix: &operator= functions are not correctly parsed;
  • fix: Code Formatter's "add indent to continueous lines" option is not correctly saved.
  • fix: _Pragma is not correctly handled;
  • enhancement: improve parse result for STL
  • change: the default value for UI font size : 11
  • change: the default value for add leading zeros to line numbers : false
  • upgrade integrated rturtle. fix: nothing is drawed when set background color to BLACK
  • upgrade integrate fmtlib. fix: imcompatible with GBK encoding

Red Panda C++ 2.3

06 Nov 15:43
Compare
Choose a tag to compare

Red Panda C++ Version 2.3

  • fix: When start parsing and exit app, app may crash
  • enhancement: add "Allow parallel build" option in project option dialog's custom compile options page
  • fix: crash when rename project file
  • fix: When remove project file, symbols in it not correctly removed from code parser
  • fix: infos in class browser (structure panel) not correctly updated when add/create/remove/rename project files

Red Panda C++ 2.2

06 Nov 11:36
Compare
Choose a tag to compare

Red Panda C++ Version 2.2

  • enhancement: basic code completion support for C++ lambdas
  • enhancement: slightly reduce parsing time
  • fix: Wrong charset name returned when saving file
  • fix: 'using =' / 'namespace =' not correctly handled
  • fix: Pressing '*' at begin of line will crash app
  • enhancement: switch header/source in editor's context menu
  • enhancement: base class dropdown list in new class dialog now works
  • fix: Edting / show context menu when code analysis is turned off may crash app.
  • fix: Show context menu when edting non c/c++ file may crash app.
  • fix: Project Options Dialog's Files panel will crash app.
  • fix: Memory usage of undo system is not correctly calculated, which may cause undo items lost
  • fix: Set max undo memory usage to 0 don't really remove the limit for undo
  • fix: Set max undo times to 0 don't really remove the limit for undo
  • fix: Keep the newest undo info regardless of undo memory usage