Commit Graph

  • 6d5aa242c9 change version to 3.1 alpha Roy Qu 2024-05-11 15:04:45 +0800
  • 1c5248fe21 3.0 release Roy Qu 2024-05-11 15:02:00 +0800
  • 5d328823e5 fix: gutter background is not configuarable Roy Qu 2024-05-11 10:31:43 +0800
  • 86e10af5b6 fix: gutter line number font style shouldn't be customable. Roy Qu 2024-05-11 10:24:38 +0800
  • 93aaca10cd enhancement: Show full filepath in the tooltip of editor tab. Roy Qu 2024-05-11 10:19:44 +0800
  • 97cd0cb3fc
    fix windows consolepauser GetErrorMessage (#419) Cyano Hao 2024-05-11 08:00:10 +0800
  • b69f234840
    disable job control in console pauser before windows xp (#420) Cyano Hao 2024-05-10 17:55:48 +0800
  • e67a9992c2
    Migrate deprecated APIs (#418) Cyano Hao 2024-05-10 17:31:10 +0800
  • 2e5e68d50d fix: compile error Roy Qu 2024-05-09 21:53:12 +0800
  • 891d29f011 Pause the console pauser before exiting, when there's some wrong in program execution. Roy Qu 2024-05-09 21:31:22 +0800
  • 1a59e3190b remove not use functions Roy Qu 2024-05-09 21:11:31 +0800
  • cc359651ef
    fix unexpected "int -> QChar -> QString" conversion (#417) Cyano Hao 2024-05-09 21:09:57 +0800
  • d6c739d72e
    update nt 5 build script (#416) Cyano Hao 2024-05-09 21:08:28 +0800
  • d621920beb
    check whether nt in windows installer (#415) Cyano Hao 2024-05-09 21:07:42 +0800
  • 2fc9b51053
    Fix CI build (#414) Cyano Hao 2024-05-09 16:14:47 +0800
  • eca9d2ecbf - fix: Can't compile / run assembly files in gcc 13/14 . Roy Qu 2024-05-08 11:48:55 +0800
  • 73d0ded92f update NEWS.md Roy Qu 2024-05-08 11:10:33 +0800
  • d21de624ea - enhancement: New menu item "Code completion". Roy Qu 2024-05-08 10:27:00 +0800
  • 4eecf263b5 update chinese website address Roy Qu 2024-05-08 09:56:00 +0800
  • 7b0b0587cd optimize the speed for editing big source file Roy Qu 2024-05-07 20:54:40 +0800
  • 30e7751abf optimize editing Roy Qu 2024-05-07 16:20:47 +0800
  • e29b7c0148 Don't update line width in background. Roy Qu 2024-05-07 16:00:33 +0800
  • 89e2c330e3 optimize: don't invalidate all line width after each parsing. Roy Qu 2024-05-07 15:15:02 +0800
  • 8fef396baa update max line width in background Roy Qu 2024-05-07 14:41:04 +0800
  • 8faa2c0aa6 optimization: don't recalculate glyph positions in selected lines. Roy Qu 2024-05-07 12:18:13 +0800
  • 311fe880bb stack size doesn't work in linux Roy Qu 2024-05-05 16:11:34 +0800
  • cd65ecd74a - fix: Fail to evaluate expressions if macro can't be expanded. Roy Qu 2024-05-05 16:01:29 +0800
  • b3ca4f5d38 update translation Roy Qu 2024-05-05 13:06:14 +0800
  • 29e5541477 fix: can't toggle bookmark when mouse is at end of the line Roy Qu 2024-05-05 12:59:49 +0800
  • e6b57b79c0 update mainwindow size Roy Qu 2024-05-05 10:33:18 +0800
  • eac49a90f0 - fix: The memory usage displayed after program execution is wrong. - enhancement: New compiler option "stack size" in the link subpage. - change: Set "Ctrl+G" as the shortcut for "Goto page..." - change: Set "Ctrl+B" as the shortcut for "Toggle Bookmark" Roy Qu 2024-05-05 10:24:36 +0800
  • 996dbc7055 change shortcuts Roy Qu 2024-05-04 21:58:02 +0800
  • c19ca5e362 add infrastructure for number compiler options Roy Qu 2024-05-04 21:03:40 +0800
  • ce97272fc0 fix: Crash when has source line like "std::cout << (3+4*4>5*(4+3)-1 && (4-3>5)) <<std::endl;". Roy Qu 2024-05-04 12:33:35 +0800
  • 49049b0884 refactor: structural binding Roy Qu 2024-05-04 10:31:15 +0800
  • ae8e8fdaa6
    add astyle to windows llvm build script (#411) Cyano Hao 2024-05-04 10:14:08 +0800
  • 4bd3829484 fix: Correctly parsing array defines. Roy Qu 2024-05-03 21:00:38 +0800
  • ebeea19794 - enhancement: support C++ 17 structured binding in stl map containers foreach loop. Roy Qu 2024-05-03 10:39:44 +0800
  • 131941801d simplify implementation Roy Qu 2024-05-03 08:48:58 +0800
  • 68209fe619 fix: project not correctly reparsed after rename unit. Roy Qu 2024-05-03 08:38:54 +0800
  • c5cd30eb2a fix: compile error Roy Qu 2024-05-03 08:38:00 +0800
  • 1eb804ab0e fix: (UB) get shared ptr from raw pointer Roy Qu 2024-05-03 07:50:05 +0800
  • 2b029bc4cb update NEWS.md Roy Qu 2024-05-02 17:10:52 +0800
  • 0b56b6383f fix #408: In options -> code format -> Program, Choose astyle path button doesn't work. Roy Qu 2024-05-02 17:02:55 +0800
  • 67b2ec1bc7 - fix: Current editor wouldn't get parsed, when it's switched from another editor being parsed. - enhancement: Support macro in #include preprocessing statements. (Issue #497) Roy Qu 2024-05-02 16:58:01 +0800
  • e9f7d42aa6 fix: export error Roy Qu 2024-04-29 13:37:04 +0800
  • 6359000c85
    update docs (#404) Cyano Hao 2024-04-28 16:47:35 +0800
  • 63da91028b
    update Windows XP CI test (#403) Cyano Hao 2024-04-28 16:46:59 +0800
  • fb13af8edf
    fix per-user context in windows installer script (#402) Cyano Hao 2024-04-28 16:46:33 +0800
  • 8b80e2a77d
    remove pre-Qt 5.15 stuff (#405) Cyano Hao 2024-04-28 16:46:01 +0800
  • 85384f6809
    update build script for Windows XP (#401) Cyano Hao 2024-04-28 11:58:39 +0800
  • ec6222ddb8
    add ucrt support to windows build script (#399) Cyano Hao 2024-04-27 21:55:09 +0800
  • 9ef7d45640 Auto set "remove superfluous empty lines" spinbox enable state with the checkbox Roy Qu 2024-04-27 12:21:23 +0800
  • ad6873614b
    Update Linux build scripts (#397) Cyano Hao 2024-04-27 10:22:53 +0800
  • f51ca9009e - enhancement: New code format option: "Remove superfluous empty lines exceeding" - enhancement: New code format option: "Remove superfluous spaces" - change: Remove code format option: "Delete continuous empty lines" Roy Qu 2024-04-27 10:21:40 +0800
  • fa7dc26e2c remove options "Delete multiple empty lines" Roy Qu 2024-04-26 14:54:50 +0800
  • 87e39c6564 fix: error in changeFileExt Roy Qu 2024-04-25 21:47:19 +0800
  • 60c3bcc1c2 Merge branch 'master' of github.com:royqh1979/RedPanda-CPP Roy Qu 2024-04-25 18:49:58 +0800
  • 533783ad30 minor change Roy Qu 2024-04-25 18:49:43 +0800
  • 8048ef1d36 old version compatibility Roy Qu 2024-04-25 17:39:17 +0800
  • 4ebacc9e3e
    use Arch Linux-style git repo management in windows build script (#396) Cyano Hao 2024-04-25 17:21:05 +0800
  • 3caf54ff34 don't rebuild astyle each time Roy Qu 2024-04-25 17:07:43 +0800
  • aaee5b9eb3
    Add color scheme MoLo Mia (#394) Ltabsyy 2024-04-25 16:30:41 +0800
  • ff23e8c859
    prefer Lucida Console font on Windows XP (#395) Cyano Hao 2024-04-25 16:30:23 +0800
  • 7df90b0d5d remove astyle sourcetree Roy Qu 2024-04-25 16:29:27 +0800
  • 055f08e647 update version to 3.0rc2 Roy Qu 2024-04-25 10:52:09 +0800
  • f3b36985ff fix: unify path delimiter in output Roy Qu 2024-04-25 10:10:13 +0800
  • 30693baa9e
    fix feature sdcc=n (#393) Cyano Hao 2024-04-24 12:02:10 +0800
  • 334be5b76a
    limit config appDir substitution to portable app only (#391) Cyano Hao 2024-04-24 12:01:15 +0800
  • 5e9d9504d2
    make `isGreenEdition` constexpr on Unix (#392) Cyano Hao 2024-04-24 12:00:26 +0800
  • 4797e53b61 update: only define functions in class/namespace/global scopes. update: add remove custom theme button Roy Qu 2024-04-24 10:26:55 +0800
  • 565e7914f8 fix: current top line changed after change font size. Roy Qu 2024-04-23 17:51:30 +0800
  • 198ff102ac - enhancement: Improve how to manage themes in Options → general → appearance. Roy Qu 2024-04-23 17:21:32 +0800
  • d3db8e2b4d Generate a customized copy for theme Roy Qu 2024-04-23 14:03:48 +0800
  • 96c4e95172 - fix #388: Temp object + member function call is wrongly parsed as constructor. Roy Qu 2024-04-23 13:31:05 +0800
  • 3887b9387d enhancement: Support lambda expression without a parameter list. Roy Qu 2024-04-23 13:05:54 +0800
  • f59462025f minor code clean Roy Qu 2024-04-17 21:01:27 +0800
  • c90f0bc313
    Add support for weston-terminal (#384) Cyano Hao 2024-04-17 12:49:37 +0800
  • 5fce5cead7
    update theme category indicator (#387) Cyano Hao 2024-04-17 12:48:47 +0800
  • 9650393db7
    unify custom and built-in, lua and json themes (#386) Cyano Hao 2024-04-16 20:46:17 +0800
  • 6658d14ea0 remove outdated color scheme Roy Qu 2024-04-16 20:05:24 +0800
  • 0867947c70 - fix: In sdcc project, parser are not correctly inited as sdcc parser. Roy Qu 2024-04-15 22:24:57 +0800
  • d8b467b867 - fix: In sdcc project, sdcc keywords are not in completion suggest list. Roy Qu 2024-04-15 22:17:16 +0800
  • 8c889a3a1b refactor: painter for qsyneditor : member Namespace Spaces in disabled lines use the same color as in other places. Roy Qu 2024-04-15 21:25:07 +0800
  • ae535a0f1b update custom font Roy Qu 2024-04-15 20:45:41 +0800
  • d6e0e07943 - fix: Name of the macro for project private resource header is not correct. Roy Qu 2024-04-15 19:10:09 +0800
  • aca3ce8b24 - change: Don't generate project resource files for sdcc project. Roy Qu 2024-04-15 16:55:10 +0800
  • a485dac4cd Merge branch 'master' of github.com:royqh1979/RedPanda-CPP Roy Qu 2024-04-15 16:40:00 +0800
  • 45f4047d82 use custom font to display line breaks Roy Qu 2024-04-15 16:39:49 +0800
  • 0662c59e91 fix: line break not correctly displayed. Roy Qu 2024-04-15 10:56:18 +0800
  • 92273a30bb Merge branch 'master' of github.com:royqh1979/RedPanda-CPP Roy Qu 2024-04-14 21:51:46 +0800
  • e184466fda fix: options not correctly inited when project compiler set changed. Roy Qu 2024-04-14 21:51:28 +0800
  • e78799f561 fix: -stack-protect default to Normal Roy Qu 2024-04-14 21:37:44 +0800
  • 5a7589aeb1 - fix: project options -> compiler set -> static link & auto convert charset options not correctly loaded. Roy Qu 2024-04-14 21:24:21 +0800
  • 2b159eac47 fix debian update-version script info Roy Qu 2024-04-14 18:33:02 +0800
  • 481ad66881 update default theme lua script Roy Qu 2024-04-14 18:29:37 +0800
  • 081d37e21f redirect 2>&1 Roy Qu 2024-04-14 12:27:01 +0800
  • 44802c6315 windows installer: Template -> template - sdcc project compiler: compile source file in subfolders. Roy Qu 2024-04-14 12:23:31 +0800
  • 697bdca255
    sdcc makefile生成优化 (#377) zw9629 2024-04-14 12:13:39 +0800
  • c6c7d92e1c - enhancement: Auto type induction for "std::make_shared"/"std::make_unique" Roy Qu 2024-04-14 10:17:17 +0800