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
Roy Qu
c8cc88844a
fix: wrong color for #include underline
2024-03-03 19:25:53 +08:00
Roy Qu
43658bc873
optimize wave underline width
2024-03-03 18:55:02 +08:00
Roy Qu
8561a035ae
- enhancement: Unique look&feel for the underline shown while ctrl+mouse over #include line.
...
- enhancement: Better look&feel for the wave underline shown for syntax errors.
2024-03-03 18:42:45 +08:00
Roy Qu
64afb18dfd
Remove debian 13 in github build script
2024-03-03 17:49:41 +08:00
Roy Qu
e4f0c88e80
Update translations
...
Change the way to differentiate test and release version
2024-03-03 17:32:10 +08:00
Roy Qu
3a58e06ac1
Remove debian 10 / ubuntu 20.04 in builds
...
Remove debian sid in build temporarily.
2024-03-03 17:03:47 +08:00
Roy Qu
804ff6085e
- fix: Issue #230 Crash when input " in the txt files.
2024-03-03 12:31:24 +08:00
Roy Qu
907aa41a8e
fix: Error when drawing selection line of txt file.
2024-03-02 18:08:55 +08:00
Roy Qu
65c2a284d7
wrong indent fill for non-monospace font
2024-03-01 20:42:35 +08:00
Roy Qu
f0f79c2917
Wrong indent line position for non-monospace fonts.
2024-03-01 20:10:18 +08:00
Roy Qu
cb66c7f340
- fix: After spaces in comments and strings, symbol completion for '{' and '(' are wrong.
2024-03-01 19:30:37 +08:00
Roy Qu
25453e28eb
- change: Force use utf8 as the exec encoding for fmtlib in the auto link options page.
2024-03-01 18:51:23 +08:00
Roy Qu
b04c8b5309
- fix: Contents wider than the editor are not displayed.
2024-03-01 18:28:50 +08:00
Cyano Hao
9740537140
Update CI build ( #228 )
...
* do not fail fast in CI build
* update Windows XP Qt build for CI
2024-03-01 18:27:15 +08:00
Roy Qu
7f2eaeeaa4
update Contributors.md
2024-03-01 08:41:18 +08:00
Roy Qu
5e38f45a11
Update Contributors.md
2024-03-01 08:38:16 +08:00
Roy Qu
a40363b065
update
2024-03-01 08:36:29 +08:00
Roy Qu
e5d09a515c
minor update
2024-03-01 08:34:57 +08:00
Roy Qu
026a787ee5
- fix: Font style not applied when option "show spaces" is on.
...
Update Contributor info
2024-03-01 08:32:46 +08:00
MZZW
af11c6df32
修改了one dark配色中的空格字符的前景色,函数名加粗,对one dark主题配色做了些许调整 ( #227 )
2024-03-01 08:28:10 +08:00
West-Pavilion
af0e6ec803
Updated the Chinese translation for "Goto Page Start and Select" ( #226 )
...
This PR updates the Chinese translation for "Goto Page Start and Select" to accurately reflect the functionality of the feature.
本次PR更新了“Goto Page Start and Select”的中文翻译,以准确反映该功能的操作。
2024-03-01 08:27:48 +08:00
Roy Qu
3019f25fe3
update NEWS.md
2024-02-29 20:24:27 +08:00
Roy Qu
6d137b82bd
- fix: issue #215 (Caret may be drawn in the gutter.)
2024-02-29 20:23:30 +08:00
Roy Qu
d171d7bdf5
- fix: Selected lines doesn't draw line break glyphs.
2024-02-29 19:33:53 +08:00
Roy Qu
30ed2fac79
- fix: Fallback font doesn't apply before restart
...
- fix: first indent line doesn't show
= fix: Selection background not correctly drawn
2024-02-29 19:17:14 +08:00
Roy Qu
7c379509bf
- Enhancement: When '{' is inputted and there are contents selected, auto add line breaks and indents.
2024-02-29 13:36:46 +08:00
Roy Qu
ee488384a1
- fix: Wrong indent for the line after the pasted context.
...
- Enhancement: When '{' is inputted and there are contents selected, auto add line breaks and indents.
2024-02-29 13:28:19 +08:00
Roy Qu
a1387a7c2c
update NEWS.md
2024-02-29 09:55:49 +08:00
Roy Qu
6daddd1e5b
- fix: Can't show function tips for std::ios::sync_with_stdio.
2024-02-29 09:50:20 +08:00
Roy Qu
bbb3071d44
- fix: Insert line after comments may auto add an extra '*'.
2024-02-29 08:45:18 +08:00
Roy Qu
0f654bdf75
- enhancement: Beautify display for spaces and linebreaks.
2024-02-28 21:07:07 +08:00
Roy Qu
5eff32cee9
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2024-02-28 20:13:44 +08:00
Roy Qu
46f5191b89
fix: color for line break glyphs
2024-02-28 20:13:20 +08:00
Roy Qu
ca79bf6648
fix: tab glyphs not correctly displayed.
2024-02-28 20:02:11 +08:00
Cyano Hao
18318653d7
Move from command line to argv array ( #216 )
...
* command line -> argv array
* update function names
* update directory structure
---------
Co-authored-by: Roy Qu <royqh1979@gmail.com>
2024-02-28 19:41:05 +08:00
MZZW
85efc86cde
"添加One Dark主题" ( #225 )
2024-02-28 19:36:25 +08:00
Roy Qu
cbeb9322d4
minor change
2024-02-28 18:48:02 +08:00
Roy Qu
0a4acbec46
- fix: crash when input using input method in an empty file.
...
- optimize for ligature and force monospace both enabled.
2024-02-28 18:20:11 +08:00
Roy Qu
8b0c53dc69
minor change
2024-02-28 13:40:49 +08:00
Roy Qu
0bab75cfd6
enhancement: force fixed width
2024-02-28 11:51:02 +08:00
Roy Qu
f763cec8f4
- fix: Function argument infos are not correctly parsed.
2024-02-28 10:41:03 +08:00
Roy Qu
f7eacaa048
minor update
2024-02-28 09:41:20 +08:00
Roy Qu
2743e6f682
- fix: Parser: invalidating file may lost class inheritance infos.
2024-02-28 09:17:30 +08:00
Roy Qu
1728e953bf
- fix: Parser: invalidating file may break class inheritance infos.
2024-02-27 18:08:38 +08:00
Roy Qu
255e09de89
fix: Fallback font combos in the editor font options panel are not correctly inited.
...
fix: Ascii control chars font not correctly loaded when app start.
2024-02-27 14:46:55 +08:00
Roy Qu
bc0d55b1bb
- enhancement: Display ascii control chars.
2024-02-27 13:23:58 +08:00
Roy Qu
451e201881
enhancement: enable/disable fallback fonts
2024-02-27 13:05:38 +08:00
Roy Qu
45118f5251
fix: duplicate chars with paint lines
2024-02-27 10:18:37 +08:00