Roy Qu
741b814e1d
fixes #315 : foreach not correcly handled.
2024-03-24 17:07:53 +08:00
Roy Qu
27e28e4388
fix: paint error
2024-03-24 14:29:13 +08:00
Roy Qu
3c9ac38913
drag&drop tweak
2024-03-24 12:23:58 +08:00
Roy Qu
2873cb8785
ensure top pos aligns with line height after drop
2024-03-24 12:21:49 +08:00
Roy Qu
9fc276325e
ensure top pos aligns with line height after mouse drag.
2024-03-24 12:19:21 +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
2cad9262c9
speed out selection count calculation
2024-03-24 09:56:37 +08:00
Roy Qu
5e10d0b4db
clean up
2024-03-24 09:39:31 +08:00
Roy Qu
5a60d4a855
clean up
2024-03-24 09:09:53 +08:00
Roy Qu
33a47a5361
remove nouse code
2024-03-24 09:09:22 +08:00
Roy Qu
e9d95a4682
refactor: qsynedit remove no use code
2024-03-24 09:08:56 +08:00
Roy Qu
e1b716200d
fix: indent line pos
...
change: align text with editor up-side when moving caret
2024-03-24 00:15:02 +08:00
Roy Qu
2dd570cb08
tweak editor display
2024-03-23 23:39:51 +08:00
Roy Qu
31aee0cfcc
tweak caret movement
2024-03-23 21:58:45 +08:00
Roy Qu
4f637481e4
update NEWS.md
2024-03-23 18:42:11 +08:00
Roy Qu
272431e96b
add "inline" as type qualifier
2024-03-23 18:41:55 +08:00
Roy Qu
e249da82ff
code cleanup
2024-03-23 18:14:52 +08:00
Roy Qu
67f9cbe6ee
fix: scroll to last line
2024-03-23 17:49:13 +08:00
Roy Qu
79274d786a
tweak displays
2024-03-23 10:24:59 +08:00
Roy Qu
b485e18e04
fix: lambda expression capture support
2024-03-23 09:13:07 +08:00
Roy Qu
09a61c4c32
support lambda expression captures.
2024-03-23 09:03:20 +08:00
Roy Qu
d63aa1a58f
tweak displays
2024-03-23 08:10:50 +08:00
Roy Qu
8a5102172e
fix: Page Up scroll error
2024-03-22 23:17:20 +08:00
Roy Qu
bf9e56367e
tweak selection display
2024-03-22 22:58:28 +08:00
Roy Qu
51a05e1bc6
fix: vertical selection speed
2024-03-22 22:43:21 +08:00
Roy Qu
7c29f4a964
work save
2024-03-22 22:01:29 +08:00
Roy Qu
a83ee3f16a
- Enhancement: Vertically scroll by pixel.
2024-03-22 21:56:04 +08:00
Roy Qu
8307f1b38f
- enhancement: Restore line position after file is modified outside and reloaded.
2024-03-22 20:32:48 +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
0782994f95
fix : menu items for editors are disabled.
2024-03-22 19:37:13 +08:00
Roy Qu
325f3ca5ce
remove debug info
2024-03-22 19:24:59 +08:00
Roy Qu
517fdbdecc
- enhancement: Improve lambda support.
2024-03-22 18:56:02 +08:00
Roy Qu
470bd9cee0
work save
2024-03-22 18:43:01 +08:00
Roy Qu
e5a23b7686
cppparser refactors
2024-03-22 17:54:08 +08:00
Roy Qu
dac9bb3899
fix or debug console history
2024-03-22 16:12:42 +08:00
West-Pavilion
421a227d05
update the C++20 keyword "co_await" from "co_wait" ( #299 )
...
* Updated the Chinese translation for "Goto Page Start and Select"
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”的中文翻译,以准确反映该功能的操作。
* update the C++20 keyword "co_await" from "co_wait"
The C++20 introduced a new keyword "co_await", however there is a tiny typo wrong("co_wait") in the current version of RedPanda-CPP. This PR is aimed to correct it.
2024-03-22 15:44:04 +08:00
Roy Qu
cef356a184
- fix #277 : History not correctly loaded with up/down arrow key in the debug console.
2024-03-22 15:43:03 +08:00
Roy Qu
72cd79eef5
- enhancement: Improvement in italic font support.
2024-03-22 11:12:06 +08:00
Roy Qu
3b85e8bec0
remove debug info
2024-03-22 09:37:54 +08:00
Roy Qu
aad4050c25
- enhancement: Show "std::function" in the completion list.
2024-03-22 09:23:49 +08:00
Roy Qu
ce45cae6ed
tweak wave underline
2024-03-21 22:23:07 +08:00
Roy Qu
e72b780dc3
- enhancement: Syntax highlighting for c++ attributes.
...
fix: mingw build errors
2024-03-21 21:28:12 +08:00
Roy Qu
86cc3e170e
update NEWS.md
2024-03-21 20:45:31 +08:00
Roy Qu
172c66c6dc
fix #296 - enhancement: Type induction for "auto &&" vars.
2024-03-21 20:04:02 +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
5b328f1e1a
- fix: Option 'Pause after run in console' for tools doesn't work.
2024-03-21 17:54:58 +08:00
Roy Qu
5b77c6f3fb
fix: encoding menu popup doesn't work
2024-03-21 17:41:55 +08:00
Roy Qu
d859894105
fix #290 : Auto type induction for expression contains '[]' are not correct.
2024-03-21 16:55:32 +08:00
Roy Qu
c68eea9463
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
...
# Conflicts:
# NEWS.md
2024-03-21 16:19:05 +08:00
Roy Qu
c407c27a7a
- fix: Can't correctly retrieve function parameters type.
2024-03-21 16:18:14 +08:00