Roy Qu
8fb756da77
- enhancement: Size of icons in the completion popup changes with the editor font size.
2024-04-06 21:45:00 +08:00
Roy Qu
e98fb56f8d
- fix: Theme manager not correctly inited in options dialog / environment / appearance.
2024-04-06 18:36:35 +08:00
Roy Qu
17fddff91b
clean code
...
refactor: rename fileIncludes to fileInfo
2024-04-06 18:10:49 +08:00
Roy Qu
fd062e2f34
refactor: rename FileIncludes to ParsedFileInfo
2024-04-06 17:45:02 +08:00
Roy Qu
6b6c19574d
fix error in simplified chinese translation.
2024-04-06 11:07:15 +08:00
Roy Qu
f029de3048
- fixes #371 : Don't show completion suggestion for members of variable which type name has namespace alias;
2024-04-06 10:31:08 +08:00
Roy Qu
2cf8f2dcf5
- fix: can't jump to definition/declaration for symbols in using alias statement like "using ::printf".
2024-04-06 10:08:42 +08:00
Roy Qu
8c6cef0ad9
- fix: Compiler set options "Check for stack smashing attacks (-fstack-protector)" was not correctly applied when compiling.
2024-04-06 09:30:35 +08:00
Roy Qu
384396d196
clean codes
2024-04-06 04:05:00 +08:00
Roy Qu
762c27b860
fix: cppparser : #included files not correctly handled
...
refactor project options -> file page
2024-04-06 04:03:14 +08:00
Roy Qu
29ed064b91
fix: function tips not correctly displayed
2024-04-05 22:43:07 +08:00
Roy Qu
12153bf16a
refactor doFindNamespace
2024-04-05 21:40:40 +08:00
Roy Qu
16a3c0ad7a
fixes #330 : Don't show function prototype tip for function name that contains more than one namespace;
2024-04-05 21:38:18 +08:00
Roy Qu
c53a4ba910
fix: options not reset after project compiler set changed
2024-04-05 21:11:26 +08:00
Roy Qu
ccfb786f74
- fix: Project options -> file doesn't work.
2024-04-05 20:43:04 +08:00
Roy Qu
c17fd21b1c
fix: project options dialog not correctly inited.
2024-04-05 19:23:52 +08:00
Roy Qu
3ae25776b6
fix #331 Don't show function prototype tip for function name that contains namespace alias
2024-04-05 17:38:22 +08:00
Roy Qu
e2aacd2361
After search dialog is openned, auto set focus to the control for keyword.
2024-04-05 12:24:24 +08:00
Roy Qu
c64558e137
fix: auto remove matching " doesn't work.
2024-04-05 12:13:05 +08:00
Roy Qu
bd9d132159
refactor
2024-04-05 09:52:34 +08:00
Roy Qu
4b0772d994
refactor
2024-04-05 09:42:00 +08:00
Roy Qu
72481d7de8
optimize painter.
2024-04-04 23:12:12 +08:00
Roy Qu
3e1e4b0f01
fixes #369
...
- fix: Breakpoint condition expression that contains spaces doesn't work.
- enhancement: Double click on breakpoint table's condition cell to modify it.
2024-04-04 21:34:16 +08:00
Roy Qu
1fafd2c273
eliminate error message when start debug in lldb-mi
2024-04-03 17:25:34 +08:00
Roy Qu
d3f2cd1dc1
refactor: name project options
...
fix: chinese translation for project options
2024-04-03 16:50:19 +08:00
Roy Qu
648e555fc5
refactor: enum to enum class
2024-04-03 10:37:29 +08:00
Roy Qu
494a5c61e4
refactor: enum to enum class in qsynedit
2024-04-03 10:14:54 +08:00
Roy Qu
7fedf86d4e
fix for linux
2024-04-02 20:37:28 +08:00
Roy Qu
bae58f8ddf
fix: merge output of stdout and stderr
2024-04-02 19:38:44 +08:00
Roy Qu
bf245a7842
fix: can't execute bat file
2024-04-02 19:13:55 +08:00
Roy Qu
47c1fa21a0
minor changes
2024-04-02 17:25:54 +08:00
Roy Qu
24f88f8d35
minor fix
...
fix: can't edit custom tool items
update translations
add log info for tool output
2024-04-02 17:19:50 +08:00
Roy Qu
cbcd958ee3
refactor: Custom tool settings page
2024-04-02 16:55:51 +08:00
Roy Qu
bca4be08b2
work save
2024-04-02 14:32:52 +08:00
Roy Qu
775148eb43
eliminate warnings
2024-04-01 21:28:36 +08:00
Roy Qu
97a7a62fb1
update translations
2024-04-01 21:10:50 +08:00
Roy Qu
9b2d3a1bd0
- enhancement: Enhancement for custom tools.
2024-04-01 21:07:44 +08:00
Roy Qu
a0e3339bf7
prevent json file read error
2024-04-01 19:33:28 +08:00
Roy Qu
e10b5b1d39
- enhancement: Set shortcuts for tools menu item.
2024-04-01 19:25:14 +08:00
Roy Qu
6339b44d5f
turn off rainbow color in the cpu info dialog.
2024-04-01 17:12:49 +08:00
Roy Qu
95fff8bea7
Hide blend mode button when debug with lldb-mi
...
fix: Can't auto jump to the current line in the cpu info dialog when debug with lldb-mi
2024-04-01 16:59:19 +08:00
Roy Qu
c5b07ff321
skip extern template
2024-04-01 11:08:30 +08:00
Roy Qu
1372ac774f
- enhancement: Support "extern template" in parser.
2024-04-01 10:59:01 +08:00
Roy Qu
158945f8db
fix #358 : C++ source after ';' are treated as comments in cpu info window.
2024-03-31 21:27:02 +08:00
Roy Qu
8fc621829e
- enhancement: Make colors in code suggestion popup consistent with the editor.
...
- enhancement: Make colors in header suggestion popup consistent with the editor.
2024-03-31 20:43:37 +08:00
Roy Qu
e960d820f3
update default theme
2024-03-31 18:21:40 +08:00
Roy Qu
c1eb9a1a62
minor fix for astyle
2024-03-31 18:10:17 +08:00
Roy Qu
8eee3de831
- Change: Change background color for highlighted buttons in the default theme.
...
- enhancement: Make matched contents more obvious in the code suggestion popup.
- enhancement: Make matched contents more obvious in the header suggestion popup.
2024-03-31 17:23:16 +08:00
Roy Qu
a071057842
- Change: Change background color for highlighted buttons in the default theme.
2024-03-31 15:36:26 +08:00
Roy Qu
96fabfc92c
- Change: Background color for highlighted buttons in the default theme.
2024-03-31 11:20:01 +08:00