Roy Qu
|
d8b467b867
|
- fix: In sdcc project, sdcc keywords are not in completion suggest list.
|
2024-04-15 22:17:16 +08:00 |
Roy Qu
|
8c889a3a1b
|
refactor: painter for qsyneditor : member Namespace
Spaces in disabled lines use the same color as in other places.
|
2024-04-15 21:25:07 +08:00 |
Roy Qu
|
89f8d9ae21
|
- fix: Positions of current matching parenthesis not correctly updated.
|
2024-04-13 18:01:32 +08:00 |
Roy Qu
|
e3145d680f
|
- fix: Shouldn't consider preceeding '&'/'*' when popping completion suggest list for variable members.
|
2024-04-13 10:39:55 +08:00 |
Roy Qu
|
039ec299a6
|
revert: turn off font hinting
|
2024-04-12 20:43:47 +08:00 |
Roy Qu
|
308cbb3ee8
|
- change: Turn off font hinting.
|
2024-04-12 20:18:06 +08:00 |
Cyano Hao
|
6388e3ae23
|
fix windows xp build (#379)
|
2024-04-12 12:57:40 +08:00 |
Roy Qu
|
306e1b6bc4
|
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
|
2024-04-11 18:59:37 +08:00 |
Roy Qu
|
57c4b4d646
|
- enhancement: Function tip's width changes with editor width.
- fix: '<' / '>' not shown in function tips.
|
2024-04-10 21:43:28 +08:00 |
Roy Qu
|
1f1d79c094
|
optimize QHash/QMap iterations
|
2024-04-09 20:18:10 +08:00 |
Roy Qu
|
37c7405311
|
refactor: openInclude
|
2024-04-09 19:39:35 +08:00 |
Roy Qu
|
04c7f3b5d5
|
- change: Remove "limit for copy" and "limit for undo" options.
|
2024-04-07 21:33:08 +08:00 |
Roy Qu
|
c5bdecca17
|
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
|
2024-04-07 16:56:13 +08:00 |
Roy Qu
|
535ab60027
|
fix: In color theme, background of local var/global bar/function etc doesn't work.
|
2024-04-07 16:55:58 +08:00 |
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
|
17fddff91b
|
clean code
refactor: rename fileIncludes to fileInfo
|
2024-04-06 18:10:49 +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
|
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
|
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
|
9b2d3a1bd0
|
- enhancement: Enhancement for custom tools.
|
2024-04-01 21:07:44 +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
|
5e1becc2e4
|
work save: rename in file system view
|
2024-03-30 13:21:33 +08:00 |
Roy Qu
|
d76ef859c5
|
fix: can't show info tips if the first line contains errors
|
2024-03-30 10:56:18 +08:00 |
Roy Qu
|
3a098349bc
|
work save
|
2024-03-30 09:24:34 +08:00 |
Roy Qu
|
63235f823d
|
change: Caret on word in string/comment don't highlight it.
|
2024-03-29 21:04:40 +08:00 |
Roy Qu
|
71b869b186
|
fix: scroller not correctly updated with font size
change: reduce pen size of wave underline
|
2024-03-28 20:23:50 +08:00 |
Roy Qu
|
23c3644871
|
- enhancement: Highlight words in the string/comments.
|
2024-03-28 18:25:36 +08:00 |
Roy Qu
|
e58adc94ff
|
- fix: Compile info for project doesn't have name of the project executable.
- fix: Select a word in string / comment doesn't highlight other words in the file
|
2024-03-28 10:16:28 +08:00 |
Roy Qu
|
f88898ae1e
|
- enhancement: Adjust function tip pos to prevent it from run outside the right window edge.
|
2024-03-27 11:32:56 +08:00 |
Roy Qu
|
2bffb46bda
|
clean up
|
2024-03-26 18:01:39 +08:00 |
Roy Qu
|
df992c5cbc
|
- fix: Remove duplicated macro defines make it's lost in the parse result.
- fix: An undefined macro is still missing the the parse result after #undef is removed.
|
2024-03-26 16:33:22 +08:00 |
Roy Qu
|
5976ef95ea
|
- fix: In split screen mode, editor on the right can't be correctly found by commands.
|
2024-03-26 13:58:14 +08:00 |
Roy Qu
|
40777386a9
|
fix #326 - enhancement: Suggest macro names after "#ifdef"/"#ifndef".
|
2024-03-26 13:18:00 +08:00 |
Roy Qu
|
730bed9587
|
fix #313 : Caret on '(' / ',' in string/comment/char may invoke function tips.
|
2024-03-24 18:27:40 +08:00 |
Roy Qu
|
3be7a72fb9
|
- fix: Caret on '('/',' in string shouldn't invoke function info tips.
|
2024-03-24 10:41:03 +08:00 |
Roy Qu
|
272431e96b
|
add "inline" as type qualifier
|
2024-03-23 18:41:55 +08:00 |
Roy Qu
|
79274d786a
|
tweak displays
|
2024-03-23 10:24:59 +08:00 |
Roy Qu
|
a83ee3f16a
|
- Enhancement: Vertically scroll by pixel.
|
2024-03-22 21:56:04 +08:00 |
Roy Qu
|
e291a2e2fb
|
fix #300 - enhancement: Show type completion hint after "constexpr"/"extern"/"static"/"consteval"/"constinit"/"const"/"volatile" etc.
|
2024-03-22 19:53:09 +08:00 |
Roy Qu
|
325f3ca5ce
|
remove debug info
|
2024-03-22 19:24:59 +08:00 |
Roy Qu
|
1ae60fa7ed
|
fix #297 : Filename that contains '&' doesn't correctly displayed in the editor tab.
|
2024-03-21 20:00:34 +08:00 |
Roy Qu
|
5b77c6f3fb
|
fix: encoding menu popup doesn't work
|
2024-03-21 17:41:55 +08:00 |
Roy Qu
|
92407fc767
|
fix #286 : Show type completion info after 'const' and 'volatile'
|
2024-03-20 20:35:47 +08:00 |
Roy Qu
|
4da95ebf0a
|
remove nouse editor options
|
2024-03-20 16:44:20 +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 |