Skip to content

Red Panda C++ Version 0.13.2

Compare
Choose a tag to compare
@royqh1979 royqh1979 released this 15 Jan 10:41
· 2229 commits to master since this release

Red Panda C++ Version 0.13.2

  • fix: "delete and exit" button in the environtment / folder option page doesn't work correctly
  • fix: crash when closing the options dialog under Ubuntu 20.04 LTS ( no memory leak now)
  • enhancement: can add non-code file in templates
  • enhancement: if there's no selection when copy/cut, select currect line by default
  • enhancement: support ligatures in fonts like fira code ( disabled by default, can be turned on in options dialog's editor font page)
  • enhancement: add "minimum id length required to show code completion" to the options dialog's editor code completion page
  • enhancement: modify values in the memory view while debugging
  • enhancement: auto update watch, local and memory view after expression evaluated
  • enhancement: auto update watch, local and memory view after memory modified
  • enhancement: modify values in the watch view by double click
  • fix: crash when refactor symbol and cursor is at the end of the identifier
  • fix: refactor symbol doesn't work for 1-length identifiers
  • enhancement: redirect stdio to a file while debugging ( must use gdb server mode to debug)
  • fix: parser can't correctly handle variable definitions that don't have spaces like 'int*x';
  • fix: parser can't correctly handle function parameters like 'int *x'
  • fix: caret dispears when at '\t' under Windows 7
  • enhancement: ctrl+up/down scrolls in the editor
  • enhancement: add "wrap around" option to find/replace
  • fix: project's icon setting is not correctly saved
  • fix: project's type setting won't be saved
  • fix: If project's compiler set is not the same with the default compiler set, auto openned project's file will use wrong compiler set to do syntax check.
  • fix: open a project file through "File"->"Open" will not correctly connect it with the project internally
  • fix: wrong project program directory parameter is sent to the debugger

Red Panda C++ Version 0.13.1

  • enhancement: suppoort localization info in project templates
  • change: template / project files use utf-8 encoding instead of ANSI
  • fix: .rc file shouldn't be syntax checked
  • enhancement: auto save/restore size of the new project dialog
  • fix: new project dialog's tab bar should fill all empty spaces
  • enhancement: add raylib to autolinks
  • enhancement: distribute raylib with integrated gcc

Red Panda C++ Version 0.12.7

  • change: make current build system follow FHS specifications
  • fix: crash when close settings dialog in Ubuntu 20.04 (but we'll leak memory now...)
  • enhancement: add raylib.h to autolink
  • fix: shouldn't generate default autolink settings in linux
  • fix: shouldn't auto add /bin/gcc to compiler sets
  • fix: if a dir duplicates in PATH, don't add it to compiler sets repeatedly
  • enhancement: add "--sanitize=address" to compile option in the Debug compiler set in Linux
  • enhancement: auto sort files in the project view

Red Panda C++ Version 0.12.6

  • fix: heartbeat for gdb server async command shouldn't disable actions
  • fix: problem cases doesn't use svg icons
  • fix: problem's title info not updated after running cases
  • enhancement: open the corresponding source file from problem's context menu
  • fix: debugger's "continue" button not correctly disabled
  • change: use libicu instead of ConvertUTF.c under Linux
  • change depends to qt 5.12 instead of 5.15

Red Panda C++ Version 0.12.5

  • fix: compile error in linux
  • fix: can't receive gdb async output for commands
  • fix: can't reformat code
  • enhancement: add option for setting astyle path
  • fix: wrong file wildcard (.) in linux
  • fix: open terminal in linux
  • fix: wrong executable filename for source files in linux
  • enhancement: console pauser for linux
  • enhancement: redirect input to program in linux
  • enhancement: detach pausing console window
  • rename to Red Pand C++

Download Red Panda Dev-C++