Roy Qu
5f1aa5f620
minor change
2023-03-27 08:41:12 +08:00
Roy Qu
cd17c7cbca
- enhancement: Improve code completion suggestion for arrays.
2023-03-26 19:05:38 +08:00
Roy Qu
405315bd8e
- fix: When adding files to project and there'are duplicates, the warning info is not complete.
2023-03-26 17:14:40 +08:00
Roy Qu
fbe051f709
- fix: "Run all problem cases" with project is not correctly handled.
2023-03-26 12:34:11 +08:00
Roy Qu
7a8a239dfc
- fix: Reformat code when select contents in column mode will mess up the document.
...
- enhancement: Add "save as" icon to the toolbar.
- enhancement: Use key sequences as shortcut to actions in the options dialog's environment->shortcut page.
- change: Use ctrl+shift+S as the shortcut for "save as".
- change: Use ctrl+K,ctrl+S as the shortcut for "save all".
2023-03-25 10:16:49 +08:00
Roy Qu
584b970aec
fix: last line not removed when it's not used in the Drag&Drop
2023-03-24 18:24:48 +08:00
Roy Qu
d7293b48fc
- fix: Remove multiple files in the project panel is not correctly handled.
2023-03-24 17:55:02 +08:00
Roy Qu
919ba31c32
- fix: Class constructor & destructor is not correctly handled.
2023-03-24 17:40:59 +08:00
Roy Qu
0730aa6c22
- enhancement: Drag the selection beyond the end of the document, and move/copy it beyond the last line.
...
- enhancement: Open Containing folder will auto select the file in windows file explore.
2023-03-23 22:33:04 +08:00
Roy Qu
cdcf525157
- fix: The option "Open CPU info dialog when signal received" can't be correctly set in the options dialog's debugger page.
2023-03-21 17:11:12 +08:00
Roy Qu
b951ac6636
- fix: Crash when a project is removed from the disk while it is openned in RedPanda-C++.
2023-03-19 20:51:12 +08:00
Roy Qu
56cd6c4d76
- fix: The option "Minimal indent for a continuous conditional beloning to a conditional header:" for formatter is not correct.
2023-03-18 21:37:11 +08:00
Roy Qu
1470f58206
- fix: Crash when directive line ends with '\' and at the last line.
2023-03-18 10:34:37 +08:00
Roy Qu
f4f67d0b91
update translations
2023-03-18 09:10:17 +08:00
Roy Qu
af80ee04c4
fix: Tooltips for no-shortcut actions is not correct
2023-03-17 17:57:49 +08:00
Roy Qu
eb93d8369e
- enhancement: Show shortcut info in toolbar's tooltip.
2023-03-17 15:37:11 +08:00
Roy Qu
b4b41e43a1
- enhancement: Add option in the debug settings, to limit the length of the ouput generated by gdb for arrays.
2023-03-17 08:47:05 +08:00
Roy Qu
626217f856
- fix: Don't show completion info when input parameters for function definitions.
...
- fix: Don't show function info tips when typing class variable definitions.
- fix: Compare error in debug mode.
2023-03-16 22:02:32 +08:00
Roy Qu
f8076dd069
- fix: None initialized std::vector is not correctly displayed in the gdb of the gcc distributed with redpanda-c++ (Windows 64bit).
2023-03-16 18:11:05 +08:00
Roy Qu
e8a3c6b4bc
typo in translations
2023-03-15 15:37:28 +08:00
Roy Qu
627ff08d23
- fix: The comboxbox to input search keyword in the search dialog is case insensitive.
...
- fix: The comboxbox to input replace text in the search dialog is case insensitive.
- fix: The comboxbox to input search keyword in the search in files dialog is case insensitive.
- fix: The comboxbox to input address expression in the debug panel's memory view is case insensitive.
- fix: The comboxbox to input evaluation expression in the debug panel is case insensitive.
- fix: The comboxbox to input replace text in the search panel is case insensitive.
2023-03-14 17:49:36 +08:00
Roy Qu
a8695a96d0
- enhancement: Options in compiler set settings, to generate protection code for stack smashing attack. (Enable for Debug settings by default)
...
- enhancement: Options in compiler set settings, to enable address sanitizer. Not available in windows.(Enable for Debug settings by default)
2023-03-14 10:02:23 +08:00
Roy Qu
99ca9796b1
fix typos.
2023-03-13 22:00:55 +08:00
Roy Qu
436a047821
- enhancement: Options in compiler set settings, to generate syntax error for large stack objects.
2023-03-13 21:57:15 +08:00
Roy Qu
16e45f1b9c
- change: Remove compiler set options that's rarely used.
2023-03-13 09:15:05 +08:00
Roy Qu
dab6a331b9
optimize parser
2023-03-13 00:13:23 +08:00
Roy Qu
586e6a6185
optimization for cpp parser
2023-03-12 23:45:03 +08:00
Roy Qu
f37a9908ba
refactor: handle class/struct/union in the parser
2023-03-12 19:17:39 +08:00
Roy Qu
de406de236
refactor : member accessibility processing in the parser
2023-03-12 18:24:58 +08:00
Roy Qu
f04c7c0221
refactor test for operator
2023-03-12 12:42:44 +08:00
Roy Qu
b246e3d145
refactor check for struct/class/union defines in the parser
2023-03-12 10:50:47 +08:00
Roy Qu
16258cc015
use normal mutex instead of recursivemutex
2023-03-12 10:00:32 +08:00
Roy Qu
aaac2bfcf7
- enhancement: Warn user and stop compile if project has missing files.
...
- enhancement: Warn user when exit and save settings failed.
2023-03-12 09:19:02 +08:00
Roy Qu
0b0e941155
- fix: Code completion info for stl::map/std::unordered_map is not correct.
2023-03-11 19:56:40 +08:00
Roy Qu
b220df600b
- enhancement: Sort header completion infos by suffix-trimmed filename.
2023-03-11 19:30:56 +08:00
Roy Qu
d29ec1ee0f
refactor: make most expression evaluation funcs const
2023-03-11 17:32:57 +08:00
Roy Qu
de6b17fcda
upgrade to 2.18
2023-03-11 08:32:52 +08:00
Wu Haotian
da23ae64ba
- fix: macos icon size overgrown ( #106 )
...
MacOS uses high DPI pixmaps with devicePixelRatio equals 2. Setting a
flag in QApplication can enforce this in pixmaps fetched from QIcons and
thus make the icons look high DPI.
2023-03-11 07:49:47 +08:00
Roy Qu
fdc04c0d4f
fix: wrong type for operator overloading for conversion functions.
2023-03-10 20:50:46 +08:00
Roy Qu
fec78d0045
- enhancement: Don't show operator overloading functions in the complete suggestions
...
- enhancement: Correctly hanlde operator overloading functions like "operator ClassA"
2023-03-10 20:13:52 +08:00
Roy Qu
60055107ca
fix: '::' is not correctly handled when skip to : in the parser
2023-03-10 16:02:47 +08:00
Roy Qu
f0f9741220
minor change
2023-03-10 11:35:33 +08:00
Roy Qu
e9247f6476
- fix: Can't undo & save after copy by drag with mouse.
2023-03-10 09:12:22 +08:00
Roy Qu
3b56bab68b
refactor: Don't implement custom indent options for C/C++ for now.
2023-03-09 21:08:08 +08:00
Roy Qu
45578a2603
refactor: formatter interface for qsynedit
2023-03-09 20:35:15 +08:00
Roy Qu
ac9d62ee5e
- fix: Chinese characters in the source code is not correctly displayed in the CPU info window.
2023-03-09 16:09:05 +08:00
Roy Qu
3a0d3f684a
- enhancement: If no selection, Ctrl+C (Copy) auto selects the current line and put the cursor to the beginning.
2023-03-09 11:19:57 +08:00
Roy Qu
79b3f91006
- enhancement: Shift+Up in the first line will expand selection to the beginning of the line.
...
- enhancement: Shift+Down in the last line will expand selection to the end of the line.
2023-03-09 10:33:37 +08:00
Roy Qu
139a6d14c0
- fix: Cpu info window is auto openned, when debug using gdb-server.
2023-03-08 18:31:47 +08:00
Roy Qu
64eca05f7f
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
...
# NEWS.md
2023-03-08 18:07:14 +08:00