Roy Qu
|
3018339ae3
|
fix: mainwindow too wide in the first run
|
2024-03-13 20:50:48 +08:00 |
Roy Qu
|
d0009d06d5
|
add tips for the font setting list
|
2024-03-13 20:48:08 +08:00 |
Roy Qu
|
46b0c4d894
|
fixes #264: In the debugger console, Auto-wrapped lines can't be correctly selected.
|
2024-03-13 20:10:31 +08:00 |
Roy Qu
|
a946450014
|
code clean up
|
2024-03-13 19:19:10 +08:00 |
Cyano Hao
|
e67e329ef1
|
Use font list (#269)
* add icons
* place text vertically center in qsynedit
* use font list
|
2024-03-13 19:17:25 +08:00 |
Roy Qu
|
2c29b64d97
|
Adjust lldb-server sync time
|
2024-03-13 16:50:14 +08:00 |
Roy Qu
|
e60dc0eab5
|
remove dap implementations
|
2024-03-13 11:16:04 +08:00 |
Roy Qu
|
1e3404c591
|
- fix: Shortcuts in non-editor panels conficts with the editor.
|
2024-03-13 11:04:51 +08:00 |
Roy Qu
|
12299e98e9
|
- fix #267: When debugging, can't watch expressions that has spaces in it.
|
2024-03-12 20:28:38 +08:00 |
Roy Qu
|
2cc00cb924
|
- fix: Failed to evaluate expressions while debugging, if the expression has spaces in it.
|
2024-03-12 19:03:47 +08:00 |
Roy Qu
|
80ec88e552
|
- fix: Failed to evaluate expressions while debugging, if the expression has spaces in it.
|
2024-03-12 18:59:26 +08:00 |
Roy Qu
|
3e0db148ae
|
lldb-server compatibility
|
2024-03-11 20:34:02 +08:00 |
Roy Qu
|
e2d5a18c3f
|
fix: font not correctly set in the cpuinfo window
|
2024-03-11 17:38:51 +08:00 |
Roy Qu
|
f5db3144f5
|
Merge branch 'master' into dap
# Conflicts:
# NEWS.md
|
2024-03-11 17:29:15 +08:00 |
Roy Qu
|
e552e114f5
|
lldb-mi compatibility
|
2024-03-11 17:28:18 +08:00 |
Roy Qu
|
35d6b4d014
|
- enhancement: improve lldb-mi compatibility.
|
2024-03-11 13:13:53 +08:00 |
Roy Qu
|
9cb980f2f6
|
work save: #259 Remove hard-coded GDB-MI commands outside the gdbmi implementation.
|
2024-03-10 21:25:24 +08:00 |
Roy Qu
|
b83c45782b
|
work save
|
2024-03-10 12:57:50 +08:00 |
Roy Qu
|
b359004f95
|
work save
|
2024-03-10 11:15:10 +08:00 |
Roy Qu
|
6ba9cbb78b
|
work save
|
2024-03-10 09:56:20 +08:00 |
Roy Qu
|
1f8fa070c8
|
work save
|
2024-03-10 08:06:11 +08:00 |
Cyano Hao
|
f996426916
|
fix static and shared makefile (#258)
|
2024-03-10 08:05:09 +08:00 |
Roy Qu
|
d302fcc10f
|
DAP Protocol implementations.
More work for seperating debugger interface and the gdb mi client
|
2024-03-09 23:08:23 +08:00 |
Roy Qu
|
9a66022b8a
|
Initial implementation for #254
|
2024-03-09 20:19:38 +08:00 |
Roy Qu
|
8d1cda13b3
|
work save: DAP protocol:
Create / parse request message
|
2024-03-09 13:58:32 +08:00 |
Roy Qu
|
23e918304e
|
Done: Issue #240
|
2024-03-09 11:34:52 +08:00 |
Roy Qu
|
581b7c7cf1
|
work save: refactor: DebuggerClient interface
|
2024-03-08 22:06:10 +08:00 |
Roy Qu
|
0e5d666c67
|
- fix: Full scope typed variables in lambda expressions is not correctly parsed.
|
2024-03-08 18:20:49 +08:00 |
Roy Qu
|
4567e11f43
|
fix: can't compile
|
2024-03-08 10:06:18 +08:00 |
Roy Qu
|
7d8070a6b3
|
Issue #239 refactor: debugger folder
|
2024-03-08 09:55:58 +08:00 |
Roy Qu
|
ddc46a72bc
|
Issue #193 - fix: Hint for bold text (<b></b>) are not correctly handled in the function tips.
|
2024-03-08 08:37:21 +08:00 |
Roy Qu
|
9df669ba08
|
Issue #194 - fix: Function tips contains functions that not in the scope.
|
2024-03-08 08:30:41 +08:00 |
Roy Qu
|
f79da84224
|
Issue #197 - enhancement: Support "enum struct" Scoped enumerations.
|
2024-03-08 08:17:44 +08:00 |
Roy Qu
|
df4c14caa4
|
- fix Issue #211: Using alias for global symbols are not correctly handled.
|
2024-03-08 08:06:23 +08:00 |
Roy Qu
|
45a73181df
|
Issue #209 - enhancement: Support annonymous class
|
2024-03-08 07:32:09 +08:00 |
Roy Qu
|
86fc0f08ef
|
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
|
2024-03-07 21:36:15 +08:00 |
Roy Qu
|
c742a8bb29
|
- enhancement: Issue #196 Support C++ using alias in syntax highlighting/code completion/function tips.
|
2024-03-07 21:35:53 +08:00 |
Roy Qu
|
cb323850f0
|
change: force gcc use english to output if not in zh locale
enhancement: support gcc zh_CN locale
|
2024-03-07 20:33:16 +08:00 |
Cyano Hao
|
e0d57213ad
|
add support for versioned GCC and Clang in compiler hint (#237)
|
2024-03-07 15:55:51 +08:00 |
Roy Qu
|
0a11b4b6ea
|
- Enhancement: Issue #213 Expands macro when finding function tips.
|
2024-03-06 19:35:35 +08:00 |
Roy Qu
|
f7514e424e
|
refactor: Check string/rawstring/character status while completing symbols in c/c++ file
|
2024-03-05 21:20:47 +08:00 |
Roy Qu
|
e0438b1bf9
|
- enhancement: Internal optimization for open/edit files.
|
2024-03-05 16:34:41 +08:00 |
Roy Qu
|
bbe79297ef
|
fix: Deadlock while openning files that contains '\t'
fix: Optimize file openning
|
2024-03-05 15:29:25 +08:00 |
Roy Qu
|
535dde574b
|
Remove treefiles shortcuts
|
2024-03-04 21:11:26 +08:00 |
Roy Qu
|
db95cce299
|
- enhancement: Shortcuts for the tree view in files panel.
|
2024-03-04 20:40:13 +08:00 |
Cyano Hao
|
e6c1ca8b60
|
Share version number among qmake, xmake and shell scripts (#233)
* share version number among qmake, xmake and shell scripts
* use symlink for xmake inclusion
|
2024-03-04 18:39:14 +08:00 |
Roy Qu
|
6b891a6626
|
basicly done
|
2024-03-04 18:36:46 +08:00 |
Roy Qu
|
2a18f3f47a
|
Refactor: All file has a syntaxer
|
2024-03-04 16:01:23 +08:00 |
Roy Qu
|
518ce3f31a
|
optimization for token color settings
|
2024-03-03 20:58:51 +08:00 |
Roy Qu
|
3f2a0b424a
|
- fix: "float" in #include "float.h" is wrong syntax colored.
- enhancement: Unify syntax color for #include header name
|
2024-03-03 20:33:29 +08:00 |