Commit Graph

995 Commits

Author SHA1 Message Date
Lu Zhen 27eee96561 fix: [extension] display issue
Log:
Change-Id: Iff2a6137d0da5396eb290965d9f7b9e480ddd89a
2024-04-03 16:22:55 +08:00
ZHANGTINGAN 02c05fb0ca fix: [debugger] can not load pretty printer
can not load pretty printer
2024-04-03 15:35:24 +08:00
ZHANGTINGAN 4b32b8f9b4 fix: [cmake] crash when open project
crash when open project
2024-04-03 15:35:24 +08:00
Lu Zhen 6cd3e490b1 fix: [extension] auto zoom web view
Log:
Change-Id: Ib1755c34dfd394675631d76371c663697ba709d7
2024-04-03 14:55:21 +08:00
Lu Zhen 54e629ac06 fix: [extension] modify description in meta json
Log:
Change-Id: Ia1d23e80c9165d843caae60b3f22459317e1be39
2024-04-03 14:05:22 +08:00
ZHANGTINGAN 08e0b9cf32 feat: [pluginmanager] ui adjustment
ui adjustment
2024-04-03 13:46:48 +08:00
Lu Zhen 9005736ed8 fix: [cxx] project tree repeat when multi-configure
Log:
Change-Id: Ic940d84c1ddacd3c2ff9ca416c8b385066b34b87
2024-04-03 13:27:32 +08:00
Lu Zhen d2401318e0 fix: miss DPaletteHelper modified
Log:
Change-Id: I3731803a787b46674d4869d115a302ebc54ba900
2024-04-03 09:50:59 +08:00
Lu Zhen d8dfe53d65 fix: build failed
Log:
Change-Id: Iae8274571eb4a8f8f17a878f428b09ff66f1e4e1
2024-04-02 18:21:34 +08:00
Lu Zhen 65cf3b843f fix: build failed on low version
Log:
Change-Id: I66010ba21e6945306d94608a69d6580f0e0d58ee
2024-04-02 18:06:27 +08:00
liuzhangjian 46e43396e7 fix: Fixed a compilation failure issue
as title

Log: Fixed a compilation failure issue
2024-04-02 17:39:36 +08:00
ZHANGTINGAN 255ca5c87e fix: issue of build
issue of build
2024-04-02 17:39:12 +08:00
Lu Zhen 7f209987f2 tag: update to 1.2.16
Log:
Change-Id: Ic6b305e7c62ff4efa5c1908c6e29a9c18bce42b6
2024-04-02 17:02:09 +08:00
liuzhangjian 2475f7dd03 feat: [editor] Add blank page display content
as title

Log: Add blank page display content
2024-04-02 16:23:29 +08:00
ZHANGTINGAN 9a73bb38df fix: [python] incorrect python version
incorrect python version
2024-04-02 16:12:36 +08:00
liuzhangjian f4d651d89e fix: [editor] Fixed an issue with line indenting
as title

Log: fix issue
2024-04-02 15:23:16 +08:00
ZHANGTINGAN 2ee37e8bff fix: [debugger] can not show disassemble when frame file is not exsited
can not show disassemble when frame file is not exsited
2024-04-02 13:45:36 +08:00
Lu Zhen ffd8eed9ea chore: save files before build/debug/run
Log:
Change-Id: I16c3b2bd5f5a1ae9d246786d269ce4067b5cdf8f
2024-04-02 11:20:09 +08:00
Lu Zhen 606a729fb2 fix: [cxx] ninja build failed
Log:
Change-Id: I875abebc6b8aac5b9645bc7e4bacddb5b2ae0ba1
2024-04-02 10:41:09 +08:00
liuzhangjian 5301f23285 fix: [editor] Complete the interface content
Complete the content about the `setModifiedAutoReload`

Log: fix issue
2024-04-02 10:38:37 +08:00
liuzhangjian 728fdcadfc fix: [editor] Fixed some issue
1.Fixed an issue with indentation exceptions
2.Fixed an issue with invalid advanced search shortcut

Log: fix issue
2024-04-01 17:36:25 +08:00
ZHANGTINGAN d796c9e4f2 translations: update
update translations
2024-04-01 17:34:04 +08:00
liuzhangjian 8871a68863 fix: [editor] Fixed some issues
1.AI completion is too frequent
2.Cursor style exception
3.Change the color of the breakpoint line in dark mode

Log: fix issues
2024-04-01 15:27:04 +08:00
ZHANGTINGAN 440c33f137 fix: [debugger] Incomplete variable display
Incomplete variable display
2024-04-01 15:23:26 +08:00
liuzhangjian d2fa4d051f refactor: [editor] Refactor the AI prompt completion information display mode
as title

Log: refactor
2024-04-01 11:04:57 +08:00
liuzhangjian c03a47efa9 feat: [editor] Add shortcut keys
Add shortcuts to `Rename Symbol` and `Find Usages`

