Cyano Hao
7a0514786b
launch Linux terminal in its own process ( #445 )
2024-06-02 19:01:11 +08:00
Roy Qu
1f6ef884e6
- enhancement: Support operator() overload.
2024-06-02 18:57:52 +08:00
Roy Qu
c83da8309c
- fix: Variables defined by using alias can't show completion info.
2024-06-02 17:53:31 +08:00
Roy Qu
b05f659860
print error message to std error
2024-06-02 09:48:44 +08:00
Roy Qu
b060ecc09e
refactor: intab() test
...
fix: toggle bookmarks in editors that not in tab shouldn't affect main window.
2024-05-31 08:05:18 +08:00
Roy Qu
3728cbed5e
- fix: All color scheme names are incorrectly displayed as bold, if the current one is a customed one.
2024-05-30 18:52:06 +08:00
Roy Qu
7ab49d7123
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2024-05-30 18:03:43 +08:00
Roy Qu
c3a9c1566d
- fix: All color scheme names are incorrectly displayed as bold, if the current one is a customed one.
2024-05-30 18:03:30 +08:00
Cyano Hao
14cf595af8
simplify compiler version check in about dialog ( #443 )
2024-05-29 16:31:28 +08:00
Cyano Hao
56488c9dbc
fix CI build ( #442 )
2024-05-29 16:30:17 +08:00
Roy Qu
7593f3fe64
refactor: make qmutex mutable
2024-05-28 19:01:18 +08:00
Roy Qu
7aa85611e3
- fix: Mingw32-make doesn't work correctly if there are bash in the path.
2024-05-28 17:12:31 +08:00
Roy Qu
87bbb23fa2
update windows package script
2024-05-28 15:06:23 +08:00
Ltabsyy
65784daefd
Adjust the demo text of editor color theme optiont page. ( #438 )
2024-05-28 14:55:12 +08:00
Roy Qu
a236c6f558
remove debug info
2024-05-28 12:23:31 +08:00
Roy Qu
66b0d34ff8
- enhancement: More elements in the demo of editor color theme optiont page.
2024-05-28 12:22:33 +08:00
Roy Qu
47eb9ebecf
- fix: Layout for function tips.
2024-05-28 11:11:19 +08:00
gaal-dev
312617728f
Fix debian-static build script ( #437 )
...
Co-authored-by: Andrey Gavrilin <agavrilin@kyriba.com>
2024-05-28 09:28:47 +08:00
Roy Qu
b489695639
synchornize Competitive Companion Thread stop.
2024-05-25 10:19:44 +08:00
Roy Qu
eb4b21e1f2
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2024-05-24 23:28:52 +08:00
Roy Qu
2a536f6d22
make CompetitiveCompanionThread really work.
2024-05-24 23:20:11 +08:00
Cyano Hao
30f7a119bc
fix alpine linux ci build ( #434 )
2024-05-24 22:47:24 +08:00
Roy Qu
a6da52980d
- enhancement: Handle problems info from competitive-companion in background thread.
...
- enhancement: Handle time/memory limits in problems info from competitive-companion in background thread.
- enhancement: When problems info from competitive-companion received, show tips in the status bar.
2024-05-24 17:53:39 +08:00
Yi Jianlong
1092ff970c
update the raygui examples due to the upgrade of raygui and raylib version ( #435 )
2024-05-24 16:10:17 +08:00
Roy Qu
904fe591cb
Add missing files.
2024-05-24 15:28:05 +08:00
Roy Qu
7e70607f27
Split competitivecompenionhandler from mainwindow
2024-05-22 11:18:39 +08:00
Roy Qu
5cbdd2bcda
update linux autolink config
2024-05-20 20:28:24 +08:00
Roy Qu
3ceb147e0c
fix: Visibility for the interrupt action is not correctly updated.
...
fix: Consistence for path seperators of config folders.
Enhancement: Auto create custom theme directory.
2024-05-20 16:56:38 +08:00
Roy Qu
fd38aa4160
- fix: Visibility for the interrupt action is not correctly updated.
2024-05-20 16:40:19 +08:00
Roy Qu
296bdfafeb
- enhancement: Support national flags emoji.
2024-05-18 17:40:39 +08:00
Roy Qu
0e3a1fdca9
- fix: In compiler options page, Can't save default stack size to 0MB.
2024-05-17 18:15:12 +08:00
Roy Qu
eeb57ca6fa
- fix: In compiler options page, Can't save default stack size to 0MB.
2024-05-17 18:12:11 +08:00
Roy Qu
fc68af7b0b
use Universal character names in string literals.
2024-05-17 16:58:29 +08:00
Roy Qu
ea707d1923
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2024-05-17 16:51:49 +08:00
Roy Qu
4e688a9136
- fix: Shouldn't warn "xxx.s is modifed" when "Generate assembly" is reran.
...
- fix: Shouldn't warn "Makefile is modifed" when "View Makefile" is reran.
2024-05-17 16:51:34 +08:00
Cyano Hao
01dffbe72e
update nt5 toolchain ( #428 )
2024-05-17 15:52:36 +08:00
Cyano Hao
00f911d5da
require UTF-8 code page to build with MSVC toolchain ( #427 )
2024-05-17 09:04:44 +08:00
Roy Qu
454dcbadcb
- optimization: use QString::constData() instead of QString::data() if possible
...
- fix: Can't correctly parse template parameters that contains "->", like "std::queue<std::function<auto()->void>>";
2024-05-14 21:19:42 +08:00
Roy Qu
f4d3ebc9bc
optimize: use constData() if possible
2024-05-14 20:26:32 +08:00
Cyano Hao
43e795e791
migrate QStringRef -> QStringView ( #425 )
2024-05-14 08:38:22 +08:00
Roy Qu
b8567f09cb
fix: Can't correctly select in column mode.
2024-05-12 12:34:00 +08:00
Roy Qu
bdace3fcf1
windows package script: support mingw32/mingw64 folder instead of archives.
2024-05-12 09:47:00 +08:00
Roy Qu
ddd4db60c4
fix: window installer script
2024-05-11 15:42:59 +08:00
Roy Qu
bd0cb06b61
update NEWS.md
2024-05-11 15:07:11 +08:00
Roy Qu
6d5aa242c9
change version to 3.1 alpha
2024-05-11 15:04:45 +08:00
Roy Qu
1c5248fe21
3.0 release
2024-05-11 15:02:00 +08:00
Roy Qu
5d328823e5
fix: gutter background is not configuarable
2024-05-11 10:31:43 +08:00
Roy Qu
86e10af5b6
fix: gutter line number font style shouldn't be customable.
2024-05-11 10:24:38 +08:00
Roy Qu
93aaca10cd
enhancement: Show full filepath in the tooltip of editor tab.
2024-05-11 10:19:44 +08:00
Cyano Hao
97cd0cb3fc
fix windows consolepauser GetErrorMessage ( #419 )
2024-05-11 08:00:10 +08:00