Commit Graph

995 Commits

Author SHA1 Message Date
Lu Zhen f87c293b53 tag: update to 1.3.1
Log:
Change-Id: I0314aa6776129ad06a9caa4f30926133aed1fcfa
2024-06-03 13:56:30 +08:00
Zhang TingAn 910888ad38 fix: [project] can`t show run program propertys
log:
2024-06-03 13:16:31 +08:00
Lu Zhen d05163a030 fix: add missing header
Log:
Change-Id: I521485acd3ad090eff3aafd06bb2034b7e2f6687
2024-06-03 10:38:52 +08:00
Lu Zhen 95d9dd17b8 fix: build faild
Log:
Change-Id: I349b0f0daeba4cb6454ed033a4e0e425e6c351bc
2024-06-03 10:19:13 +08:00
Zhang TingAn 8140f11172 feat: [project] enable `settings` button of project view
only support cmake project for now. to open project`s property dialog quickly

log:
2024-06-03 09:59:49 +08:00
fuyou 47e075e371 fix: translated the code
Log: do translation
2024-06-03 09:58:47 +08:00
Zhang TingAn 67451ef188 fix: [appoutputpane] incorrect display of toolbar
log:
2024-05-31 15:53:05 +08:00
Zhang TingAn 831b922696 fix: [project] executing program is not the program of the activated project.
When Project B is active, clicking on the project properties of Project A will open the properties of Project B. Saving at this point will cause the properties of Project A to be erroneous.”