Log: Add shortcut keys
2024-04-01 11:04:57 +08:00
liuzhangjian c8934c6b00 refactor: [editor] Refactor the text search module
as title

Log: refactor the text search module
2024-04-01 11:04:57 +08:00
ZHANGTINGAN 6f7037681e fix: [debugger] can`t operating when project is running
1.While GDB is running, the input command is invalid and needs to be paused before executing the command.”
2.Optimize operations related to breakpoints
2024-04-01 10:32:23 +08:00
ZHANGTINGAN 5be03f5045 fix: [debugger] some issues of updating watch data
1.flash
2.Lag when updating multiple times.
2024-03-29 14:34:16 +08:00
liuzhangjian 76d8856c03 fix: [editor] Fixed an issue where the font size did not change with the Settings
as title

Log: fix issue
2024-03-27 10:07:12 +08:00
ZHANGTINGAN 5001e5f772 feat: [debugger] highlight value when update watch variables
highlight value when update watch variables
2024-03-26 17:00:00 +08:00
liuzhangjian d38a7ca71e feat: [editor] Added the editor properties setting page
Added editor font properties configuration

Log: editor settings
2024-03-26 16:59:21 +08:00
ZHANGTINGAN 4809c7759d fix: [debugger] can`t show variables When debugging projects outside of C++
1.can`t show variables When debugging projects outside of C++
2.didn`t free variableslock when getVariables = 0
2024-03-25 14:56:56 +08:00
liuzhangjian 74f18b8596 fix: Fixed compilation warning
as title

Log: Fixed compilation warning
2024-03-25 13:23:21 +08:00
liuzhangjian 8dcb43a932 fix: Fixed some memory leaks
as title

Log: Fixed some memory leaks
2024-03-25 10:45:46 +08:00
liuzhangjian a8c404239a feat: [editor] Add shortcut keys
1.Added a breakpoint toggle shortcut
2.Added the definition jump shortcut key

Log: Add shortcut keys
2024-03-22 22:59:53 +08:00
Lu Zhen f0b4b7b6ab fix: crash when open project
Log: bug fix
Change-Id: I638fce1121e2ab259397bb1332d8ddb4de3f7a9f
2024-03-21 17:11:47 +08:00
liuzhangjian ba6ad41fff feat: [editor] Added menu items and shortcut keys
1.Added the feature of switching between header file and source file
2.Added shortcut keys for switching files and closing the editor

Log: add features
2024-03-21 17:10:07 +08:00
liuzhangjian b468efea91 fix: [editor] Fixed some issues
1.Optimize where the editor content appears after the code jump
2.Optimize code completion

Log: fix issues
2024-03-21 16:18:05 +08:00
Lu Zhen 01c2f88f21 feat: [debugger] add remote debugging
Log:
Change-Id: I5b9a53b98a2599eb7c3569d3299a6a521ab503b4
2024-03-21 10:56:00 +08:00
ZHANGTINGAN ddc78c30f9 fix: [debugger] gdb frozen when get variables
prettyprinters scripts makes gdb frozen
2024-03-21 09:43:37 +08:00
liuzhangjian 5c7e7b23c0 refactor: [editor] Optimize the code completion
as title

Log: code completion
2024-03-20 15:19:01 +08:00
Lu Zhen f79d8a9d4d refactor: [debugger] Code optimization
Log:
Change-Id: If486b7fde05fea0d9a12824ca3e795f4db41b3c9
2024-03-20 13:19:32 +08:00
Lu Zhen 9341336ef0 refactor: add file deleted event
Log:
Change-Id: Icccdd6ccbd48f134bc7baeb19699fd88a793eac8
2024-03-19 16:26:11 +08:00
Lu Zhen e6ce6c009d refactor: update plugin icons
Log:
Change-Id: I60fab39e1ad3cee3015b3c30686b64031ca4f15a
2024-03-19 11:34:13 +08:00
ZHANGTINGAN 352e474c73 feat: [debugger] Optimizing the loading and display of variables
Optimizing the loading and display of variables
2024-03-19 08:45:07 +08:00
Lu Zhen 7c56636118 tag: update to 1.2.15
Log:
Change-Id: I26de4f2fea9a422190c9c3726bc17f24502f281e
2024-03-18 17:48:08 +08:00
Lu Zhen 46abe886d2 fix: open python project crashed in v23
Log:
Change-Id: I0e64493e703cf22c1d48c1e7f36369f3ece3d855
2024-03-18 17:08:10 +08:00
Lu Zhen 28740e4fcd feat: add more plugin logo
Log:
Change-Id: Iff9285e14ab0d82bb4c2d75009d8aa14280ace4f
2024-03-18 14:43:07 +08:00
liuzhangjian 0e6f54d59c fix: [search] Application crashed when using advanced search
Use 'QIcon::fromTheme' in the sub-thread to get the icon. This interface is not thread-safe

Log: fix bug
Bug: https://pms.uniontech.com/bug-view-246249.html
2024-03-18 13:30:14 +08:00