Commit Graph

  • 741b814e1d fixes #315 : foreach not correcly handled. Roy Qu 2024-03-24 17:07:53 +0800
  • 27e28e4388 fix: paint error Roy Qu 2024-03-24 14:29:13 +0800
  • 3c9ac38913 drag&drop tweak Roy Qu 2024-03-24 12:23:58 +0800
  • 2873cb8785 ensure top pos aligns with line height after drop Roy Qu 2024-03-24 12:21:49 +0800
  • 9fc276325e ensure top pos aligns with line height after mouse drag. Roy Qu 2024-03-24 12:19:21 +0800
  • 3be7a72fb9 - fix: Caret on '('/',' in string shouldn't invoke function info tips. Roy Qu 2024-03-24 10:41:03 +0800
  • 2cad9262c9 speed out selection count calculation Roy Qu 2024-03-24 09:56:37 +0800
  • 5e10d0b4db clean up Roy Qu 2024-03-24 09:39:31 +0800
  • 5a60d4a855 clean up Roy Qu 2024-03-24 09:09:53 +0800
  • 33a47a5361 remove nouse code Roy Qu 2024-03-24 09:09:22 +0800
  • e9d95a4682 refactor: qsynedit remove no use code Roy Qu 2024-03-24 09:08:56 +0800
  • e1b716200d fix: indent line pos change: align text with editor up-side when moving caret Roy Qu 2024-03-24 00:15:02 +0800
  • 2dd570cb08 tweak editor display Roy Qu 2024-03-23 23:39:51 +0800
  • 31aee0cfcc tweak caret movement Roy Qu 2024-03-23 21:58:45 +0800
  • 4f637481e4 update NEWS.md Roy Qu 2024-03-23 18:42:11 +0800
  • 272431e96b add "inline" as type qualifier Roy Qu 2024-03-23 18:41:55 +0800
  • e249da82ff code cleanup Roy Qu 2024-03-23 18:14:52 +0800
  • 67f9cbe6ee fix: scroll to last line Roy Qu 2024-03-23 17:49:13 +0800
  • 79274d786a tweak displays Roy Qu 2024-03-23 10:24:59 +0800
  • b485e18e04 fix: lambda expression capture support Roy Qu 2024-03-23 09:13:07 +0800
  • 09a61c4c32 support lambda expression captures. Roy Qu 2024-03-23 09:03:20 +0800
  • d63aa1a58f tweak displays Roy Qu 2024-03-23 08:10:50 +0800
  • 8a5102172e fix: Page Up scroll error Roy Qu 2024-03-22 23:17:20 +0800
  • bf9e56367e tweak selection display Roy Qu 2024-03-22 22:58:28 +0800
  • 51a05e1bc6 fix: vertical selection speed Roy Qu 2024-03-22 22:43:21 +0800
  • 7c29f4a964 work save Roy Qu 2024-03-22 22:01:29 +0800
  • a83ee3f16a - Enhancement: Vertically scroll by pixel. Roy Qu 2024-03-22 21:56:04 +0800
  • 8307f1b38f - enhancement: Restore line position after file is modified outside and reloaded. Roy Qu 2024-03-22 20:32:48 +0800
  • e291a2e2fb fix #300 - enhancement: Show type completion hint after "constexpr"/"extern"/"static"/"consteval"/"constinit"/"const"/"volatile" etc. Roy Qu 2024-03-22 19:53:09 +0800
  • 0782994f95 fix : menu items for editors are disabled. Roy Qu 2024-03-22 19:37:13 +0800
  • 325f3ca5ce remove debug info Roy Qu 2024-03-22 19:24:59 +0800
  • 517fdbdecc - enhancement: Improve lambda support. Roy Qu 2024-03-22 18:56:02 +0800
  • 470bd9cee0 work save Roy Qu 2024-03-22 18:43:01 +0800
  • e5a23b7686 cppparser refactors Roy Qu 2024-03-22 17:54:08 +0800
  • dac9bb3899 fix or debug console history Roy Qu 2024-03-22 16:12:42 +0800
  • 421a227d05
    update the C++20 keyword "co_await" from "co_wait" (#299) West-Pavilion 2024-03-22 15:44:04 +0800
  • cef356a184 - fix #277 : History not correctly loaded with up/down arrow key in the debug console. Roy Qu 2024-03-22 15:43:03 +0800
  • 72cd79eef5 - enhancement: Improvement in italic font support. Roy Qu 2024-03-22 11:12:06 +0800
  • 3b85e8bec0 remove debug info Roy Qu 2024-03-22 09:37:54 +0800
  • aad4050c25 - enhancement: Show "std::function" in the completion list. Roy Qu 2024-03-22 09:23:49 +0800
  • ce45cae6ed tweak wave underline Roy Qu 2024-03-21 22:23:07 +0800
  • e72b780dc3 - enhancement: Syntax highlighting for c++ attributes. fix: mingw build errors Roy Qu 2024-03-21 21:28:12 +0800
  • 86cc3e170e update NEWS.md Roy Qu 2024-03-21 20:45:31 +0800
  • 172c66c6dc fix #296 - enhancement: Type induction for "auto &&" vars. Roy Qu 2024-03-21 20:04:02 +0800
  • 1ae60fa7ed fix #297 : Filename that contains '&' doesn't correctly displayed in the editor tab. Roy Qu 2024-03-21 20:00:34 +0800
  • 5b328f1e1a - fix: Option 'Pause after run in console' for tools doesn't work. Roy Qu 2024-03-21 17:54:58 +0800
  • 5b77c6f3fb fix: encoding menu popup doesn't work Roy Qu 2024-03-21 17:41:55 +0800
  • d859894105 fix #290 : Auto type induction for expression contains '[]' are not correct. Roy Qu 2024-03-21 16:55:32 +0800
  • c68eea9463 Merge branch 'master' of github.com:royqh1979/RedPanda-CPP Roy Qu 2024-03-21 16:19:05 +0800
  • c407c27a7a - fix: Can't correctly retrieve function parameters type. Roy Qu 2024-03-21 16:18:14 +0800
  • e308ccb629 - fix: '*=' is treadted as '*' when parsing. Roy Qu 2024-03-21 15:13:58 +0800
  • 4c12fadae3 fix #295 : Save left/top position in undo when add linebreak at line end. Roy Qu 2024-03-21 15:01:44 +0800
  • 2a10d79315 fix #283 : Filename in tables in the debug panel are not correctly eroded. - enhancement: Tooltip info for the stacktrace table in the debug panel. Roy Qu 2024-03-21 11:04:29 +0800
  • d32e4e642d fix #294 - fix: Ctrl+Return insert linebreak shouldn't scroll unnecessarilly. - enhancement: Move caret to line begin would scroll to the begin if possible. Roy Qu 2024-03-21 10:22:09 +0800
  • 0426bfe1b0 fix #293 : No icons for inherited class private members. Roy Qu 2024-03-21 07:10:48 +0800
  • 6c454143cb fix: font combo list display lots of blank lines after only show monospaced fonts. Roy Qu 2024-03-20 21:40:06 +0800
  • d054d9ffce minor fix Roy Qu 2024-03-20 20:57:47 +0800
  • bcbcc61481 - fix: Caret unseen when move to a long line end by press END. Roy Qu 2024-03-20 20:42:20 +0800
  • 92407fc767 fix #286 : Show type completion info after 'const' and 'volatile' Roy Qu 2024-03-20 20:35:47 +0800
  • 94f4587461 fix: Size of the font combo box in the font list editing dialog is too little. Roy Qu 2024-03-20 19:34:08 +0800
  • 96c606c221 fix layout error Roy Qu 2024-03-20 19:28:03 +0800
  • 4da95ebf0a remove nouse editor options Roy Qu 2024-03-20 16:44:20 +0800
  • 9964551ed6 fix: "natrual" option in mouse scroll direction not correctly checked. Roy Qu 2024-03-20 16:01:34 +0800
  • 5003c412f7 - enhancement: "Mouse scroll direction" option in Options / Editor / General - change: Invert scroll direction in horizontal, like in vertical. Roy Qu 2024-03-20 15:55:22 +0800
  • 63db2e5179 fix #284 : selection not correctly displayed. Roy Qu 2024-03-20 12:33:36 +0800
  • 22b8ee814e fix: crash when load c/c++ files Roy Qu 2024-03-20 10:17:10 +0800
  • 7593f99c58 fix #280 : Using aliased functions are not correctly processed. Roy Qu 2024-03-19 21:22:46 +0800
  • 4e2053fb56 fix: crash when set breakpoints in an empty C/C++ file Roy Qu 2024-03-19 20:20:11 +0800
  • 5be546e97f
    fix custom link options parsing (#291) Cyano Hao 2024-03-19 20:09:47 +0800
  • e6f65acf00 - fix: Should show header completion popup in #include line comments. - fix: <> int #include "" line's line comment may be wrongly syntax colored. - fix: <> int #include "" line's line comment may be wrongly underlined. Roy Qu 2024-03-18 21:37:54 +0800
  • f43183f56e
    "one dark主题细节优化" (#288) MZZW 2024-03-18 21:04:27 +0800
  • e7129241e9 fixes #281: Wrong syntax highlighting for #include lines that contains multiple '>' chars. Roy Qu 2024-03-17 21:49:06 +0800
  • 852a451976 editor font list settings: Items not editable. Double click on a item to modify. Roy Qu 2024-03-17 11:41:40 +0800
  • 3e58c52046
    Improve font list interaction (#279) Cyano Hao 2024-03-17 11:18:09 +0800
  • fa1828e225 - enhancement: Folding button scales with editor font. Roy Qu 2024-03-14 20:35:26 +0800
  • 46b273a88d - enhancement: Folding button scales with editor font. Roy Qu 2024-03-14 20:06:45 +0800
  • a3e6d111f8 fix: async refreshing not correctly started in lldb-server Roy Qu 2024-03-14 16:39:13 +0800
  • ba9bbca010 - change: When debugging, don't auto set focus to the editor. Roy Qu 2024-03-14 13:03:06 +0800
  • 4810992ed3 minor change: format for the message in status bar Roy Qu 2024-03-14 12:29:20 +0800
  • 365c15a874 - enhancement: Execute the last debug command in the debug console if ENTER pressed. Roy Qu 2024-03-14 11:21:42 +0800
  • 86dac40057 update translations Roy Qu 2024-03-14 10:11:19 +0800
  • b754e7a3c0 Merge branch 'master' of github.com:royqh1979/RedPanda-CPP Roy Qu 2024-03-14 10:06:23 +0800
  • 051fcfafa5
    use relative locations in translations to avoid further merge conflict (#275) Cyano Hao 2024-03-14 10:05:57 +0800
  • 1ccd28e65e enhancement: display column info if force fixed font width is turned on Roy Qu 2024-03-14 09:58:57 +0800
  • 70905fd997 update NEWS.md Roy Qu 2024-03-14 09:33:50 +0800
  • 15a55fe69a C standard conformance Roy Qu 2024-03-14 09:32:45 +0800
  • a5f7b02324 - enhancement: Make output in the debugger console cleaner. Roy Qu 2024-03-14 09:23:04 +0800
  • fc27fac68e - fixes #262: Debugger console's background not correctly cleared before redrawn. Roy Qu 2024-03-14 09:02:08 +0800
  • b5e63e3719
    update xmake.lua (#274) Cyano Hao 2024-03-14 08:27:57 +0800
  • f91c2bb188 - enhancement: Auto choose a better font for theme choosing dialog in the first run. Roy Qu 2024-03-13 20:57:56 +0800
  • 3018339ae3 fix: mainwindow too wide in the first run Roy Qu 2024-03-13 20:50:48 +0800
  • d0009d06d5 add tips for the font setting list Roy Qu 2024-03-13 20:48:08 +0800
  • 46b0c4d894 fixes #264: In the debugger console, Auto-wrapped lines can't be correctly selected. Roy Qu 2024-03-13 20:10:31 +0800
  • a946450014 code clean up Roy Qu 2024-03-13 19:19:10 +0800
  • e67e329ef1
    Use font list (#269) Cyano Hao 2024-03-13 19:17:25 +0800
  • 19eeb5a1f8 fix: wrong selection contents retrieved in column editing mode. Roy Qu 2024-03-13 17:03:32 +0800
  • 2c29b64d97 Adjust lldb-server sync time Roy Qu 2024-03-13 16:50:14 +0800
  • e60dc0eab5 remove dap implementations Roy Qu 2024-03-13 11:16:04 +0800
  • 1e3404c591 - fix: Shortcuts in non-editor panels conficts with the editor. Roy Qu 2024-03-13 11:04:51 +0800
  • 904d0e29b1 update README.md Roy Qu 2024-03-12 20:35:21 +0800