log:
2024-05-31 15:50:40 +08:00
Zhang TingAn 2c3a612640 fix: crash when close App
log:
2024-05-31 15:48:14 +08:00
Zhang TingAn 6a81305c53 fix: Optimize display of button`s tooltip
log:
2024-05-31 15:48:14 +08:00
Zhang TingAn b322d8ed68 fix: [ui] issues of button
1. hide button is not clear
2. tooltip of button

log:
2024-05-31 15:48:14 +08:00
liuzhangjian 884d4eccb8 fix: [editor] Optimize the cursor history
Optimized cursor forward and backward logic

Log: Feature optimization
2024-05-31 14:09:02 +08:00
Zhang TingAn cdd2cb1244 fix: [codeGeex] Fix the incorrect parsing method
log: The content of the ‘data’ field is in JSON format, while the other fields are not.
2024-05-31 10:55:13 +08:00
Zhang TingAn 61d71a2535 feat: [ui] modified ui of run/debug
log:
2024-05-31 09:20:39 +08:00
liuzhangjian 602ee009ed feat: [git] Add click-response for `Instant Blame`
Click `Instant Blame` to jump to `Git show`
2024-05-30 10:47:08 +08:00
Lu Zhen c9af616c35 chore: change build output directory
Log:
Change-Id: I0a78aa6c571fd7dcf3c7ef8e890f7fb311e0c6a2
2024-05-29 17:21:55 +08:00
liuzhangjian 2afe08a646 fix: [git] Fix git window closing issue
Add shortcut key to close git window
2024-05-29 16:07:35 +08:00
liuzhangjian c10172516f refactor: [search] Optimize advanced search logic
Optimize advanced search logic
2024-05-29 16:06:14 +08:00
liuzhangjian 979d6ff306 feat: [tool] Add `clang-format` tool
Add `clang-format` tool for formatting current document
2024-05-28 10:10:03 +08:00
Zhang TingAn e238a0875b fix: [dapdebugger] crash when close ide
log: issue of memory release
2024-05-28 10:09:25 +08:00
Zhang TingAn 5b49785ae7 feat: [debugger] add "jump" function
log: when debugger started, you can right-click on the breakpoint margin and select ‘Jump to Line’ to navigate to a specific line.
2024-05-27 17:13:07 +08:00
liuzhangjian f356a1853a feat: [editor] Add `Range Formatting` for editor
Add `Range Formatting` for editor
2024-05-27 16:47:43 +08:00
fuyou 6961449d45 fix: [template] can't debug default template
Log: add "-g" compile option while the cmake version less than 3.16

Bug: https://pms.uniontech.com/bug-view-255883.html
2024-05-27 16:47:26 +08:00
Lu Zhen bbad7a2b46 fix: [core] guide show wrong
Log:
Change-Id: I841daf849b11d71653e2152a838ef19919b1d4f2
2024-05-27 15:09:41 +08:00
liuzhangjian 071334c618 fix: [editor] Fixed an issue where text could not be dragged and dropped in the editor
Fixed an issue where text could not be dragged and dropped in the editor
2024-05-27 13:17:36 +08:00
liuzhangjian 28cc297fa6 feat: [tool] Add spell check tool
1.Add macro support
2.Add spell check tool
2024-05-27 09:09:57 +08:00
Zhang TingAn f989ba24b5 fix: [codegeex] update some issues of ai
1.update api
2.midified file type param
2024-05-24 20:43:28 +08:00
Zhang TingAn b5ad42eb48 fix: [appoutputpane] change icon path
log: change "actions/xx" to "texts/xx"
2024-05-23 10:08:47 +08:00
Zhang TingAn 5fb46544c1 feat: [debugger] Add Variable Monitoring Feature
log:
2024-05-22 16:27:51 +08:00
liuzhangjian 8bfc3ce9f9 feat: [find] Added find shortcut keys
Added find shortcut keys
2024-05-22 16:18:39 +08:00
liuzhangjian 85b17c8637 feat: [tool] Advance Setting
1.Missing hint
2.Install command
3.Trigger event
4.Config update
2024-05-22 16:18:20 +08:00
fuyou bb1e6577a9 fix: update c/c++ python java javascript website
Log: update website
2024-05-22 15:40:44 +08:00
fuyou 65668b1438 fix: [builder] the filter can't update in time
Log: added the proxy filter model
2024-05-22 14:38:55 +08:00
fuyou 12a182a001 fix: updated the website
updated the website
2024-05-22 14:38:26 +08:00
fuyou 743dccae0e fix: [find] ui modified
Log: fixed treeview in find result window will turn to grey on foucus out
2024-05-21 11:16:29 +08:00
fuyou 67e5f3b2a5 fix: [codeeditor] Double shadows appear in the left and right columns
Log: used the ScrollArea

Bug: https://pms.uniontech.com/bug-view-246251.html
2024-05-21 11:16:04 +08:00
Lu Zhen ee239d752a fix: [cxx] build parameter wrong work
Log:
Change-Id: If4bb1a3d0c9cd0d2276aa8723c4aceff71627050
2024-05-21 10:44:52 +08:00
Zhang TingAn af17d0b093 fix: [ui] change icon
log:
2024-05-21 08:57:36 +08:00
Zhang TingAn b951734b53 feat: [debugger] add interface of Conditional Breakpoint
support add contion to breakpoint by right-click menu
2024-05-21 08:56:35 +08:00
fuyou 0851357428 fix: [codeeditor] can't save config && code translation
Log: fixed some issues in codeeditor, add comment shortcut label
2024-05-18 09:01:51 +08:00
Lu Zhen ffd5dcd7e7 fix: build failed
Log:
Change-Id: I22a420f18530fbd7f7291503e0ba5e47e5ff0edf
2024-05-17 16:12:01 +08:00
Lu Zhen 4a0cc2feeb tag: update to 1.3.0
Log:
Change-Id: Iee70d098e7776388cb47a9088dc2711d1c286b7c
2024-05-17 15:24:05 +08:00
liuzhangjian 76f435c844 fix: Fixed multi-thread resource contention issue
Additional protective lock
2024-05-17 13:45:41 +08:00
fuyou ae314c6af3 fix: code translation
translated code in codeeditor, binarytools and so on
2024-05-17 13:23:39 +08:00
liuzhangjian 506fd3bf9d fix: Fixed some issues
1.Fixed forward and backward issues
2.Binary Tool adds the ability to delete and update toolbar
2024-05-17 13:23:11 +08:00
Zhang TingAn 65018e0f28 fix: [project] can`t create new document in root of projectTree
add action of `new document`
2024-05-17 13:22:50 +08:00
Zhang TingAn 76d9239e5f feat: [template] Support dfm-extension templates
Optimize template parsing and support templates of QtCreator type (incomplete)
2024-05-17 10:20:20 +08:00
fuyou 911563e845 fix: [codeeditor] comment logic && ui modified
Log: add single-line comment without selected, ui modified
2024-05-17 09:33:02 +08:00
Zhang TingAn 4260530d8b feat: [controller] add interface of toptoolitem
1.add interface of remove item by action
2.add interface of update item by new action
2024-05-16 16:04:40 +08:00
Zhang TingAn 928bac9004 fix: [debugger] can`t update variables when switch frame
log:
2024-05-16 16:02:58 +08:00