2023-02-10 09:42:55 +08:00
Red Panda C++ Version 2.12
- fix: Can't correctly load project's custom compile options, if it contains more than one line contents.
2023-02-10 19:28:18 +08:00
- fix: Crash when create or open txt files in project.
2023-02-10 22:27:36 +08:00
- enhancement: Code folding for #if/#endif
- enhancement: When folding "if", don't fold "else";
2023-02-11 11:31:54 +08:00
- fix: Confirm if recompile, when start to debug and project files has modifications.
2023-02-12 12:53:14 +08:00
- 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.
2023-02-12 18:13:24 +08:00
- enhancement: Keyword completion for asm/GAS files.
2023-02-12 18:15:41 +08:00
- enhancement: If GAS source file has "_start" label, compile it with "-nostartfiles".
2023-02-12 22:33:34 +08:00
- fix: New non-saved filenames is wrongly saved in the last openfiles list.
- fix: File is parsed before editor is fully created.
- enhancement: New GAS File in the File Menu
- change: rename "New File" to "New C/C++ File"
2023-02-13 10:24:35 +08:00
- change: The default disassemble style of CPU Dialog is "AT& T" now.
2023-02-13 19:21:11 +08:00
- fix: Can't compile files with chinese characters in filenames using winlibs mingw gcc
2023-02-14 09:04:27 +08:00
- fix: If current editor is empty, parser will parse the file's content on the disk instead from the editor.
2023-02-10 09:42:55 +08:00
2023-02-05 20:36:10 +08:00
Red Panda C++ Version 2.11
- fix: Can't correctly handle definitions for "operator,"
2023-02-05 21:55:23 +08:00
- enhancement: Auto suggest keyword "operator" when define functions.
2023-02-06 14:04:38 +08:00
- enhancement: Differentiate class and constructors in syntax color and jupming to declarations.
- enhancement: Improve parsing for operator overloading.
2023-02-06 19:37:01 +08:00
- fix: Parser can't correctly differentiate function and var initialization.
2023-02-07 10:46:06 +08:00
- fix: Respect encoding "Project default" when search/find occurrencies/open project units.
- enhancement: Show progress dialog when search/find occurrencies in large projects.
2023-02-07 19:05:39 +08:00
- enhancement: Improve auto indent.
2023-02-07 20:27:31 +08:00
- enhancement: Change the way to calculate execution time.
2023-02-08 12:20:20 +08:00
- enhancement: Auto reload openned project files that use "Project Default" as the encoding, when the project encoding setting is changed in the project options dialog.
2023-02-08 17:32:52 +08:00
- fix: Correctly handle files whose name contains spaces in the generated makefile.
- fix: Correctly handle custom obj folder in the generated makefile.
2023-02-08 21:07:41 +08:00
- enhancement: Support compile asm files using nasm in the project.
2023-02-09 09:45:09 +08:00
- fix: Project parser should not parse non-c/cpp files.
2023-02-09 16:33:25 +08:00
- enhancement: Add "assembler" tab in the project options dialog's custom compiler parameters.
2023-02-09 21:04:10 +08:00
- enhancement: Auto find nasm when detecting new compiler sets/adding gcc compiler sets.
2023-02-09 21:01:01 +08:00
- fix: preprocessors is not correctly suggested.
- fix: javadoc-style docstring is not correctly suggested
- enhancement: Better syntax color for asm files.
2023-02-10 19:28:18 +08:00
- enhancement: Add nasm.exe in the gcc distributed with RedPanda-CPP
- enhancement: Add assembly templates
2023-02-05 20:36:10 +08:00
2023-01-16 11:35:55 +08:00
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.
2023-01-16 15:42:03 +08:00
- enhancement: Add "Help"/"Submit Iusses".
- enhancement: Add "Help"/"Document" for Simplified Chinese users.
2023-01-19 11:08:32 +08:00
- enhancement: Code Completion now respect compiler set's language standard settings.
2023-01-19 20:04:05 +08:00
- enhancement: Save project files' real encoding;
- enhancement: Use project files' real encoding information when generating the makefile.
2023-01-19 23:58:56 +08:00
- fix: If buttons in the options dialog / compiler / compiler set page is pressed, they won't release.
2023-01-20 12:17:04 +08:00
- 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.
2023-01-22 22:19:19 +08:00
- enhancement: Use lldb-mi as the debugger.
2023-01-23 22:27:43 +08:00
- enhancement: Set lldb-mi as the debugger program for clang, when finding compiler set in folders and gdb doesn't exist.
2023-01-24 09:17:27 +08:00
- fix: Settings in Options/Tools/General is messed up when switching items in the list.
2023-01-24 10:21:19 +08:00
- fix: Infos in the status bar not correctly updated when editor closed.
- change: Project's encoding shouldn't be set to "auto detect"
2023-01-25 10:28:55 +08:00
- fix: Can't correctly set project file's encoding back to 'UTF-8'/'ANSI' in the project options dialog/files setting page.
2023-01-25 10:51:59 +08:00
- enhancement: Simplified chinese translations for encoding names.
2023-01-26 11:07:46 +08:00
- fix: Crash when there are preprocessing directives like '#if 0/0' or '#if 0%0'
2023-01-26 11:23:24 +08:00
- enhancement: Pause autosave timer when autosave new files.
2023-01-16 11:35:55 +08:00
2023-01-12 21:58:04 +08:00
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.
2023-01-14 21:51:55 +08:00
- 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)
2023-01-15 17:04:03 +08:00
- 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)
2023-01-15 15:47:08 +08:00
- fix: rename project file will wrongly set it's encoding to 'ASCII';
2023-01-15 15:57:48 +08:00
- fix: Project's file encoding is wrongly set to 'AUTO' when load project.
2023-01-12 21:58:04 +08:00
2022-12-26 18:20:26 +08:00
Red Panda C++ Version 2.8
- fix: Crash when editing makefile
2022-12-26 22:55:00 +08:00
- enhancement: Add "Resources" in project option's dialog's custom compiler parameter page
2022-12-28 09:24:54 +08:00
- fix: Crash while input using input method in makefile
2022-12-28 16:39:18 +08:00
- enhancement: "Run" / "Generate Assembly" for project source files
2022-12-30 19:48:12 +08:00
- 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.
2022-12-31 09:36:50 +08:00
- fix: Action "Run all problem cases" is triggered twice by one clicked.
2023-01-01 08:32:33 +08:00
- enhancement: "Switch Header/Source" in editor title bar context menu.
2023-01-02 16:50:30 +08:00
- enhancement: "Toggle readonly" in the Edit menu.
- fix: Error When save project units' encoding settings.
2023-01-03 21:43:45 +08:00
- enhancement: Waiting for syntax parsers to finish before saving files, to prevent data lost caused by syntax parsering crash.
2023-01-03 22:34:38 +08:00
- fix: Restore main window and cpu info window will set wrong font in the cpu info.
2023-01-04 11:01:34 +08:00
- enhancement: Let encoding options in the statusbar more explicit.
- fix: Crash when find occurrences in a project that has missing files.
2023-01-05 18:38:36 +08:00
- enhancement: Print current selection can be used in the print dialog.
2023-01-06 11:41:04 +08:00
- enhancement: Print syntax colored content.
- enhancement: Correctly handle tab in the exported RTF.
2023-01-06 11:59:21 +08:00
- change: Disable undo limit by default.
2023-01-07 20:04:51 +08:00
- fix: "Goto declaration" / "Goto definition" / "Find occurences" not correctly disabled for non-c/c++ files.
2023-01-07 20:29:57 +08:00
- fix: Can't save new file using filename with custom suffix.
2023-01-10 16:52:39 +08:00
- fix: alt+shift+left/right can't select
- fix: Input any content will exit column mode.
2023-01-10 19:08:49 +08:00
- fix: Result of scope calculation not right if a for statement immediately follows another for statement.
2023-01-11 09:51:05 +08:00
- fix: Function parameters that is pointer,reference or array can't be correctly parsed.
2023-01-11 11:05:34 +08:00
- fix: In column mode, selection that contain lines with different length will cause error.
2023-01-12 12:07:22 +08:00
- 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.
2023-01-12 16:53:00 +08:00
- 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.
2022-12-26 18:20:26 +08:00
2022-12-15 16:33:17 +08:00
Red Panda C++ Version 2.7
- enhancement: Remove multiple problems in the problem set view
2022-12-18 12:31:19 +08:00
- enhancement: Clear the problem view after a new problem set created
- enhancement: "Trim trailing spaces" (Before saving a file) in options / editor / misc
2022-12-16 11:10:46 +08:00
- enhancement: "Trim trailing spaces" in code menu
2022-12-18 12:31:19 +08:00
- change: Don't auto disable compile and debug buttons for compiler sets that don't have compiler/debugger programs.
2022-12-16 11:10:46 +08:00
- 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.
2022-12-16 11:13:02 +08:00
- enhancement: Add missing space char color settings in color schemes
2022-12-16 15:54:18 +08:00
- enhancement: Export FPS (free problem set) files.
2022-12-17 13:40:13 +08:00
- enhancement: Run all cases button not correct disabled when no case exits.
- enhancement: Speed up remove problems.
2022-12-17 17:20:33 +08:00
- 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++.
2022-12-18 12:31:19 +08:00
- 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.
2022-12-20 11:01:04 +08:00
- fix: Icon size not correct under macOS high DPI / zoom factor settings.
- enhancement: "Icon zoom" in options / environment / appearance
2022-12-20 20:38:02 +08:00
- enhancement: "Line Spacing" in options / editor / font
- enhancement: "Show whitespaces" in options / editor / font
2022-12-21 09:15:39 +08:00
- enhancement: Auto add "lib" to the output of static/dynamic library projects, if project name don't start with "lib".
2022-12-22 22:01:55 +08:00
- fix: Makefile error when "Use precompiled header" is enabled in the project option dialog.
2022-12-24 12:08:13 +08:00
- 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.
2022-12-15 16:33:17 +08:00
2022-12-06 22:51:59 +08:00
Red Panda C++ Version 2.6
- enhancement: Highlighter for makefiles
2022-12-08 10:46:39 +08:00
- fix: QSortFilterProxyModel not correctly cleared when exiting and project closed. (ASSERT fails in DEBUG mode.)
2022-12-10 18:48:48 +08:00
- enhancement: Windows installers now use UNICODE encoding.
2022-12-11 19:47:43 +08:00
- 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.
2022-12-13 08:49:20 +08:00
- enhancement: Show current problem's description in the problem list's mouse tip.
2022-12-13 12:36:16 +08:00
- enhancement: Show memory usage for problem cases (windows only).
- enhancement: Show memory usage after console program exited.
2022-12-13 12:40:54 +08:00
- fix: If clang and g++ are in the same folder, only the compiler sets for gcc are auto generated.
2022-12-13 15:58:27 +08:00
- 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.
2022-12-14 09:20:53 +08:00
- fix: Crash when scroll file which has more than 65535 lines.
- fix: Can't scroll to lines greater than 65535.
2022-12-06 22:51:59 +08:00
2022-11-14 11:56:38 +08:00
Red Panda C++ Version 2.5
2022-11-30 21:05:08 +08:00
- 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
2022-11-22 15:14:05 +08:00
- enhancement: Options -> editor -> custom C/C++ type keywords page
2022-11-30 09:54:23 +08:00
- 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
2022-11-30 21:05:08 +08:00
- enhancement: Show completion suggest for "namespace" after "using"
2022-11-25 10:01:10 +08:00
- fix: MinGW-w64 gcc displayed as "MinGW GCC"
2022-11-29 12:06:29 +08:00
- enhancement: Deduce type info for "auto" in some simple cases for stl containers.
2022-11-30 21:05:08 +08:00
- 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
2022-12-01 22:10:44 +08:00
- enhancement: Add "Generate Assembly" in "Run" Menu
- enhancement: Improve highlighter for asm
2022-12-02 10:19:03 +08:00
- 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.
2022-11-14 11:56:38 +08:00
2022-11-07 11:24:23 +08:00
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;
2022-11-07 18:01:53 +08:00
- fix: "check when open/save" and "check when caret line changed" in Options Dialog / Editor / Syntax Check don't work
2022-11-07 21:44:12 +08:00
- 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
2022-11-07 21:52:01 +08:00
- enhancement: Rename filenames in bookmarks/breakpoints after a file is save-ased.
2022-11-08 08:24:44 +08:00
- fix: Can't goto definition of classes and namespaces displayed in the class browser on whole project mode.
2022-11-08 22:04:53 +08:00
- fix: macro defines parsed before not correctly applied in the succeeding parse.
2022-11-09 22:22:33 +08:00
- 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;
2022-11-10 09:05:34 +08:00
- fix: crash when alt+mouse drag selection
2022-11-10 13:35:13 +08:00
- enhancement: show completion tips for when define a function that already has a declaration.
2022-11-10 14:47:44 +08:00
- 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.
2022-11-11 09:00:06 +08:00
- fix: Escape suquences like \uxxxx and \Uxxxxxxxx in strings are not correctly highlighted.
2022-11-11 21:20:57 +08:00
- 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.
2022-11-12 10:45:53 +08:00
- fix: _Pragma is not correctly handled;
2022-11-12 12:14:19 +08:00
- enhancement: improve parse result for STL < random >
2022-11-12 10:56:57 +08:00
- change: the default value for UI font size : 11
- change: the default value for add leading zeros to line numbers : false
2022-11-12 15:58:17 +08:00
- upgrade integrated rturtle. fix: nothing is drawed when set background color to BLACK
2022-11-12 12:14:19 +08:00
- upgrade integrate fmtlib. fix: imcompatible with GBK encoding
2022-11-07 11:24:23 +08:00
2022-11-06 22:51:14 +08:00
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
2022-11-03 00:49:22 +08:00
Red Panda C++ Version 2.2
2022-11-05 08:42:54 +08:00
- enhancement: basic code completion support for C++ lambdas
2022-11-03 00:49:22 +08:00
- enhancement: slightly reduce parsing time
2022-11-05 08:42:54 +08:00
- fix: Wrong charset name returned when saving file
2022-11-03 00:49:22 +08:00
- fix: 'using =' / 'namespace =' not correctly handled
2022-11-04 20:27:35 +08:00
- fix: Pressing '*' at begin of line will crash app
2022-11-05 23:35:15 +08:00
- enhancement: switch header/source in editor's context menu
- enhancement: base class dropdown list in new class dialog now works
2022-11-07 18:01:53 +08:00
- fix: Edting / show context menu when code analyzer is turned off may crash app.
2022-11-06 09:43:28 +08:00
- fix: Show context menu when edting non c/c++ file may crash app.
2022-11-06 12:38:53 +08:00
- fix: Project Options Dialog's Files panel will crash app.
2022-11-06 22:51:14 +08:00
- 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
2022-11-11 21:20:57 +08:00
- fix: inline functions not correctly handled by parser
- fix: & operator= not correctly handled by parser
2022-11-03 00:49:22 +08:00
2022-10-27 07:42:05 +08:00
Red Panda C++ Version 2.1
2022-10-27 15:18:57 +08:00
- fix: editors that not in the editing panel shouldn't trigger switch breakpoint
2022-10-28 09:47:34 +08:00
- fix: editors that not in the editing panel shouldn't show context menu
2022-10-27 15:18:57 +08:00
- enhancement: add "editors share one code parser" in "options" / "editor" / "code completion", to reduce memory usage.
Turned off by default on PCs with memory > 4G; Force turned on PCs with memory < 1G.
- enhancement: add "goto block start"/"goto block end" in "Code" menu
2022-10-28 12:43:47 +08:00
- add fmtlib to the gcc compiler's lib distributed with RedPanda IDE windows version
- add default autolink for fmtlib in Windows
2022-10-28 16:34:26 +08:00
- reduce size of the executable of win-git-askpass tool
2022-10-29 17:21:38 +08:00
- change: remove "Optimize for the following machine" and "Optimize less, while maintaining full compatibility" options in the compiler setting panel, which are obseleted.
- change: escape spaces in the executabe path under linux.
2022-10-29 18:19:45 +08:00
- fix: Before run a project's executable, we should check timestamp for project files AND modification states of files openned in editor.
2022-10-29 20:51:31 +08:00
- change: Don't turn on "Show some more warnings (-Wextra)" option by default for DEBUG compiler set
2022-10-30 11:58:42 +08:00
- fix: Changes mainwindows's compiler set combobox not correctly handled for project
- change: Don't localize autogenerated name for new files and new project (new msys2 gcc compiler can't correctly handle non-ascii chars in filenames)
2022-10-30 19:27:29 +08:00
- change: rename "file" Menu -> "New Source File" to "New File"
2022-10-27 07:42:05 +08:00
2022-10-22 23:29:12 +08:00
Red Panda C++ Version 2.0
- redesign the project parser, more efficient and correct
- enhancement: todo parser for project
2022-10-23 00:39:24 +08:00
- fix: save/load bookmark doesn't work
2022-10-23 10:40:00 +08:00
- fix: if project has custom makefile but not enabled, project won't auto generate makefile.
- fix: File path of Issues in project compilation is relative, and can't be correctly marked in the editors.
2022-10-23 15:22:26 +08:00
- fix: editor & class browser not correct updated when editor is switched but not focused
- enhancement: show all project statements in the class browser
- fix: namespace members defined in multiple places not correctly merged in the class browser
- fix: correctly display statements whose parent is not in the current file
- fix: statements is the class browser is correctly sorted
- enhancement: Weither double click on the class browser should goto definition/declaration, depends on the current cursor position
2022-10-23 16:31:05 +08:00
- enhancement: keep current position in the class browser after contents modified
2022-10-23 23:24:26 +08:00
- fix: "." and ".." in included header paths not correctly handled
2022-10-24 12:51:50 +08:00
- reduce memory usage when deciding file types
2022-10-24 17:23:37 +08:00
- enhancement: refresh project view for git status won't redraw project structure
- enhancement: auto save project options after the compilerset option for project resetted
- enhancement: "." and ".." in paths of issues not correctly handled
2022-10-24 19:23:43 +08:00
- enhancement: auto locate the last opened file in the project view after project creation
- enhancement: separate compiler's language standard option for C / C++
- fix: compiler settings not correctly handled when create makefile
2022-10-24 20:01:46 +08:00
- enhancement: auto locate current open file in the project view panel
2022-10-24 22:53:46 +08:00
- enhancement: when closing project, prevent all editors that belongs to the project check syntax and parse todos.
2022-10-25 10:13:51 +08:00
- enhancement: add "auto reformat when saving codes" in "Options" / "Editor" / "Misc" (off by default)
- enhancement: use "todo" and "fixme" as the keyword for TODO comments
2022-10-25 19:09:46 +08:00
- fix: rules for obj missing in the makefile generated for project
- enhancement: before run a project'executable, check if there's project file newer than the executable
2022-10-25 21:49:35 +08:00
- enhancement: when create a new folder in the files view, auto select that folder and rename it
- enhancement: when new header in the project view, auto select basename in the filename dialog
- enhancement: when add file in the project view, auto select basename in the filename dialog
- change: Don't generate localized filename when new header/add file in the project view
2022-10-26 08:45:18 +08:00
- fix: Restore project's original compiler set if user choose 'No' in the confirm project compiler set change dialog.
2022-10-26 09:33:45 +08:00
- fix: Encoding info in the status bar not correctly updated when save a new file
2022-10-26 11:10:56 +08:00
- enhancement: auto sort TODO items
2022-10-26 16:26:13 +08:00
- fix: Correctly set file's real encoding to ASCII after saving
2022-10-26 19:40:34 +08:00
- fix: selection's position not correctly set after input a char / insert string (and causes error under OVERWRITE mode)
2022-10-26 22:39:40 +08:00
- fix: editors that not in the editing panel should not be syntax checked/ todo parsed/ code analyzed
- fix: editors that not in the editing panel should not trigger breakpoint/bookmark/watch switch
2022-10-22 23:29:12 +08:00
2022-09-30 17:51:26 +08:00
Red Panda C++ Version 1.5
- fix: project files that lies in project include folder is wrongly openned in Read-only mode
2022-10-08 23:30:30 +08:00
- enhancement: add/new/remove/rename project files won't rebuild project tree
- fix: gliches in UI's left panel in some OS
- fix: correctly restore project layout when reopen it
2022-10-10 18:05:18 +08:00
- change: new syntax for project layout files
2022-10-10 07:11:59 +08:00
- change: clear tools output panel when start to compile
2022-10-10 18:05:18 +08:00
- change: don't show syntax check messages in the tools output panel (to reduce longtime memory usage)
- fix: minor memory leaks when set itemmodels
2022-10-12 19:48:35 +08:00
- fix: threads for code parsing doesn't correctly released when parsing finished ( so and the parsers they use)
2022-10-11 21:51:33 +08:00
- enhancement: save project's bookmark in it's own bookmark file
- enhancement: project and non-project files use different bookmark view (auto switch when switch editors)
- enhancement: auto merge when save bookmarks.
2022-10-11 22:33:09 +08:00
- enhancement: add option "max undo memory usage" in the options / editor / misc page
2022-10-12 19:48:35 +08:00
- fix: icons in options dialogs not correctly updated when change icon set
- enhancement: set compilation stage in the options / compiler set pages
- enhancement: set custom compilation output suffix in the options / compiler set pages
2022-10-16 23:10:57 +08:00
- enhancement: project and non-project files use different breakpoint and watchvar view (auto switch when not debugging and editor switched)
- enhancement: save project's breakpoint and watchvar in it's own debug file.
- enhancement: delete a watch expression don't reload who watch var view
2022-10-17 23:23:05 +08:00
- enhancement: auto save/restore debug panel's current tab
- fix: correctly restore left(explorer) panel's current tab
- enhancement: auto close non-modified new editor after file/project openned;
- fix: project files openned by double click in bookmark/breakpoint panel may cause app crash when closed.
- fix: When open a project that's already openned, shouldn't close it.
- enhancement: When open a project, let user choose weither open it in new window or replace the already openned project
2022-10-18 12:24:59 +08:00
- fix: editor tooltip for #include_next is not correctly calculated
- fix: ctrl+click on #include_next header name doesn't open the right file
2022-10-18 23:22:29 +08:00
- enhancement: parser used for non-project C files won't search header files in C++ include folders.
2022-10-18 19:09:46 +08:00
- fix: toggle block comment/delete to word begin/delete to word end are not correctly disabled when editor not open
2022-10-19 22:54:08 +08:00
- fix: index out of range in cpp highlighter
- fix: memory leak in code folding processing
2022-10-21 12:43:02 +08:00
- change: add/remove/new project file won't save all openned project files.
- fix: save all project files shouldn't trigger syntax check in inactive editors
2022-09-30 17:51:26 +08:00
2022-09-21 09:31:01 +08:00
Red Panda C++ Version 1.4
- fix: "Encode in UTF-8" is not correctly checked, when the editor is openned using UTF-8 encoding.
2022-09-23 10:27:44 +08:00
- fix: crash when create non C/C++ source file in project
- fix: can't open text project file in the editor
- change: when create non-text project file, don't auto open it
2022-09-24 21:24:58 +08:00
- fix: the project compiler options is not correctly read when open old dev-c++ project
2022-09-26 16:17:02 +08:00
- fix: astyle.exe can't correctly format files that using non-ascii identifier
2022-09-27 18:53:42 +08:00
- fix: when "cleary symbol table of hidden editors" is turned on, content in the editor reshown is not correctly parsed
2022-09-21 09:31:01 +08:00
2022-08-24 17:05:16 +08:00
Red Panda C++ Version 1.3
- enhancement: don't parse all openned files when start up
- enhancement: don't parse files when close all and exit
2022-08-25 16:53:06 +08:00
- change: reduce time intervals for selection by mouse
2022-09-03 20:18:32 +08:00
- enhancement: change orders of the problems in the problem set panel by drag& drop
- enhancement: change orders of the problem cases in the problem panel by drag& drop
2022-09-07 15:08:31 +08:00
- fix: the size of horizontal caret is wrong
2022-08-24 17:05:16 +08:00
2022-08-05 20:56:09 +08:00
Red Panda C++ Version 1.2
- enhancement: Portuguese Translation ( Thanks for crcpucmg@github)
2022-08-06 08:51:53 +08:00
- fix: files in network drive is opened in readonly mode
2022-08-08 10:45:35 +08:00
- change: reorganization templates in subfolders
- enhancement: create template from project
- fix: can't correctly set project icon
2022-08-08 12:11:16 +08:00
- fix: can't set shortcut that contains shift and non-alphabet characters
2022-08-05 20:56:09 +08:00
2022-07-25 09:45:06 +08:00
Red Panda C++ Version 1.1.6
- fix: block indent doesn't work
2022-07-25 14:32:12 +08:00
- fix: selection is not correctly set after input in column mode
2022-07-28 14:03:18 +08:00
- fix: in #if , defined without () not correctly processed
2022-07-28 13:51:38 +08:00
- enhancement: don't show cpp defines when editing c files
2022-07-28 14:03:18 +08:00
- enhancement: choose default language when first run
2022-07-28 17:09:30 +08:00
- fix: Drag& Drop no correctly disabled for readonly editors
2022-07-28 21:19:54 +08:00
- enhancement: disable column mode in readonly editors
2022-07-29 18:33:08 +08:00
- fix: inefficient loop when render long lines
2022-07-30 10:22:27 +08:00
- fix: indents for "default" are not the same with "case"
2022-07-31 11:51:34 +08:00
- fix: (wrongly) use the default font to calculate non-ascii characters' width
2022-08-05 16:20:50 +08:00
- change: switch positions of problem case output and expected output
2022-07-25 09:45:06 +08:00
2022-07-07 20:08:58 +08:00
Red Panda C++ Version 1.1.5
- change: uncheck "hide unsupported files" in files view shouldn't gray out non-c files
- enhancement: double clicking a non-text file in the files view, will open it with external program
- enhancement: double clicking a non-text file in the project's view, will open it with external program
2022-07-20 16:57:42 +08:00
- fix: correctly update the start postion of selection after code completion
2022-07-20 18:51:51 +08:00
- enhancement: add a demo template for raylib/rdrawing predefined colors
2022-07-21 15:28:07 +08:00
- enhancement: add select current word command in the Selection menu
- change: add Selection menu
- enhancement: add memory view rows/columns settings in the settings dialog -> debugger -> general panel
- enhancement: add "Go to Line..." in the Code menu
2022-07-22 11:34:45 +08:00
- fix: "Timeout for problem case" can't be rechecked, in the Settings Dialog -> executor -> problem set panel.
2022-07-22 19:27:56 +08:00
- fix: bug in the project template
2022-07-22 21:02:07 +08:00
- change: sort local identifiers before keywords in the auto completion popup
2022-07-23 15:41:19 +08:00
- fix: can't create folder in files view, if nothing is selected
2022-07-24 18:24:21 +08:00
- fix: can't find the gcc compiler, if there are gcc and clang compilers in the same folder
2022-07-07 20:08:58 +08:00
2022-07-02 20:19:37 +08:00
Red Panda C++ Version 1.1.4
- enhancement: prohibit move selection up/down under column mode
- enhancement: prohibit move selection up/down when the last line in selection is a folded code blocks
- enhancement: check validity of selection in column mode when moving caret by keyboard
- enhancement: check validity of selection in column mode when moving caret by mouse
- enhancement: only allow insert linebreak at the end of folded code block
- enhancement: only allow delete whole folded code block
- refactor of undo system
2022-07-03 12:00:05 +08:00
- fix: calculation of the code block ranges when inserting/deleting
2022-07-03 13:08:14 +08:00
- fix: undo chains
2022-07-04 10:01:40 +08:00
- enhancement: prevent group undo when caret position changed
- fix: undo link break may lose leading spaces
2022-07-06 14:11:32 +08:00
- fix: correctly restore editor's modified status when undo/redo
2022-07-06 19:44:44 +08:00
- enhancement: set current index to the folder after new folder created in the files view
- enhancement: resort files in the files view after rename
2022-07-02 20:19:37 +08:00
2022-06-28 09:37:18 +08:00
Red Panda C++ Version 1.1.3
- fix: wrong auto indent calculation for comments
2022-06-28 21:46:20 +08:00
- enhancement: position caret at end of the line of folded code block
- enhancement: copy the whole folded code block
- enhancement: delete the whole folded code block
- fix: correctly update the folding state of code block, when deleted
2022-06-30 14:39:12 +08:00
- change: just show one function hint for overloaded functions
2022-07-01 17:15:20 +08:00
- update raylib to 4.2-dev
- update raylib-drawing to 1.1
- add "raylib manual" in the help menu
2022-06-28 09:37:18 +08:00
2022-06-20 21:43:42 +08:00
Red Panda C++ Version 1.1.2
- enhancement: use different color to differenciate folder and headers in completion popup window
- enhancement: auto add "/" to folder when completing #include headers
2022-06-22 17:08:35 +08:00
- enhancement: add the option "Set Encoding for the Executable" to project's compiler options
- fix: can't correctly compile when link params are seperated by line breaks
2022-06-23 13:05:10 +08:00
- fix: select all shouldn't set file's modified flag
- enhancement: add (return)type info for functions/varaibles/typedefs in the class browser panel
2022-06-23 19:07:48 +08:00
- enhancement: autolink add "force utf8" property (mainly for raylib)
2022-06-23 20:39:00 +08:00
- change: position caret to (1,1) when create a new file using editor's new file template
2022-06-20 21:43:42 +08:00
2022-06-14 09:09:35 +08:00
Red Panda C++ Version 1.1.1
- enhancement: adjust the appearance of problem case's input/output/expected control
2022-06-15 11:27:12 +08:00
- change: swap position of problem case's output and expected input controls
- enhancement: when problem case panel is positioned at right, problem case's input, output and expected controls is layouted vertically
2022-06-15 14:13:11 +08:00
- enhancement: add ignore spaces checkbox in problem cases panel
2022-06-16 09:11:45 +08:00
- fix: can't paste contents copied from Clion/IDEA/PyCharm
2022-06-16 21:34:31 +08:00
- fix: project don't have compiler set bin folder setting
- fix: when run/debug the executable, add current compiler set's bin folders to path
- fix: when open in shell, add current compiler set's bin folders to path
2022-06-16 21:56:07 +08:00
- fix: when debug the executable using gdb server, add current compiler set's bin folders to path
2022-06-17 12:12:12 +08:00
- fix: reduce height of the message panel when dragging from right to bottom
2022-06-17 18:18:12 +08:00
- fix: when messages panel is docked at right, its width not correctly restored when restart.
2022-06-14 09:09:35 +08:00
2022-06-08 16:05:54 +08:00
Red Panda C++ Version 1.1.0
- enhancement: when ctrl+mouse cursor hovered an identifier or header name, use underline to highlight it
2022-06-08 16:18:06 +08:00
- enhancement: mark editor as modified, if the editing file is changed by other applications.
- enhancement: When the editing files is changed by other applications, only show one notification dialog for each file.
2022-06-10 08:41:52 +08:00
- fix: c files added to a project will be compiled as c++ file.
2022-06-10 22:08:10 +08:00
- enhancement: restore caret position after batch replace
2022-06-12 15:48:19 +08:00
- enhancement: rename in files view's context menu
- enhancement: delete in files view's context menu
- change: drag& drop in files view default to move
2022-06-12 18:26:39 +08:00
- fix: rename macro doesn't work in project
2022-06-12 22:55:07 +08:00
- fix: undo doesn't work correctly after rename symbole & reformat
2022-06-12 22:54:34 +08:00
- fix: can't remove a shortcut
- enhancement: hide all menu actions in the option dialog's shortcut panel
2022-06-13 09:38:32 +08:00
- enhancement: add 'run all problem cases' / 'run current problem case' / 'batch set cases' to the option dialog's shortcut panel
2022-06-13 12:28:28 +08:00
- enhancement: more templates for raylib
2022-06-13 16:31:41 +08:00
- fix: compiler settings not correctly saved
2022-06-08 16:05:54 +08:00
2022-05-30 16:40:45 +08:00
Red Panda C++ Version 1.0.10
- fix: modify watch doesn't work
2022-05-30 18:12:53 +08:00
- fix: make behavior consistent in adding compiler bindirs to Path (thanks for brokencuph@github)
2022-06-01 17:02:03 +08:00
- enhancement: basic MacOS support ( thanks for RigoLigoRLC@github)
- fix: #define followed by tab not correctly parsed
- enhancement: don't auto add () when completing C++ io manipulators ( std::endl, std::fixed, etc.)
- fix: can't goto to definition of std::endl
2022-06-01 20:52:35 +08:00
- fix: errors in the calculation of cut limit
2022-06-02 20:09:27 +08:00
- enhancement: new turtle library based on raylib ( so it can be used under linux)
2022-06-04 14:46:58 +08:00
- fix: autolink calculation not stable
2022-05-30 16:40:45 +08:00
2022-05-19 17:57:31 +08:00
Red Panda C++ Version 1.0.9
- fix: selection in column mode not correctly drawn when has wide chars in it
- fix: delete & insert in column mode not correctly handled
- fix: input with ime in column mode not correctly handled
- fix: copy & paste in column mode not correctly handled
- fix: crash when project name is selected in the project view and try create new project file
2022-05-20 18:43:01 +08:00
- change: panels can be relocated
2022-05-21 10:44:39 +08:00
- fix: tab icon not correct restore when hide and show a panel
- fix: the hiding state of the tools output panel is not correctly saved
2022-05-25 10:04:36 +08:00
- enhancement: add "toggle explorer panel" and "toggle messages panel" in "view" menu
2022-05-25 18:41:56 +08:00
- fix: cursor is wrongly positioned when insert code snippets that don't have placeholders
2022-05-26 21:22:07 +08:00
- fix: "run current cases" dosen't correctly display real output
2022-05-19 17:57:31 +08:00
2022-05-11 20:34:13 +08:00
Red Panda C++ Version 1.0.8
- enhancement: auto complete '#undef'
2022-05-14 11:23:25 +08:00
- enhancement: redesign components for compiler commandline arguments processing
2022-05-14 16:06:57 +08:00
- fix: selection calculation error when editing in column mode
2022-05-14 16:43:59 +08:00
- enhancement: add compiler commandline argument for "-E" (only preprocessing)
- enhancement: auto set output suffix to ".expanded.cpp" when compiler commandline argument for "-E" is turned on
- enhancement: auto set output suffix to ".s" when compiler commandline argument for "-S" is turned on
2022-05-14 16:52:56 +08:00
- enhancement: show error message when user set a shortcut that's already being used.
2022-05-14 21:31:14 +08:00
- enhancement: adjust scheme colors for "dark" and "high contrast" themes
2022-05-15 17:14:22 +08:00
- enhancement: can debug files that has non-ascii chars in its path and is compiled by clang
- fix: when debugging project, default compiler set is wrongly used
2022-05-11 20:34:13 +08:00
2022-04-29 16:15:18 +08:00
Red Panda C++ Version 1.0.7
- change: use Shift+Enter to break line
2022-05-02 21:47:01 +08:00
- change: highlight whole #define statement using one color
- enhancement: don't highlight '\' as error
- enhancement: hide add charset option in project options dialog's compiler set page, when project compiler set is clang
- fix: When generating project's makefile for clang, don't add -fexec-charset / -finput-charset command line options
2022-05-04 00:08:04 +08:00
- fix: index of the longest line not correctly updated when inputting with auto completion open
2022-05-06 15:23:41 +08:00
- enhancement: support UTF-8 BOM files
2022-05-06 15:48:17 +08:00
- enhancement: add new tool button for "compiler options"
2022-05-06 19:20:26 +08:00
- fix: keyword 'final' in inhertid class definition is not correctly processed
2022-05-10 08:43:52 +08:00
- change: stop generating 'profile' compiler set
2022-04-29 16:15:18 +08:00
2022-04-25 21:48:04 +08:00
Red Panda C++ Version 1.0.6
- fix: gcc compiler set name is not correct in Linux
- enhancement: hide add charset option when the currect compiler set is clang
- enhancement: auto check the c project option in the new project dialog
- change: use "app.ico" as default name for the project icon file
- fix: c file should use CC to build in the auto generated makefile
2022-04-25 22:13:33 +08:00
- enhancement: package script for msys2 clang
2022-04-27 07:52:49 +08:00
- enhancement: auto set problem case's expected output file which has "ans" as the suffix, when batch set cases
2022-04-27 15:26:13 +08:00
- fix: use utf8 as the encoding for clang's error output
2022-04-27 19:13:38 +08:00
- fix: correctly parse link error message for clang
2022-04-25 21:48:04 +08:00
2022-04-18 20:19:11 +08:00
Red Panda C++ Version 1.0.5
- enhancement: add autolink and project template for sqlite3
2022-04-22 11:25:30 +08:00
- enhancement: add sqlite3 lib to the gcc in distribution
2022-04-19 19:17:49 +08:00
- enhancement: improve the matching of function declaration and definitions
- fix: research button doesn't show find in files dialog
2022-04-22 11:25:30 +08:00
- enhancement: add project template for libmysqlclient(libmariadbclient)
- enhancement: add libmysqlclient to the x86-64 version gcc in distribution
2022-04-22 14:28:53 +08:00
- enhancement: select and delete multiple watches
2022-04-22 15:55:39 +08:00
- enhancement: add project templates for tcp server / tcp client
- enhancement: only show function tips when cursor is after ',' or '('.
- enhancement: when auto complete function names, only append '(' if before identifier or "/'
- update highconstrast icon set
2022-04-24 09:50:30 +08:00
- fix: index of the longest line not correctly updated when insert/delete multiple lines ( which will cause selection errors)
2022-04-18 20:19:11 +08:00
2022-04-11 09:25:22 +08:00
Red Panda C++ Version 1.0.4
- fix: hide function tips, when move or resize the main window
2022-04-11 09:39:44 +08:00
- enhancement: add help link for regular expression in search dialog
2022-04-11 17:38:57 +08:00
- enhancement: remember current problem set's filename
2022-04-12 14:03:33 +08:00
- enhancement: F1 shorcut opens offcial website
2022-04-13 20:04:10 +08:00
- enhancement: don't auto complete '(', if the next non-space char is '(' or ident char
2022-04-13 16:42:23 +08:00
- enhancement: if a project's unit encoding is the same with project's encoding, don't save its encoding
- fix: files will be saved to default encoding inspite of its original encoding
2022-04-13 20:04:10 +08:00
- fix: parenthesis skip doesn't work when editing non-c/c++ files
2022-04-14 22:25:49 +08:00
- enhancement: prefer local headers over system headers when complete #include header path
2022-04-16 20:14:47 +08:00
- fix: tab/shift+tab not correctly handled in options dialog's code template page
2022-04-16 20:39:09 +08:00
- enhancement: batch set cases ( in problem case table's context menu )
2022-04-17 19:49:04 +08:00
- enhancement: add Portugese translation
- fix: crash when eval statements like "fsm::stack fsm;"
2022-04-18 11:01:42 +08:00
- enhancement: add Traditional Chinese translation
2022-04-18 11:35:42 +08:00
- fix: index of the longest line not correctly updated ( which will cause selection errors)
2022-04-18 16:17:06 +08:00
- fix: scroll bar not correctly updated when collapse/uncollapse folders
2022-04-18 16:56:31 +08:00
- fix: parse error for definition of functions whose return type is pointer
2022-04-18 17:04:54 +08:00
- enhancement: add library in project option dialog's compile options page
2022-04-11 09:25:22 +08:00
2022-04-01 21:09:24 +08:00
Red Panda C++ Version 1.0.3
- fix: when oj problem grabbed by competitive companion received,
the app is restored to normal state, no matter it's current state.
- enhancement: input shortcut in the option dialog's general -> shortcut page by pressing keys.
2022-04-01 23:10:38 +08:00
- enhancement: shift+ctrl+down/up to move currenlt selection lines up / down
2022-04-02 18:22:29 +08:00
- fix: can't compile under linux
- enhancement: support Devcie Pixel Ratio ( for linux )
2022-04-03 11:54:07 +08:00
- fix: crash when editing txt file and input symbol at the beginning of a line
2022-04-07 15:16:11 +08:00
- fix: ctrl+shift+end doesn't select
2022-04-07 17:30:06 +08:00
- fix: don't show tips in the editor, when selecting by mouse
2022-04-07 21:35:09 +08:00
- fix: auto syntax check doesn't work for new files
- change: don't auto jump to the first syntax error location when compile
2022-04-08 17:22:24 +08:00
- enhancement: don't show folders that doesn't contain files in the project view
- enhancement: redesigned new project unit dialog
2022-04-08 18:12:40 +08:00
- fix: some dialog's icon not correctly set
2022-04-08 22:14:18 +08:00
- fix: can't build project that has source files in subfolders
- fix: can't build project that has custom object folder
- fix: buttons in the project option dialog's output page don't work
2022-04-09 09:35:17 +08:00
- fix: don't add non-project header files to makefile's object rules
2022-04-09 10:27:14 +08:00
- change: add glm library in the integrated gcc
2022-04-01 21:09:24 +08:00
2022-03-26 09:54:06 +08:00
Red Panda C++ Version 1.0.2
- enhancement: press tab in column mode won't exit column mode
2022-03-26 11:49:41 +08:00
- enhancement: refine behavior of undo input space char
2022-03-26 19:10:14 +08:00
- enhancement: better display when input with IM under column mode
- enhancement: better display current lines under column mode
- change: test to use utf-8 as the default encoding (prepare to use libclang to implement parser)
2022-03-31 09:56:49 +08:00
- fix: auto syntax check fail, if the file is not gbk and includes files encoded with utf8
2022-03-27 16:15:44 +08:00
- enhancement: timeout for problem case test
2022-03-27 16:07:51 +08:00
- enhancement: slightly reduce start up time
2022-03-28 16:57:58 +08:00
- enhancement: use icon to indicate missing project files in the project view
2022-03-29 18:06:24 +08:00
- enhancement: display problem case running time
- enhancement: set problem case input/expected output file
- enhancement: auto position cursor in expected with output's cursor
2022-03-29 21:42:37 +08:00
- enhancement: display line number in problem case's input/output/expected input controls
2022-03-29 21:41:02 +08:00
- enhancement: only tag the first inconstantency when running problem case, to greatly reduce compare & display time
2022-03-30 19:28:46 +08:00
- fix: can't stop a freeze program that has stdin redirected.
- enhancement: context menu for problem cases table
2022-03-30 19:50:55 +08:00
- fix: error in auto generate makefile under linux
2022-03-30 20:15:15 +08:00
- fix: when open a project, and it's missing compiler set getten reset, it's modification flag is not correctly set.
2022-03-30 20:21:33 +08:00
- fix: vector vars can't be expanded in the watch panel
2022-03-30 23:19:51 +08:00
- change: use qt's mingw 8.1 (32bit) and 11.2 (64bit) in distributions, to provide better compatibility with simplified chinese windows.
- fix: crash when rename an openned file, and choose "no" when ask if keep the editor open
2022-03-31 19:36:46 +08:00
- change: only auto complete symbol '(' when at line end, or there are spaces or right ')' '}' ']'after it
- fix: mouse drag may fail when start drag at the right half of the selection's last character
2022-03-26 09:54:06 +08:00
2022-03-18 19:14:19 +08:00
Red Panda C++ Version 1.0.1
- fix: only convert project icon file when it's filename doesn't end with ".ico"
2022-03-18 23:13:43 +08:00
- fix: hide function tip when scroll
- fix: short cut for goto definition/declaration doesn't work
2022-03-19 10:27:31 +08:00
- enhancement: press alt to switch to column selection mode while selection by mouse dragging in editor
2022-03-19 14:19:32 +08:00
- fix: order for parameters generated by auto link may not correct
2022-03-19 14:26:06 +08:00
- fix: corresponding '>' not correctly removed when deleting '< ' in #include line
2022-03-19 15:33:15 +08:00
- enhancement: shortcut for goto definition/declaration
- change: ctrl+click symbol will goto definition, instead of got declaration
2022-03-20 18:10:53 +08:00
- fix: when size of undo items is greater than the limit, old items should be poped in group
- enhancement: max undo size in option dialog's editor->misc tab
2022-03-20 20:56:21 +08:00
- fix: when editor font is too small, fold signs on the gutter are not correctly displayed
- fix: expand fold signs on the gutter are not correct
2022-03-21 18:06:47 +08:00
- enhancement: auto restore mainwindow when open files in one instance
2022-03-22 15:45:06 +08:00
- fix: the problem & problem set panel can't be correctly , if problem set is enabled
2022-03-22 19:08:26 +08:00
- fix: disable code completion doesn't correctly disable project parser
2022-03-23 12:03:41 +08:00
- enhancement: slightly reduce memory usage for code parser
2022-03-24 08:24:10 +08:00
- enhancement: switch capslock won't cancel code completion
- enhancement: double click on item in code completion list will use it to complete
2022-03-24 10:55:17 +08:00
- fix: goto declaration by ctrl+click will incorrectly select contents
2022-03-25 12:59:53 +08:00
- fix: input may cause error, if selection in column mode and begin/end at the same column
2022-03-25 22:13:00 +08:00
- enhancement: draw cursor for column mode
- enahcnement: edit/delete in multiline ( column mode), press ese to exit
2022-03-18 19:14:19 +08:00
2022-03-10 13:07:07 +08:00
Red Panda C++ Version 1.0.0
- fix: calculation for code snippets's tab stop positions is not correct
2022-03-10 20:28:01 +08:00
- fix: Refresh files view shouldn'tchange open/save dialog's default folder
- enhancement: "locate in files view" will request user's confirmation when change the working folder
2022-03-11 17:13:07 +08:00
- enhancement: adjust tab order in the find dialog
- enhancement: highlight hits in the find panel's result list
2022-03-11 20:51:33 +08:00
- enhancement: optimize startup time
2022-03-11 21:12:44 +08:00
- fix: batch replace in file doesn't respect item check states in the find panel
2022-03-12 17:37:53 +08:00
- enhancement: option for default file encoding in "option" dialog's "editor"->"misc" tab
- enhancement: auto detect "gbk" encoding when running in zh_CN locale under Linux
- enhancement: disable encoding submenu when editor closed
- enhancement: clear infos in the status bar when editor closed
2022-03-12 18:03:52 +08:00
- fix: wrong selection when drag & dropped in editor
2022-03-12 18:15:37 +08:00
- enhancement: toggle block comment
2022-03-12 21:42:32 +08:00
- fix: syntax color of #include header filenames not correct
2022-03-13 18:31:05 +08:00
- enhancement: disable "code completion" will disable enhanced syntax highlight
2022-03-13 18:45:48 +08:00
- enhancement: match bracket
2022-03-13 20:54:50 +08:00
- enhancement: **Linux** convert to "gbk"/"gb18030" encodings when run under "zh_CN" locale
2022-03-14 23:55:02 +08:00
- fix: when no selection, copy/cut should auto select whole line with the line break
2022-03-15 00:15:35 +08:00
- fix: redo cut with no selection while make whole line selected
- fix: correctly reset caret when redo cut with no selection
2022-03-15 12:29:56 +08:00
- enhancement: close editor when middle button clicked on it's title tab
2022-03-15 13:44:18 +08:00
- fix: error when insert text in column mode
2022-03-15 15:34:34 +08:00
- fix: error when delete contents in column mode on lines that has wide-chars
- fix: error when create folder in files view
2022-03-15 20:17:47 +08:00
- fix: "ok" button should be disabled when no template selected in new project dialog
2022-03-15 21:33:27 +08:00
- fix: saveas an openned project file shouldn't be treated as rename
2022-03-15 20:17:47 +08:00
- enhancement: auto add parentheis when complete function like MARCOs
2022-03-15 21:33:27 +08:00
- fix: wrong font size of exported RTF file
- fix: correct tokenize statements like "using ::memcpy";
2022-03-15 21:38:33 +08:00
- fix: wrong font size of exported HTML file
2022-03-16 16:24:39 +08:00
- fix: parse error in avxintrin.h
2022-03-16 19:48:20 +08:00
- fix: switch disassembly mode doesn't update contents
2022-03-16 20:08:39 +08:00
- fix: if there is a Red Panda C++ process running program, other Red Panda C++ processes can't run program correctly.
2022-03-16 21:13:59 +08:00
- enhancement: ctrl+enter insert a new line at the end of current line
2022-03-17 10:46:24 +08:00
- enhancement: create file in files view
2022-03-17 15:09:48 +08:00
- fix: hits in the search view not correctly displayed (overlapped with others)
2022-03-17 17:07:28 +08:00
- enhancement: auto convert project icon to ico format
2022-03-17 20:28:03 +08:00
- fix: correctly reparse modified project files when rename symbol
2022-03-17 20:57:43 +08:00
- change: remove shortcuts for line/column mode
2022-03-10 13:07:07 +08:00
2022-02-26 20:29:19 +08:00
Red Panda C++ Version 0.14.5
- fix: the "gnu c++ 20" option in compiler set options is wrong
2022-02-28 22:40:09 +08:00
- enhancement: option "open files in the same red panda C++ instance", in options->environment->file associations
- enhancement: hide unsupported files in files view
2022-03-01 08:13:51 +08:00
- fix: can't correctly set break conditions
2022-03-01 18:11:15 +08:00
- fix: crash when copy to non-c files
- fix: fonts in cpu window is not correctly set, when dpi changed
2022-03-01 22:03:54 +08:00
- enhancement: enable group undo
- enhancement: add option "hide symbols start with underscore" and "hide synbols start with two underscore"
- fix: can't rename project files that not openned in editor
2022-03-01 23:35:01 +08:00
- enhancement: group undo will stop at spaces
2022-03-02 15:17:09 +08:00
- fix: menu font size is wrong when dpi changed
2022-03-04 16:40:16 +08:00
- enhancement: better processing of symbol completion
- enhancement: better support of ligatures
- enhancement: use the expression evaluation logic to handle "goto declaration"/"goto definition"
2022-03-04 19:04:45 +08:00
- enhancement: reduce startup time by about 1 second.
- enhancement: add option "mouse selection/drag scroll speed" in the options dialog's "Editor" / "general" tab.
2022-03-04 19:10:09 +08:00
- fix: the scroll speed of mouse selection/drag is too fast.
- fix: the scroll behavior of mouse dragging on the editor's edge is not correct
2022-03-07 20:30:45 +08:00
- fix: calculation of caret position is not in consistence.
2022-03-07 20:51:56 +08:00
- fix: undo one symbol completion as a whole operation
2022-03-07 21:10:59 +08:00
- fix: crash when open a project that contains custom folder
2022-03-07 21:53:52 +08:00
- enhancement: symbol completion when editor has selection
2022-03-08 20:36:30 +08:00
- fix: save project's layout shouldn't modify the project file
2022-03-08 22:29:15 +08:00
- enhancement: use expression processing in syntax highlighting for identifiers
- fix: if a function's declaration can't be found, it will be wrongly highlighted as variable
2022-03-10 12:15:44 +08:00
- change: "locate in files view" won't change the working folder, if current file is in subfolders of the working folder
- enhancement: hide function tips, when input method is visible
2022-02-26 20:29:19 +08:00
2022-02-21 23:35:28 +08:00
Red Panda C++ Version 0.14.4
- enhancement: git - log
2022-02-22 09:16:20 +08:00
- fix: error in templates
- enhancement: git - reset
2022-02-22 15:38:40 +08:00
- fix: header completion error when header name contains '+'
2022-02-23 13:17:57 +08:00
- enhancement: clear history in file -> recent menu
- enhancement: close project in project view's context menu
- enhancement: auto find compiler sets when run for the first time
2022-02-24 16:47:05 +08:00
- enhancement: git - remotes
- enhancement: rename "open folder" to "choose working folder"
2022-02-24 17:33:19 +08:00
- enhancement: let user choose app theme when first run
2022-02-24 23:31:48 +08:00
- enhancement: git - pull / push / fetch
2022-02-21 23:35:28 +08:00
2022-02-11 20:19:48 +08:00
Red Panda C++ Version 0.14.3
- fix: wrong code completion font size, when screen dpi changed
- enhancement: replace Files View Panel's path lineedit control with combo box
2022-02-13 20:08:18 +08:00
- enhancement: custome icons for project view
2022-02-15 00:01:50 +08:00
- fix: convert to encoding setting in compiler set option not correctly handled
2022-02-15 21:39:17 +08:00
- change: rename "compile log" panel to "tools output"
- fix: debug panel can't be correctly show/hide
- enhancement: redesign tools output's context menu, add "clear" menu item
- enhancement: tools -> git in the options dialog
- enhancement: auto detect git in PATH
- enhancement: git - create repository
- enhancement: git - add files
- enhancement: git - commit
- enhancement: git - restore
2022-02-19 20:38:08 +08:00
- enhancement: git - branch / switch
2022-02-20 13:26:15 +08:00
- enhancement: git - merge
2022-02-15 22:45:14 +08:00
- fix: compiler set index not correctly saved, when remove compiler sets in options dialog
2022-02-16 21:19:00 +08:00
- enhancement: when create a repository in a project, auto add it's files to the repository
2022-02-16 16:27:09 +08:00
- enhancement: when add files to project, auto add it to git (if the project has a git repository)
2022-02-16 21:19:00 +08:00
- enhancement: when save a file, and it's under files view's current folder, auto add it to git (if it has a git repository)
- enhancement: new file icons for high contrast icon set
2022-02-20 22:36:12 +08:00
- fix: left and bottom panel size not correct when DPI changed
2022-02-21 11:41:53 +08:00
- fix: icons in files view not changed, when icon set is changed
2022-02-16 16:27:09 +08:00
2022-02-11 20:19:48 +08:00
2022-02-08 12:33:10 +08:00
Red Panda C++ Version 0.14.2
- enhancement: file system view mode for project
2022-02-08 16:36:20 +08:00
- enhancement: remove / rename / create new folder in the files view
2022-02-09 20:52:15 +08:00
- fix: crash when there are catch blocks in the upper most scope
2022-02-11 09:32:43 +08:00
- fix: can't read project templates when path has non-ascii chars
2022-02-11 14:04:18 +08:00
- fix: huge build size for c++ files
2022-02-08 12:33:10 +08:00
2022-01-28 16:13:20 +08:00
Red Panda C++ Version 0.14.1
- enhancement: custom theme
2022-01-28 19:30:50 +08:00
- fix: failed to show function tip, when there are parameters having '[' and ']'
2022-01-28 20:05:55 +08:00
- enhancement: display localized theme name in the option dialog
2022-01-28 23:38:35 +08:00
- enhancement: show custom theme folder in options dialog -> enviroment -> folders
2022-01-30 00:22:49 +08:00
- enhancement: display localzed icon set name in the option dialog
- enhancement: new sky blue icon set, contributed by Alan-CRL
2022-02-01 14:09:27 +08:00
- enhancement: show caret at once, when edition finished
2022-02-01 16:17:28 +08:00
- enhancement: new header dialog for project
2022-02-01 20:38:52 +08:00
- enhancement: new contrast icon set, contributed by Alan-CRL
- enhancement: new contrast theme, contributed by Alan-CRL
2022-02-01 21:39:31 +08:00
- enhancement: theme now have default icon set
- fix: wrong icons for file associations
2022-02-03 07:45:59 +08:00
- fix: editor's font size set by ctrl+mouse wheel will be reset by open the option dialog
2022-02-03 20:48:11 +08:00
- fix: actions not correctly disabled when compile
2022-02-03 21:44:45 +08:00
- fix: can't differentiate disabled and enabled buttons, when using contrast icon set
2022-02-04 18:51:46 +08:00
- fix: when running problem cases, the output textbox might be wrongly cleared.
2022-02-07 09:53:02 +08:00
- fix: typo error in the parser
- fix: typing after symbols like 'std::string' shouldn't show code completion suggestions
2022-01-28 16:13:20 +08:00
2022-01-27 12:20:40 +08:00
Red Panda C++ Version 0.14.0
- enhancement: custom icon set ( in the configuration folder)
2022-01-27 12:47:57 +08:00
- enhancement: show custom icon set folder in options -> enviroment -> folders
2022-01-27 18:46:37 +08:00
- enhancement: new class ( to project) wizard
2022-01-27 18:34:18 +08:00
- enhancement: greatly speed up code completion
- fix: code folding calcuation not correct when some codes are folded and editing after them
2022-01-27 20:31:44 +08:00
- enhancement: code completion ui redesigned
2022-01-27 23:48:46 +08:00
- fix: mainwindow action's short cut doesn't work, if the action is not in menu or toolbar
2022-01-28 00:31:11 +08:00
- fix: when run all cases for a problem, processing of output is slow
2022-01-27 12:20:40 +08:00
2022-01-25 12:29:44 +08:00
Red Panda C++ Version 0.13.4
- fix: when copy comments, don't auto indent
- enhancement: auto add a new line when press enter between '/*' and '*/'
2022-01-25 13:10:08 +08:00
- fix: code completion popup won't show members of 'this'
2022-01-25 13:53:55 +08:00
- fix: can't show private & protected members of 'this'
- fix: function name like 'A::B' is not correctly parsed
2022-01-25 16:11:35 +08:00
- fix: static members are not correct shown after Classname + '::'
2022-01-26 12:17:15 +08:00
- enhancement: show parameter tips for class constructors
- enhancement: when there are tips showing, don't show mouse tips
2022-01-26 14:31:26 +08:00
- enhancement: setting non-ascii font for editors
2022-01-26 21:36:31 +08:00
- enhancement: correct handle windows dpi change event
2022-01-27 01:03:01 +08:00
- enhancement: code completion find words with char in the middle
2022-01-25 12:29:44 +08:00
2022-01-17 12:34:51 +08:00
Red Panda C++ Version 0.13.3
- enhancement: restore editor position after rename symbol
- enhancement: restore editor position after reformat code
2022-01-18 12:41:11 +08:00
- fix: If project's compiler set is not the same with the default compiler set, parser for the project doesn't use the project's compiler set
- 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.
2022-01-18 13:08:53 +08:00
- change: symbols that exactly match are sorted to the front in the code suggestion popup list
2022-01-18 13:23:21 +08:00
- fix: symbols defind locally should be sorted to the front in the code suggestion popup list
2022-01-18 20:31:07 +08:00
- fix: when show function tips, can't correctly calcuate the current position in the function param list
2022-01-19 23:43:25 +08:00
- fix: app will become very slow when processing very long lines.
2022-01-20 00:12:50 +08:00
- enhancement: If console pauser doesn't exist, warn and stop running programs.
2022-01-21 19:32:12 +08:00
- fix: app crash when ctrl+click on a #include statement that point to a directory instead of header file.
2022-01-22 21:07:41 +08:00
- fix: ctrl+click on the enum value will jump to the wrong line in it's definition file
- fix: line info in the mouse tip of statement not correct
2022-01-23 21:04:08 +08:00
- fix: editor crash when no highlighter is assigned (the editing file is a not c/cpp source file);
- fix: ')' not correctly skip in the editor when no highlighter is assigned (the editing file is a not c/cpp source file);
2022-01-23 21:28:27 +08:00
- fix: Undo in the editor will lose line indents when no highlighter is assigned (the editing file is a not c/cpp source file);
2022-01-23 23:27:48 +08:00
- enhancement: highlighter for GLSL (OpenGL Shading Language)
2022-01-23 23:28:34 +08:00
- add a new template for raylib shader apps
2022-01-24 09:24:43 +08:00
- fix: project files' charset settings doesn't work correctly
2022-01-24 11:23:30 +08:00
- enhancement: add exec charset option to compiler set settings
2022-01-24 11:26:24 +08:00
- enhancement: delete to word begin /delete to word end
2022-01-24 15:41:23 +08:00
- fix: when open a file, all blank lines's indents are removed.
2022-01-24 16:08:24 +08:00
- fix: indent lines displayed at wrong position, when there are folded lines
2022-01-24 16:20:16 +08:00
- fix: if editor's active line color is disabled, caret's position may not be correct redrawn
2022-01-24 16:51:38 +08:00
- fix: insert code snippets will crash, if current compiler set's include dir list is not empty and lib dir list is empty
2022-01-24 18:03:35 +08:00
- fix: search around option can't be disabled
- enhancement: show a confirm dialog when search/replace around
2022-01-24 18:37:16 +08:00
- enhancement: auto zoom ui when screen's zoom factor changed (windows)
2022-01-24 20:59:02 +08:00
- enhancement: parser not called when open a file, if option "clean parser symbols when hidden" is turned on.
2022-01-24 09:24:43 +08:00
2022-01-09 21:54:59 +08:00
Red Panda C++ Version 0.13.2
2022-01-14 10:13:24 +08:00
- fix: "delete and exit" button in the environtment / folder option page doesn't work correctly
2022-01-10 09:42:56 +08:00
- fix: crash when closing the options dialog under Ubuntu 20.04 LTS ( no memory leak now)
2022-01-10 10:53:16 +08:00
- enhancement: can add non-code file in templates
2022-01-10 18:37:00 +08:00
- enhancement: if there's no selection when copy/cut, select currect line by default
2022-01-10 20:16:26 +08:00
- enhancement: support ligatures in fonts like fira code ( disabled by default, can be turned on in options dialog's editor font page)
2022-01-10 21:46:03 +08:00
- enhancement: add "minimum id length required to show code completion" to the options dialog's editor code completion page
2022-01-11 22:29:03 +08:00
- 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
2022-01-12 17:14:39 +08:00
- enhancement: modify values in the watch view by double click
2022-01-12 18:07:52 +08:00
- fix: crash when refactor symbol and cursor is at the end of the identifier
- fix: refactor symbol doesn't work for 1-length identifiers
2022-01-12 18:47:50 +08:00
- enhancement: redirect stdio to a file while debugging ( must use gdb server mode to debug)
2022-01-12 20:59:28 +08:00
- 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'
2022-01-12 22:21:40 +08:00
- fix: caret dispears when at '\t' under Windows 7
2022-01-13 07:39:56 +08:00
- enhancement: ctrl+up/down scrolls in the editor
2022-01-13 12:55:55 +08:00
- enhancement: add "wrap around" option to find/replace
2022-01-13 16:47:48 +08:00
- 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
2022-01-13 20:19:47 +08:00
- fix: wrong project program directory parameter is sent to the debugger
2022-01-15 11:22:20 +08:00
- enhancement: better behavior of mouse tips
2022-01-15 12:25:30 +08:00
- fix: in linux, projects no need of winres to be built
2022-01-09 21:54:59 +08:00
2022-01-08 11:46:39 +08:00
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
2022-01-08 13:39:47 +08:00
- fix: .rc file shouldn't be syntax checked
2022-01-08 21:23:20 +08:00
- enhancement: auto save/restore size of the new project dialog
2022-01-08 21:49:09 +08:00
- fix: new project dialog's tab bar should fill all empty spaces
2022-01-09 19:33:34 +08:00
- enhancement: add raylib to autolinks
- enhancement: distribute raylib with integrated gcc
2022-01-08 11:46:39 +08:00
2022-01-05 09:44:45 +08:00
Red Panda C++ Version 0.12.7
- change: make current build system follow FHS specifications
2022-01-05 21:03:50 +08:00
- fix: crash when close settings dialog in Ubuntu 20.04 (but we'll leak memory now...)
2022-01-06 17:52:52 +08:00
- enhancement: add raylib.h to autolink
- fix: shouldn't generate default autolink settings in linux
2022-01-06 20:46:27 +08:00
- 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
2022-01-07 19:20:42 +08:00
- enhancement: auto sort files in the project view
2022-01-05 09:44:45 +08:00
2022-01-01 09:17:12 +08:00
Red Panda C++ Version 0.12.6
- fix: heartbeat for gdb server async command shouldn't disable actions
2022-01-01 17:24:18 +08:00
- fix: problem cases doesn't use svg icons
- fix: problem's title info not updated after running cases
2022-01-01 21:04:17 +08:00
- enhancement: open the corresponding source file from problem's context menu
2022-01-03 20:18:53 +08:00
- fix: debugger's "continue" button not correctly disabled
2022-01-04 18:06:23 +08:00
- change: use libicu instead of ConvertUTF.c under Linux
- change depends to qt 5.12 instead of 5.15
2022-01-01 09:17:12 +08:00
2021-12-30 19:25:47 +08:00
Red Panda C++ Version 0.12.5
2021-12-27 21:32:30 +08:00
- fix: compile error in linux
- fix: can't receive gdb async output for commands
2021-12-27 22:46:54 +08:00
- fix: can't reformat code
- enhancement: add option for setting astyle path
- fix: wrong file wildcard (*.*) in linux
2021-12-28 08:49:31 +08:00
- fix: open terminal in linux
2021-12-29 13:16:03 +08:00
- fix: wrong executable filename for source files in linux
- enhancement: console pauser for linux
2021-12-29 19:17:31 +08:00
- enhancement: redirect input to program in linux
2021-12-29 22:03:18 +08:00
- enhancement: detach pausing console window
2021-12-30 19:25:47 +08:00
- rename to Red Pand C++
2021-12-27 21:32:30 +08:00
2021-12-27 10:59:04 +08:00
Version 0.12.4 For Dev-C++ 7 Beta
- change: add copyright infos to each source file
- fix: watch and local infos not updated when changing current frame in the call stack panel
- enhancement: pause the debugging program (The debugger should work under gdb server mode, which is turned off by default in windows)
2021-12-25 08:23:52 +08:00
Version 0.12.3 For Dev-C++ 7 Beta
- enhancement: basic linux compatibility
2021-12-25 18:09:19 +08:00
- enhancement: debug with gdb server
2021-12-25 08:23:52 +08:00
2021-12-24 09:17:28 +08:00
Version 0.12.2 For Dev-C++ 7 Beta
- enhancement: auto find compiler sets in the PATH
- change: path for iconsets
- enhancement: select icon sets in options dialog ( but we have only 1 icon set now...)
2021-12-23 22:05:57 +08:00
Version 0.12.1 For Dev-C++ 7 Beta
- fix: error when drag& drop in editors
2021-12-23 17:07:27 +08:00
Version 0.12.0 For Dev-C++ 7 Beta
- enhancement: enable run/debug/compile when console program finished but pausing.
2021-12-22 22:04:22 +08:00
Version 0.11.5 For Dev-C++ 7 Beta
- fix: step into instruction and step over instruction not correctly disabled when cpu dialog is created
2021-12-23 09:11:58 +08:00
- enhancement: icons in all dialogs auto change size with fonts
- enhancement: save/restore sizes of CPU dialog and settings dialog
2021-12-22 22:04:22 +08:00
2021-12-19 16:54:31 +08:00
Version 0.11.4 For Dev-C++ 7 Beta
- fix: compiler set's custom link parameters not used when compiling
2021-12-19 16:57:46 +08:00
- fix: code completion doesn't work when input inside () or []
2021-12-19 20:48:23 +08:00
- fix: auto indent processing error when input '{' in the middle of if statement
2021-12-20 09:36:18 +08:00
- fix: left and right gutter offset settings not correctly saved
2021-12-20 13:00:47 +08:00
- fix: symbol completion for '< >' in the preprocessor line not work
2021-12-22 19:54:06 +08:00
- enhancement: new svg icons set
- enhancement: the size of icons in the main window zooms with font size
2021-12-19 16:54:31 +08:00
2021-12-16 19:14:14 +08:00
Version 0.11.3 For Dev-C++ 7 Beta
- fix: use pixel size for fonts, to fit different dpi in multiple displays
2021-12-17 21:47:37 +08:00
- enhancement: use the new expression parser to parse info for tips
2021-12-19 09:24:48 +08:00
- enhancement: better highlight processing for preprocess directives
2021-12-19 10:16:46 +08:00
- enhancement: use the new expression parser to implement rename symbol
- fix: rename symbol shouldn't remove empty lines
2021-12-16 19:14:14 +08:00
2021-12-14 08:42:00 +08:00
Version 0.11.2 For Dev-C++ 7 Beta
- fix: button "run all problem cases" not disabled when compiling or debugging
2021-12-15 19:12:16 +08:00
- enhancement: set font for problem case input/output textedits
2021-12-16 11:36:52 +08:00
- enhancement: when run program with problem cases, updates output immediately (note: stdout of the program running with problem cases is fully buffered,
so we need to fflush after each time output to stdout, or use setbuf(stdout,NULL) to turn the buffer off)
2021-12-16 10:46:38 +08:00
- fix: current line of the disassembly in the cpu window not correctly setted
- enhancement: add "step into one machine instruction" and "step over one machine instruction" in the cpu window
2021-12-16 11:36:52 +08:00
- fix: can't correctly set TDM-GCC compiler
- fix: auto add 32-bit compiler sets for TDM64-GCC
2021-12-14 08:42:00 +08:00
2021-12-10 19:30:58 +08:00
Version 0.11.1 For Dev-C++ 7 Beta
- enhancement: Problem's test case shouldn't accept rich text inputs
2021-12-13 16:38:22 +08:00
- enhancement: recalc layout info for code editors when dpi changed
2021-12-10 19:30:58 +08:00
2021-12-03 21:36:12 +08:00
Version 0.11.0 For Dev-C++ 7 Beta
2021-12-09 21:04:53 +08:00
- enhancement: redesign the expression parser for code completion
- fix: "make as default language" option in the project wizard doesn't work
2021-12-03 21:36:12 +08:00
- fix: "ake as default language" option in the project wizard doesn't work
2021-12-09 09:27:46 +08:00
- fix: typo errors in settings dialog
- enhancement: console pauser clears STDIN buffer before show "press any key to continue..."
- fix: path in macros should use system's path separator
2021-12-09 11:22:28 +08:00
- fix: custom tools doesn't work
2021-12-09 21:04:53 +08:00
- enhancement: add a demo for custom tool
2021-12-03 21:36:12 +08:00
2021-11-30 20:43:58 +08:00
Version 0.10.4 For Dev-C++ 7 Beta
2021-11-30 21:39:13 +08:00
- fix: can't correctly undo/redo indent
- fix: can't correctly undo/redo unindent
2021-11-30 20:43:58 +08:00
- change: press tab when there are selections will do indent
2021-11-30 21:39:13 +08:00
- change: press shift+tab when there are selections will do unindent
2021-11-30 21:45:48 +08:00
- enhancement: press home will switch between begin of line and the position of fisrt non-space char
- enhancement: press end will switch between end of line and the position of last non-space char
2021-11-30 22:39:24 +08:00
- enhancement: use "Microsoft Yahei" as the default UI font whe running in Simplified Chinese Windows
2021-11-30 20:43:58 +08:00
2021-11-27 10:25:27 +08:00
Version 0.10.3 For Dev-C++ 7 Beta
- enhancement: treat files ended with ".C" or ".CPP" as C++ files
2021-11-30 20:43:58 +08:00
- enhancement: add option "ignore spaces when validating problem cases" to the "Executor"/"Problem Set" option tab.
2021-11-27 10:25:27 +08:00
2021-11-26 19:04:04 +08:00
Version 0.10.2 For Dev-C++ 7 Beta
- fix: select by mouse can't correctly set mouse's column position
- fix: dragging out of the editor and back will cause error
2021-11-26 19:54:05 +08:00
- fix: dragging text from lines in the front to lines back will cause error
- fix: dragging text onto itself should do nothing
2021-11-26 20:44:27 +08:00
- fix: license info in the about dialog should be readonly
2021-11-27 09:36:49 +08:00
- enhancement: change project name in the project view
2021-11-26 19:04:04 +08:00
2021-11-25 21:44:08 +08:00
Version 0.10.1 For Dev-C++ 7 Beta
- fix: can't correctly expand watch expression that has spaces in it
- fix: can't correctly display stl containers in watch
2021-11-25 23:41:40 +08:00
- fix: the last line in the debug console is not correctly displayed
2021-11-26 08:14:23 +08:00
- enhancement: scroll while dragging text in the editor
2021-11-26 08:29:00 +08:00
- fix: dragging out of the editor shouldn't reset the caret back
2021-11-25 21:44:08 +08:00
2021-11-25 20:26:43 +08:00
Version 0.10.0 For Dev-C++ 7 Beta
- enhancement: use gdb/mi interface to communicate with gdb debug session
- enhancement: better display of watch vars
2021-11-25 20:50:51 +08:00
- fix: project's modified flag not cleared after saved
2021-11-25 20:26:43 +08:00
2021-11-25 20:52:52 +08:00
Version 0.9.4 For Dev-C++ 7 Beta
- fix: code formatter's "indent type" option not correctly saved
2021-11-22 18:42:58 +08:00
Version 0.9.3 For Dev-C++ 7 Beta
- fix: the count in the title of issues view isn't correct
2021-11-22 19:10:56 +08:00
- fix: columns calculation not correct when paint lines containing chinese characters
2021-11-23 10:32:33 +08:00
- fix: restore caret position after reformat code
- enhancement: ask user to rebuild project, when run/debug the project and it has been modified
- fix: correct set the enabled state of "delete line"/"insert line"/"delete word"/"delete to BOL"/"delete to EOL" menu items
2021-11-23 12:53:48 +08:00
- fix: undo "delete word"/"delete to BOL"/"delete to EOL" correct reset caret position
2021-11-22 18:42:58 +08:00
2021-11-18 22:25:07 +08:00
Version 0.9.2 For Dev-C++ 7 Beta
2021-11-19 07:52:36 +08:00
- fix: gutter of the disassembly code control in the cpu info dialog is grayed
2021-11-19 08:11:33 +08:00
- fix: problem set & problem views not correctly hidden when disabled in the executor / problem set options
2021-11-19 22:33:10 +08:00
- fix: executor / problem set options not correctly saved
2021-11-20 08:12:10 +08:00
- fix: option "Move caret to the first non-space char in the current line when press HOME key" dosen't work fine.
2021-11-22 15:50:28 +08:00
- fix: ctrl+left can't correctly move to the beginning of the last word
2021-11-22 16:16:58 +08:00
- enhancement: add "delete line"/"duplicate line"/"delete word"/"delete to EOL"/"delete to BOL" in the edit menu
2021-11-22 16:40:50 +08:00
- fix: crash when run "Project" / "Clean Make files"
- fix: when make project and del non-existing files, shouldn't show error messages
2021-11-18 22:25:07 +08:00
2021-11-17 17:18:02 +08:00
Version 0.9.1 For Dev-C++ 7 Beta
- enhancement: code completion suggestion for "__func__" variable
2021-11-18 10:42:41 +08:00
- fix: ide failed to start, if there are errors in the compiler set settings
2021-11-18 12:01:52 +08:00
- fix: numpad's enter key doesn't work
2021-11-18 12:51:05 +08:00
- enhancement: code completion suggestion for phrase after long/short/signed/unsigned
2021-11-18 21:25:28 +08:00
- enhancement: save/load default projects folder
- enhancement: add editor general options "highlight current word" and "highlight matching braces"
2021-11-17 17:18:02 +08:00
Version 0.9.0 For Dev-C++ 7 Beta
2021-11-17 10:55:18 +08:00
- fix: control keys in the numpad doesn't work in the editor
- fix: project layout infos are wrongly saved to registry
- fix: project layout infos are not correctly saved/loaded
2021-11-16 00:03:43 +08:00
Version 0.8.11 For Dev-C++ 7 Beta
- fix: text color for cpu info dialog not correctly setted
2021-11-14 18:54:12 +08:00
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
2021-11-15 19:30:24 +08:00
- fix: add unit to project not correctly set new unit file's encoding
2021-11-15 22:08:35 +08:00
- 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
2021-11-14 18:54:12 +08:00
2021-11-14 17:43:25 +08:00
Version 0.8.9 For Dev-C++ 7 Beta
- fix: text color of labels in statusbar not correctly updated when change theme
2021-11-13 17:41:16 +08:00
Version 0.8.8 For Dev-C++ 7 Beta
2021-11-13 12:33:33 +08:00
- enhancement: drag & drop text in the editor
- enhancement: auto calcuate caret line size basing on font size
- enhancement: shift+mouse wheel to scroll horizontally
2021-11-13 13:03:42 +08:00
- fix: greatly reduces paste time
2021-11-13 13:10:56 +08:00
- fix: auto indent shouldn't use preprocessor's indent to calculate
2021-11-13 17:15:07 +08:00
- fix: option "don't add leading zeros to line numbers" not work
2021-11-13 17:41:16 +08:00
- 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
2021-11-13 10:38:48 +08:00
2021-11-12 02:20:13 +08:00
Version 0.8.6 For Dev-C++ 7 Beta
2021-11-12 02:31:45 +08:00
- enhancement: greatly reduces memory usage for symbol parsing ( memory needed for bits/stdc++.h reduced from 150m+ to 80m+)
2021-11-12 02:20:13 +08:00
- fix: currect compiler set not correctly updated when switch between normal file and project file
2021-11-12 12:40:47 +08:00
- 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
2021-11-12 02:20:13 +08:00
2021-11-11 11:17:15 +08:00
Version 0.8.5 For Dev-C++ 7 Beta
- enhancement: use lighter color to draw menu seperators
- enhancement: differentiate selected and unselected tab bars
2021-11-10 10:42:33 +08:00
Version 0.8.4 For Dev-C++ 7 Beta
- enhancement: auto save/load the default open folder in the configuration file
2021-11-10 12:35:13 +08:00
- fix: shouldn't auto add '()' when char succeeding the completed function name is '('
2021-11-10 21:28:08 +08:00
- 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
2021-11-10 10:42:33 +08:00
2021-11-09 21:22:50 +08:00
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
2021-11-07 19:54:48 +08:00
Version 0.8.2 For Dev-C++ 7 Beta
- fix: highlighter can't correctly find the end of ANSI C-style Comments
2021-11-08 09:19:50 +08:00
- enhancement: add default color scheme to themes. Change theme option will change color scheme too.
2021-11-07 22:34:19 +08:00
- fix: when changing options in the option dialog's color scheme panle, color of the demo editor won't be not correctly updated
2021-11-08 22:00:49 +08:00
- 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
2021-11-07 19:54:48 +08:00
2021-11-05 21:35:05 +08:00
Version 0.8.1 For Dev-C++ 7 Beta
- fix: ConsolePaurser.exe only exits when press ENTER
2021-11-06 10:36:25 +08:00
- fix: input/output/expected textedit in the problem view shouldn't autowrap lines
- fix: Red Panda C++ will freeze when receiving contents from Competitve Companion in chrome/edge
2021-11-06 10:58:18 +08:00
- enhancement: when problem from competitive companion received, activate RedPanda C++ if it's minimized.
- enhancement: when problem from competitive companion received, show the problem and problem set views.
2021-11-06 14:49:11 +08:00
- enhancement: set problem's answer source file
- enhancement: open the problem's answer source file in editor
2021-11-06 15:23:28 +08:00
- fix: if the proceeding line ends with ':' in comments, current line should not indent
2021-11-06 18:31:48 +08:00
- enhancement: right click the problem set name label to rename it
2021-11-06 19:31:16 +08:00
- change: memory view and locals view use debug console's font settings
2021-11-06 23:21:52 +08:00
- fix: one line 'while' statement dosen't correctly indents
- fix: line start with '{' that follow an un-ended 'if'/'for' statement is not correctly un-indented
2021-11-07 01:07:41 +08:00
- fix: multi-line comments indents calculation
2021-11-07 10:48:09 +08:00
- fix: Installer should install the app in "program files", not "program files (x86)"
- fix: symbol completion for '/*' not work
- fix: javadoc-style docstring indents calculation
2021-11-07 11:39:52 +08:00
- fix: indents calculation for the line succeeding "*/"
2021-11-05 21:35:05 +08:00
2021-11-05 11:48:46 +08:00
Version 0.8 For Dev-C++ 7 Beta
2021-11-04 21:14:58 +08:00
- fix: find in the current file is not correcly saved in the search history
- fix: hit info not correctly displayed in the search result view
- fix: If find in files found no hits, search result view will not be shown.
- fix: wront indents when paste one line content
2021-11-04 22:56:11 +08:00
- fix: Results of "find symbol usage" in project not correctly set in the search result view
2021-11-05 10:44:23 +08:00
- change: turn on gcc compiler's "-pipe" option by default, to use pipe instead of temp files in compiliation (and make the life of SSD longer)
- fix: correctly save input histories for the find combo box in the Find dialog
2021-11-05 11:48:46 +08:00
- fix: can't correctly test if it's not running in green mode
2021-11-04 21:14:58 +08:00
2021-11-02 19:26:11 +08:00
Version 0.7.8
- enhancement: In problem view's output control, indicates which line is different with the expected
- fix: current input/expected not correctly applied when save/run problem cases
- fix: colors of the syntax issues view are not correctly set using the current color sheme
2021-11-02 19:52:12 +08:00
- change: The error color of color scheme "vs code"
2021-11-02 23:47:51 +08:00
- add: "C Reference" in the help menu
- fix: Custom editor colors shouldn't be tested for high contrast with the default background color
- fix: Custom color settings not correctly displayed in the options widget
- enhancement: add hit counts in the search result view
- fix: editor actions' state not correctly updated after close editors.
2021-11-03 18:09:12 +08:00
- fix: When replace in the editor, "Yes to All" and "No" button doesn't work correctly.
- fix: crash when editing non-c/c++ files
- enhancement: set the alpha value of scheme colors
2021-11-03 23:27:05 +08:00
- enhancement: can use symbols' own foreground color to draw selection or the current line
2021-11-03 18:09:12 +08:00
- enhancement: can use different colors to highlight the current word and the selections
2021-11-03 23:27:05 +08:00
- enhancement: can set editor's default background / foreground color. They must be setted to make the custom color schemes correctly.
- enhancement: can set the color for the current line's number in the gutter
- all predefined color schemes updated.
2021-11-04 00:38:40 +08:00
- enhancement: check syntax/parse symbols when modifed and cursor's line changed.
2021-11-04 09:07:06 +08:00
- enhancement: edit problem properties
- enhancement: show problem description in the problem name lable's tooltip
2021-11-02 19:26:11 +08:00
2021-11-01 23:14:17 +08:00
Version 0.7.7
2021-11-02 13:12:36 +08:00
- enhancement: Problem Set
- enhancement: Competitive Companion Support
2021-11-01 23:14:17 +08:00
- change: "save" action will be enabled no matter contents in the current editor is modified or not
2021-11-01 23:29:03 +08:00
- fix: focus not correctly set when the current editor is closed
- fix: can't parse old c-style enum variable definition like "enum Test test;"
2021-11-02 01:07:37 +08:00
- fix: remove the file change monitor if it's remove from the disk
- fix: don't test if a file is writable before save to it (because qt can't do that test reliably).
2021-11-02 13:12:36 +08:00
- fix: when search in project, files opened for search shouldn't be parsed for symbols.
- fix: when search in project, the search history is not correctly updated.
2021-11-01 23:14:17 +08:00
2021-10-30 18:28:40 +08:00
Version 0.7.6
- change: don't auto insert a new line when input an enter between '(' and ')' or between '[' and ']' (indent instead)
- enhancement: the line containing '}' will use the indents of the matching '{' line, instead of just unindent one level
2021-10-30 19:58:13 +08:00
- enhancement: the line containing 'public:' / 'private:' / 'protected:' / 'case *:' will use of indents of the surrounding '{' line, instead of just unindent one level
- enhancement: correctly handle auto indents for multi-level embedding complex statements like 'for(...) if (...) printf();
2021-10-30 21:28:14 +08:00
- change: Don't use 'pause' in the console pauser, in case of privilege problems.
2021-10-31 00:08:20 +08:00
- enhancement: correctly handle auto indents for statement span many lines;
- enhancment: only use colors have good contrasts with the background in the class browser and code completion suggestion window
2021-10-31 09:21:38 +08:00
- fix: bottom and left panel properties not correctly saved when hiding the main window
2021-10-31 10:11:30 +08:00
- fix: When debugging, if value of the variable pointed by the mouse cursor is too long, tooltip will fill the whole screen.
2021-10-30 18:28:40 +08:00
2021-10-29 15:15:43 +08:00
Version 0.7.5
- enhancement: more accurate auto indent calculation
- change: remove "add indent" option in the editor general options widget ( It's merged with "auto indent" option)
2021-10-29 15:37:30 +08:00
- enhancement: auto insert a new line when input an enter between '(' and ')' or between '[' and ']'
2021-10-29 17:55:05 +08:00
- fix: correctly updates cursor position when pasting from clipboard
2021-10-29 21:33:45 +08:00
- enhancement: auto unindent when input protected: public: private: case *:
- enhancement: can use PageDown / PageUp / Home / End to scroll in the auto completion popup
2021-10-29 15:15:43 +08:00
2021-10-27 12:05:46 +08:00
Version 0.7.4
- fix: when debug a project, and have breakpoints that not in opened editors, dev-cpp will crash
2021-10-27 16:39:23 +08:00
- fix: when a file is parsing in background, exit dev-cpp will crash
- fix: "tab to spaces" option in the editor general options widget doesn't work
2021-10-27 16:58:30 +08:00
- fix: when remove all breakpoints in the debug breakpoint view, debug tags in the opened editors are not correctly updated.
- change: when start debuging, show local view instead of the debug console.
2021-10-27 17:00:01 +08:00
- update bundled compiler to msys2 mingw-w64 gcc 11.2 and gdb 10.2
- update bundled xege to the lastest git build
2021-10-27 12:05:46 +08:00
2021-10-24 13:03:54 +08:00
Version 0.7.3
2021-10-23 23:10:34 +08:00
- enhancement: icons in project view
- fix: sometimes option widget will show confirm dialog even not changed
- enhancement: only editor area will receive file drop events
2021-10-24 12:04:37 +08:00
- enhancement: change project file's folder by drag and drop in the project view
- enhancement: open project file by drag it to the editor area
2021-10-24 12:37:00 +08:00
- fix: the "add bookmark" menu item is not correctly disabled on a bookmarked line
2021-10-24 13:03:54 +08:00
- enhancement: "use utf8 by default" in editor's misc setting
2021-10-24 15:17:31 +08:00
- fix: syntax issues not correctly cleared when the file was saved as another name.
2021-10-24 23:13:00 +08:00
- enhancement: when running a program, redirect a data file to its stdin
2021-10-24 23:31:26 +08:00
- fix: can't correctly handle '&& ' and '||' in the #if directive (and correctly parse windows.h header file)
2021-10-25 00:30:53 +08:00
- fix: crash when create an empty project
2021-10-25 09:31:58 +08:00
- fix: syntax issues' filepath info not correct when build projects
2021-10-25 09:35:13 +08:00
- fix: compiler autolinks options widget don't show autolink infos
2021-10-25 12:33:02 +08:00
- fix: autolink parameters are repeated when compile single files
2021-10-25 13:16:15 +08:00
- enhancement: prompt for filename when create new project unit file
2021-10-25 21:36:23 +08:00
- fix: options not correctly set when change compiler set in the project settings
- change: reset compiler settings when change the project compiler set
2021-10-25 21:59:01 +08:00
- enhancement: use project's compiler set type info to find a nearest system compiler set, when the project compiler set is not valid.
- fix: toolbar's compiler set info not correctly updated when change it in the project settings dialog.
2021-10-24 13:03:54 +08:00
Version 0.7.2
- fix: rainbow parenthesis stop functioning when change editor's general options
- fix: issue count not correctly displayed when syntax check/compile finished
- fix: function declaration's parameters not correctly parsed, if it have a definition which have different parameter names
- fix: file path seperator used in the app is not unified, and cause errors somtimes.
2021-10-23 09:05:51 +08:00
2021-10-22 16:56:27 +08:00
Version 0.7.1
- fix: can't add bookmark at a breakpoint line
2021-10-22 17:29:15 +08:00
- fix: app name in the title bar not translated
- use new app icon
2021-10-22 16:56:27 +08:00
2021-10-19 09:05:11 +08:00
Version 0.7.0
- fix: Backspace still works in readonly mode
2021-10-19 22:41:38 +08:00
- fix: save as file dialog's operation mode is not correct
2021-10-20 11:14:49 +08:00
- enhancement: fill indents in the editor (Turned off by default)
2021-10-20 12:11:36 +08:00
- enhancement: new file template
- fix: when an editor is created, its caret will be displayed even it doesn't have focus
2021-10-20 12:27:44 +08:00
- enhancement: set mouse wheel scroll speed in the editor general option tab ( 3 lines by default)
2021-10-20 18:22:06 +08:00
- fix: don't highlight '#' with spaces preceeding it as error
2021-10-20 20:15:16 +08:00
- fix: correctly handle integer with 'L' suffix in #if directives ( so < thread > can be correctly parsed )
2021-10-21 17:31:25 +08:00
- enhancement: bookmark view
2021-10-21 19:33:11 +08:00
- enhancement: autosave/load bookmarks
- enhancement: autosave/load breakpoints
- enhancement: autosave/load watches
2021-10-22 15:02:54 +08:00
- implement: files view
2021-10-22 16:43:53 +08:00
- fix: app's title not update when editor closed
2021-10-19 09:05:11 +08:00
2021-10-15 12:17:14 +08:00
Version 0.6.8
- enhancement: add link to cppreference in the help menu
2021-10-17 21:09:50 +08:00
- fix: add mutex lock to prevent editor crash in rare conditions
2021-10-18 22:06:33 +08:00
- fix: In the create project dialog, the browser button doesn't work
2021-10-18 22:50:49 +08:00
- enhancement: use QStyle to implement the dark style, and better control of the style's look and feel
2021-10-18 23:44:02 +08:00
- enhancement: add link to EGE website, if locale is zh_CN
2021-10-15 12:17:14 +08:00
2021-10-13 12:55:41 +08:00
Version 0.6.7
2021-10-13 17:20:31 +08:00
- fix: messages send to the gdb process's standard error are not received
2021-10-13 12:55:41 +08:00
- adjust: the max value of the debug console's vertical scrollbar.
2021-10-13 17:20:31 +08:00
- fix: shfit+click not correctly set selection's end
- fix: ctrl+home/end not correctly set cursor to start/end of the editor
2021-10-15 10:23:46 +08:00
- enhancement: click the encoding info in the statusbar will show encoding menu
2021-10-13 12:55:41 +08:00
2021-10-13 11:32:59 +08:00
Version 0.6.6
- fix: crash when create new file
- implement: two editor view
2021-10-12 09:47:58 +08:00
Version 0.6.5
- implement: export as rtf / export as html
- fix: the contents copied/exported are not correctly syntax colored
- fix: stop execution if the source file is not compiled and user choose not to compile it
2021-10-12 19:39:24 +08:00
- fix: not correctly parse gdb's output
- fix: path not correctly setted for the debugger process
- fix: indent line not correctly drawed
2021-10-12 20:38:39 +08:00
- enhancement: use rainbox color to draw indent guide lines
- implement: highlight matching brackets
2021-10-12 09:47:58 +08:00
2021-10-10 20:20:43 +08:00
Version 0.6.4
- fix: code completion popup not show after '->' inputted
2021-10-10 21:23:25 +08:00
- fix: font styles in the color scheme settings not in effect
2021-10-10 21:46:11 +08:00
- fix: editor's font style shouldn't affect gutter's font style
2021-10-10 22:19:48 +08:00
- change: enable copy as HTML by default
- fix: unneeded empty lines when copy as HTML
2021-10-10 20:20:43 +08:00
2021-10-09 18:04:31 +08:00
Version 0.6.3
- fix: should use c++ syntax to check ".h" files
2021-10-09 22:03:05 +08:00
- fix: can't copy contents in a readonly editor
- fix: project's file not correctly syntaxed when open in editor
2021-10-09 22:34:31 +08:00
- libturtle update: add fill() / setBackgroundColor() /setBackgroundImage() functions
2021-10-09 23:09:08 +08:00
- fix: code fold calculation not correct, when editing code
2021-10-10 00:46:19 +08:00
- fix: can't correctly find definition of the symbols in namespace
2021-10-09 18:04:31 +08:00
2021-10-09 11:33:23 +08:00
Version 0.6.2
2021-10-09 09:09:05 +08:00
- fix: The Enter key in the numpad doesn't work
- fix: The compiled executable not fully write to the disk before run it
- fix: settings object not correctly released when exit
2021-10-09 11:33:23 +08:00
- fix: shouldn't check syntax when save modifications before compiling
- fix: shouldn't scroll to the end of the last line when update compile logs
- fix: can't debug project
Version 0.6.1
- fix: editor deadlock
2021-10-08 20:56:55 +08:00
2021-10-03 08:25:28 +08:00
Version 0.6.0
- fix: old data not displayed when editing code snippets
- fix: shift-tab for unindent not work
- fix: can't save code snippets modifications
2021-10-03 09:57:19 +08:00
- fix: errors in code snippet processing
- change: auto open a new editor at start
2021-10-03 17:18:43 +08:00
- enhancement: todo view
2021-10-03 23:12:20 +08:00
- add: about dialog
2021-10-03 23:46:40 +08:00
- implement: correctly recognize clang (msys2 build)
2021-10-04 00:18:16 +08:00
- enhancement: don't add encoding options when using clang to compile (clang only support utf-8)
2021-10-04 11:07:35 +08:00
- enhancement: find occurence in project
2021-10-04 20:17:05 +08:00
- implement: rename symbol in file
2021-10-04 12:49:55 +08:00
- enhancement: replace in files
2021-10-04 20:17:05 +08:00
- enhancement: rename symbol in project (using search symbol occurence and replace in files)
2021-10-04 12:49:55 +08:00
- fix: search in files
2021-10-04 19:23:52 +08:00
- implement: register file associations
2021-10-04 20:17:05 +08:00
- implement: when startup , open file provided by command line options
2021-10-04 20:05:24 +08:00
- implement: open files pasted by clipboard
2021-10-04 20:56:57 +08:00
- fix: code fold parsing not correct
2021-10-04 21:59:48 +08:00
- enhancement: support #include_next (and clang libc++)
2021-10-04 22:32:34 +08:00
- fix: hide popup windows when the editor is closed
2021-10-05 00:42:35 +08:00
- enhancement: show pinyin when input chinese characters
2021-10-05 23:30:34 +08:00
- fix: add mutex lock to prevent rare conditions when editor is modifying and the content is read
- fix: makefile generated for static / dynamic library projects not right
2021-10-06 00:05:07 +08:00
- fix: editors disappeared when close/close all
2021-10-06 12:19:46 +08:00
- implement: config shortcuts
2021-10-07 00:25:11 +08:00
- implement: handle windows logout message
2021-10-07 00:48:05 +08:00
- fix: editor's inproject property not correctly setted (and may cause devcpp to crash when close project)
2021-10-07 07:52:20 +08:00
- implement: print
2021-10-08 00:06:41 +08:00
- implement: tools configuration
2021-10-08 20:01:29 +08:00
- implement: default settings for code formatter
- implement: remove all custom settings
2021-10-03 08:25:28 +08:00
2021-10-02 17:38:29 +08:00
Version 0.5.0
2021-09-28 10:40:19 +08:00
- enhancement: support C++ using type alias;
2021-09-28 14:18:51 +08:00
- fix: when press shift, completion popu window will hide
- enhancement: options in debugger setting widget, to skip system/project/custom header& project files when step into
2021-09-28 22:26:12 +08:00
- fix: icon not correctly displayed for global variables in the class browser
- enhancement: more charset selection in the edit menu
- fix: can't correctly get system default encoding name when save file
- fix: Tokenizer can't correctly handle array parameters
- fix: debug actions enabled states not correct updated when processing debug mouse tooltips
2021-09-29 19:03:22 +08:00
- enhancement: redesign charset selection in the project options dialog's file widget
- fix: can't correctly load last open files / project with non-asii characters in path
- fix: can't coorectly load last open project
2021-09-29 22:55:53 +08:00
- fix: can't coorectly show code completion for array elements
2021-09-29 19:40:03 +08:00
- enhancement: show caret when show code/header completions
2021-09-29 20:45:03 +08:00
- fix: correctly display pointer info in watch console
2021-09-30 11:20:43 +08:00
- implement: search in project
2021-09-29 22:55:53 +08:00
- enhancement: view memory when debugging
2021-09-30 11:20:43 +08:00
- implement: symbol usage count
2021-10-02 13:29:45 +08:00
- implement: user code snippet / template
- implement: auto generate javadoc-style docstring for functions
- enhancement: use up/down key to navigate function parameter tooltip
- enhancement: press esc to close function parameter tooltip
2021-10-02 15:34:18 +08:00
- enhancement: code suggestion for unicode identifiers
2021-10-02 17:01:08 +08:00
- implement: context menu for debug console
- fix: errors in debug console
- fix: speed up the parsing process of debugger
2021-10-03 08:25:28 +08:00
- ehancement: check if debugger path contains non-ascii characters (this will prevent it from work
2021-09-28 10:40:19 +08:00
2021-09-28 10:01:13 +08:00
Version 0.2.1
- fix: crash when load last opens
2021-09-19 17:59:03 +08:00
Version 0.2
2021-09-27 13:01:01 +08:00
- fix : header file completion stop work when input '.'
2021-09-26 22:52:19 +08:00
- change: continue to run / debug if there are compiling warnings (but no errors)
2021-09-27 20:17:24 +08:00
- enhancement: auto load last open files at start
2021-09-26 12:19:46 +08:00
- enhancement: class browser syntax colors and icons
2021-09-25 21:34:10 +08:00
- enhancement: function tips
2021-09-21 20:36:43 +08:00
- enhancement: project support
2021-09-19 17:59:03 +08:00
- enhancement: paint color editor use system palette's disabled group color
- fix: add watch not work when there's no editor openned;
- enhancement: rainbow parenthesis
2021-09-20 15:57:48 +08:00
- enhancement: run executable with parameters
2021-09-21 20:36:43 +08:00
- add: widget for function tips
2021-09-23 14:04:33 +08:00
- enhancement: options for editor tooltips
2021-12-25 08:23:52 +08:00
- fix: editor folder process error