Roy Qu
|
9964551ed6
|
fix: "natrual" option in mouse scroll direction not correctly checked.
|
2024-03-20 16:01:34 +08:00 |
Roy Qu
|
5003c412f7
|
- enhancement: "Mouse scroll direction" option in Options / Editor / General
- change: Invert scroll direction in horizontal, like in vertical.
|
2024-03-20 15:55:22 +08:00 |
Roy Qu
|
63db2e5179
|
fix #284 : selection not correctly displayed.
|
2024-03-20 12:33:36 +08:00 |
Roy Qu
|
22b8ee814e
|
fix: crash when load c/c++ files
|
2024-03-20 10:17:10 +08:00 |
Roy Qu
|
7593f99c58
|
fix #280 : Using aliased functions are not correctly processed.
|
2024-03-19 21:22:46 +08:00 |
Roy Qu
|
4e2053fb56
|
fix: crash when set breakpoints in an empty C/C++ file
|
2024-03-19 20:20:11 +08:00 |
Cyano Hao
|
5be546e97f
|
fix custom link options parsing (#291)
|
2024-03-19 20:09:47 +08:00 |
Roy Qu
|
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.
|
2024-03-18 21:37:54 +08:00 |
MZZW
|
f43183f56e
|
"one dark主题细节优化" (#288)
|
2024-03-18 21:04:27 +08:00 |
Roy Qu
|
e7129241e9
|
fixes #281: Wrong syntax highlighting for #include lines that contains multiple '>' chars.
|
2024-03-17 21:49:06 +08:00 |
Roy Qu
|
852a451976
|
editor font list settings:
Items not editable.
Double click on a item to modify.
|
2024-03-17 11:41:40 +08:00 |
Cyano Hao
|
3e58c52046
|
Improve font list interaction (#279)
* add icons
* improve font list interaction
|
2024-03-17 11:18:09 +08:00 |
Roy Qu
|
fa1828e225
|
- enhancement: Folding button scales with editor font.
|
2024-03-14 20:35:26 +08:00 |
Roy Qu
|
46b273a88d
|
- enhancement: Folding button scales with editor font.
|
2024-03-14 20:06:45 +08:00 |
Roy Qu
|
a3e6d111f8
|
fix: async refreshing not correctly started in lldb-server
|
2024-03-14 16:39:13 +08:00 |
Roy Qu
|
ba9bbca010
|
- change: When debugging, don't auto set focus to the editor.
|
2024-03-14 13:03:06 +08:00 |
Roy Qu
|
4810992ed3
|
minor change: format for the message in status bar
|
2024-03-14 12:29:20 +08:00 |
Roy Qu
|
365c15a874
|
- enhancement: Execute the last debug command in the debug console if ENTER pressed.
|
2024-03-14 11:21:42 +08:00 |
Roy Qu
|
86dac40057
|
update translations
|
2024-03-14 10:11:19 +08:00 |
Roy Qu
|
b754e7a3c0
|
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
|
2024-03-14 10:06:23 +08:00 |
Cyano Hao
|
051fcfafa5
|
use relative locations in translations to avoid further merge conflict (#275)
|
2024-03-14 10:05:57 +08:00 |
Roy Qu
|
1ccd28e65e
|
enhancement: display column info if force fixed font width is turned on
|
2024-03-14 09:58:57 +08:00 |
Roy Qu
|
70905fd997
|
update NEWS.md
|
2024-03-14 09:33:50 +08:00 |
Roy Qu
|
15a55fe69a
|
C standard conformance
|
2024-03-14 09:32:45 +08:00 |
Roy Qu
|
a5f7b02324
|
- enhancement: Make output in the debugger console cleaner.
|
2024-03-14 09:23:04 +08:00 |
Roy Qu
|
fc27fac68e
|
- fixes #262: Debugger console's background not correctly cleared before redrawn.
|
2024-03-14 09:02:08 +08:00 |
Cyano Hao
|
b5e63e3719
|
update xmake.lua (#274)
|
2024-03-14 08:27:57 +08:00 |
Roy Qu
|
f91c2bb188
|
- enhancement: Auto choose a better font for theme choosing dialog in the first run.
|
2024-03-13 20:57:56 +08:00 |
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
|
19eeb5a1f8
|
fix: wrong selection contents retrieved in column editing mode.
|
2024-03-13 17:03:32 +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
|
904d0e29b1
|
update README.md
|
2024-03-12 20:35:21 +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 |