Roy Qu
83e2afb049
remove debug info
2024-03-28 15:30:10 +08:00
Roy Qu
40777386a9
fix #326 - enhancement: Suggest macro names after "#ifdef"/"#ifndef".
2024-03-26 13:18:00 +08:00
Roy Qu
bc19b58cd3
- change: Set focus to "find next" button when find/replace dialog is openned.
...
- change: Don't set focus to "close" button after searched in the find/replace dialog
- change: Set focus to "find" button when "find in files..." dialog is openned.
- enhancement: Correct tab orders for all setting pages/dialogs.
- enhancement: Shortcut key for buttons in find/replace and "find in files" dialogs.
2024-03-25 18:58:48 +08:00
Roy Qu
b2d88e27e0
enhancement: Auto check "only monospace font" when modify the first editor font.
2024-03-25 17:40:19 +08:00
Roy Qu
0339baf069
fixes #320 - fix: Display not correctly updated after select all in debug console.
2024-03-25 17:21:22 +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
a83ee3f16a
- Enhancement: Vertically scroll by pixel.
2024-03-22 21:56:04 +08:00
Roy Qu
dac9bb3899
fix or debug console history
2024-03-22 16:12:42 +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
aad4050c25
- enhancement: Show "std::function" in the completion list.
2024-03-22 09:23:49 +08:00
Roy Qu
6c454143cb
fix: font combo list display lots of blank lines after only show monospaced fonts.
2024-03-20 21:40:06 +08:00
Roy Qu
94f4587461
fix: Size of the font combo box in the font list editing dialog is too little.
2024-03-20 19:34:08 +08:00
Roy Qu
96c606c221
fix layout error
2024-03-20 19:28:03 +08:00
Roy Qu
852a451976
editor font list settings:
...
Items not editable.
Double click on a item to modify.
2024-03-17 11:41:40 +08:00
Cyano Hao
3e58c52046
Improve font list interaction ( #279 )
...
* add icons
* improve font list interaction
2024-03-17 11:18:09 +08:00
Roy Qu
365c15a874
- enhancement: Execute the last debug command in the debug console if ENTER pressed.
2024-03-14 11:21:42 +08:00
Roy Qu
fc27fac68e
- fixes #262 : Debugger console's background not correctly cleared before redrawn.
2024-03-14 09:02:08 +08:00
Roy Qu
46b0c4d894
fixes #264 : In the debugger console, Auto-wrapped lines can't be correctly selected.
2024-03-13 20:10:31 +08:00
Roy Qu
a946450014
code clean up
2024-03-13 19:19:10 +08:00
Cyano Hao
e67e329ef1
Use font list ( #269 )
...
* add icons
* place text vertically center in qsynedit
* use font list
2024-03-13 19:17:25 +08:00
Roy Qu
e2d5a18c3f
fix: font not correctly set in the cpuinfo window
2024-03-11 17:38:51 +08:00
Roy Qu
b359004f95
work save
2024-03-10 11:15:10 +08:00
Roy Qu
4567e11f43
fix: can't compile
2024-03-08 10:06:18 +08:00
Roy Qu
ddc46a72bc
Issue #193 - fix: Hint for bold text (<b></b>) are not correctly handled in the function tips.
2024-03-08 08:37:21 +08:00
Roy Qu
c742a8bb29
- enhancement: Issue #196 Support C++ using alias in syntax highlighting/code completion/function tips.
2024-03-07 21:35:53 +08:00
Roy Qu
7f2eaeeaa4
update Contributors.md
2024-03-01 08:41:18 +08:00
Roy Qu
e5d09a515c
minor update
2024-03-01 08:34:57 +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
0bab75cfd6
enhancement: force fixed width
2024-02-28 11:51:02 +08:00
Roy Qu
451e201881
enhancement: enable/disable fallback fonts
2024-02-27 13:05:38 +08:00
Roy Qu
dfd7075dfb
add more fall back fonts
2024-02-26 18:22:02 +08:00
Roy Qu
b57bbc34f9
Use fallback font instead of non-ascii font
2024-02-26 15:15:26 +08:00
Roy Qu
3eadbafe25
work save: support don't force fix-width
2024-02-23 17:51:38 +08:00
XY0797
fd202edaa8
feat: 实施增强的文件重命名以改善用户体验(issues#73) ( #205 )
...
* fix: Fixed a bug where newly created files would not automatically enter edit mode.
* feat: Implement enhanced file rename to improve user experience
* Update filenamedelegate.cpp
fix: Fix file name errors
* fix: Fixed an issue where the position was offset during file renaming under high DPI; enhancement: Improved the custom class file names and class names.
---------
Co-authored-by: xy <eq_software@foxmail.com>
2024-02-23 10:10:58 +08:00
Roy Qu
bb43e0e062
remove debug info
2024-01-19 16:29:40 +08:00
Roy Qu
26b57f04b7
fix: Line numbers for problem case input/output/expected texteditors are not vertically centered.
2024-01-19 16:23:41 +08:00
Roy Qu
2b581531db
Fix: system.json theme not correctly hidden in the initial dialog
2024-01-19 15:27:29 +08:00
Roy Qu
6715d197fe
Disable system.json choice in intial dialog
...
Update version to 2.26-beta1
2024-01-19 15:12:06 +08:00
Ltabsyy
0611f706ae
Update about themes ( #180 )
...
* Correct the English name of the MoLo theme
* Fine tune the Contrast theme
* Unified Theme Name Length
2024-01-18 17:06:12 +08:00
Cyano Hao
e2e5c46820
Add compiler hint interface for packager ( #175 )
...
* add compiler hint addon interface
* add architecture info in about dialog
* detect user install
* add qmake variable to control OpenConsole.exe preference
* enable asan/hwasan option on all platforms for cross toolchain
* fix lldb-server
* force to lldb-server when using lldb-mi
* add qt.conf for windows
* add windows domain installer with compiler hint
* add compiler hint for arch linux
* fix mainwindow actionInterrupt visibility
* update news
* update arch linux packaging
* update windows domain packaging
* allow parallel packaging in windows domain installer
* fix compiler set persistence in compiler hint interface
2024-01-18 16:14:36 +08:00
Cyano Hao
2e96a21f6f
Improve compiler check in about dialog ( #167 )
...
* improve compiler check in about dialog
* fix typo
2023-12-22 18:05:09 +08:00
Cyano Hao
1394e6c135
Add Lua-based theme add-ons ( #165 )
...
* import Lua 5.4.6 as subproject
* Lua-based theme
* Lua theme showcase - random light
* add “Inky dark” (墨落) theme
* add copyright notice
* add feature flag for Lua-based add-on
2023-12-22 18:03:29 +08:00
Roy Qu
8cdc678d38
SDCC feature can be disabled
2023-12-17 13:53:22 +08:00
Roy Qu
a76729e90a
- Enhancement: Better contrast for scroller slider in dark theme.
2023-12-16 17:56:24 +08:00
Roy Qu
ce678c64e8
- Enhancement: Better type induction for auto in foreach loop of maps.
2023-11-26 16:30:22 +08:00
Roy Qu
4a8b3e1896
- fix: Line numbers for problem case input/output/expected texteditors are not vertically centered.
2023-11-06 20:58:18 +08:00
Roy Qu
aa12dcc4d1
- fix: Crash if #include a non-exist header file in the source.
2023-11-05 21:00:52 +08:00
Roy Qu
b449085870
- enhancement: Hide symbols that contains "<>" in code suggestions.
2023-10-27 20:28:41 +08:00
Roy Qu
30cabe2faa
- enhancement: Parse files that contains C++ 20 'concept' keyword. (No code suggesion for concepts now)
...
- enhancement: Parse files that contains C++ 20 'requires' keyword.
- fix: Code suggestions in namespace.
- enhancement: Code suggestions for namespace alias.
- fix: Correctly handle statements like 'using xxx::operator()'.
2023-10-22 13:19:03 +08:00