Commit Graph

1340 Commits

Author SHA1 Message Date
Zhang TingAn a562da9a41 feat: [project] Add menu action of create new directory
Log: as title

Bug:
2024-07-24 15:28:16 +08:00
fuyou 27c88e94d3 fix: [common] compile output text color issue while switching theme
Log: fixed display issue
2024-07-24 15:28:16 +08:00
liuzhangjian 720f40274a fix: [editor] Added an error message when saving the file
If the file does not have the write permission when saving the file, add a message

Log: fix issue
2024-07-24 15:28:16 +08:00
liuzhangjian 87f7f4a251 fix: [editor] Added support for bash file highlighting
as title

Log: Added support for bash file highlighting
2024-07-24 15:28:16 +08:00
liuzhangjian 6bf9d4387f feat: [notify] New notification interface
Can respond to button events with callback functions

Log: Optimization notification
2024-07-24 15:28:16 +08:00
fuyou 88805efecd fix: [codeeditor] tabBar background color
modified the tabBar's background color
Log: ui modified
2024-07-24 15:28:16 +08:00
fuyou f191601c70 fix: [core] dividing line between the navigation bar and the dockwidget
added dividing line
Log: fix issues
2024-07-24 15:28:16 +08:00
Zhang TingAn ee981fad9e fix: [templates] Add hints for dfm-extension`s template configure failures.
Log: as title

Bug:
2024-07-24 15:28:16 +08:00
liuzhangjian fd042076e3 fix: [editor] Fixed an issue with abnormal cursor
as title

Log: fix issue
2024-07-24 15:28:16 +08:00
Zhang TingAn 487865e825 fix: [python] issues of python
1.Incorrectly obtained the default interpreter
2.Used the interpreter from global settings instead of the project-specific interpreter

Log: fix bug

Bug: https://pms.uniontech.com/bug-view-259623.html
    https://pms.uniontech.com/bug-view-259339.html
2024-07-24 15:28:16 +08:00
liuzhangjian 5cfb5f4d65 fix: [browser] Fix file sorting issue on file browser page
Folders precede files and are sorted by name in ascending order

Log: fix issue
2024-07-24 15:28:16 +08:00
liuzhangjian 5b971d0c78 fix: [editor] Fixed an issue with incorrect prompt information
as title

Log: fix issue
2024-07-24 15:28:16 +08:00
liuzhangjian 1c3ae6941c fix: [editor] Fixed the issue that LSP-related features were invalid for inactive projects
as title

Log: fix issue
2024-07-24 15:28:16 +08:00
Zhang TingAn dd6acff871 fix: [project] environment settings of project can not save
Log: as title
2024-07-24 15:28:16 +08:00
Zhang TingAn 1a60521057 fix: [project] incorrect execute program of cmake project
Log: as title
2024-07-24 15:28:16 +08:00
liuzhangjian 139125ef34 fix: [output] Fixed an issue where the application froze when too many logs were output
Use the cache to schedule output

Log: fix bug
Bug: https://pms.uniontech.com/bug-view-254727.html
2024-07-24 15:28:16 +08:00
fuyou 5ef7d58b91 fix: [core] can't expand when tapping the context widget tab
Fixed an issue where the contextwidget would not expand when the contextwidget tab was clicked when the dockwidget was hidden
Log: fix an issue
2024-07-24 15:28:16 +08:00
Zhang TingAn 0c077c881c feat: [console] modified default path of console
as title

log: as title
2024-07-24 15:28:16 +08:00
fuyou 578fc1ad51 fix: [codeedior] the buttons' ui display
Log: fix issues
2024-07-24 15:28:16 +08:00
liuzhangjian 89b82038d5 fix: [tool] Update missing hint
Update missing hint for the translate tool

Log: fix bug
Bug: https://pms.uniontech.com/bug-view-259335.html
2024-07-24 15:28:16 +08:00
liuzhangjian 4200845d26 fix: [tool] Fixed a crash issue when executing the tool
The application crashes when you run the same tool multiple times

Log: fix bug
Bug: https://pms.uniontech.com/bug-view-259611.html
2024-07-24 15:28:16 +08:00
Zhang TingAn d416991511 feat: [debugger] add functional of attach to running program
log:
2024-07-24 15:28:16 +08:00
fuyou c1ed7376fa fix: [filebrowser] delete file when click X
Log: fix issues in [filebrowser]
2024-07-24 15:28:16 +08:00
Zhang TingAn e8a1744ea8 fix: [codegeex] Optimize Window Adjustment Strategy
as title

Log: as title
2024-07-24 15:28:16 +08:00
fuyou 50e8612116 fix: [codeeditor] editor tips time
added editor config, to manage tips active time
Log: fix issues
2024-07-24 15:28:16 +08:00
Lu Zhen 07179e5146 chore: [collaborators] disable svn
svn should not contain in this plugin,
remove it later.

Log:
Change-Id: I2dede14d085d5c1b3da427f82d1b2353d38b4729
2024-07-24 15:28:16 +08:00
Lu Zhen a35655201c chore: change StartupWMClass to UnionCode
avoid repeat with other IDE

Log:
Change-Id: I13f50525b861224c9fc9c5e0e43dfc677f220567
2024-07-24 15:28:16 +08:00
liuzhangjian 5d21af53d3 fix: [editor] The modified file cannot be saved when the tab page is closed
as title

Log: fix bug
Bug: https://pms.uniontech.com/bug-view-255827.html
2024-07-24 15:28:16 +08:00
Lu Zhen f017af0686 chore: [cxx] enable target path editable
Log:
Change-Id: I60883a7b519343f18298a788337587ed6cb70782
2024-07-24 15:28:16 +08:00
liuzhangjian 169e6e56d6 fix: [UI] Fixed issue of UI
fix issue of the case-sensitive button and full-words button
2024-07-24 15:28:16 +08:00
fuyou f3d6119705 fix: [project] The project view cannot be expanded
Log: Added event listening to editor, expand and select toggle or open files
2024-07-24 15:28:16 +08:00
liuzhangjian 41c75c90f0 feat: [statusbar] Added editor information display
Added cursor information display

Log: Status bar cursor information
2024-07-24 15:28:16 +08:00
liuzhangjian 024b8c35f1 refactor: [search] Refactor advanced search
1.Optimized search and replace
2.Refactor the search results display

Log: Refactor advanced search
2024-07-24 15:28:16 +08:00
fuyou fb7110ade3 fix: [codeeditor] File name display problem and updated ui
The parent directory is displayed only when the same file name is resolved, ui updated
2024-07-24 15:28:16 +08:00
fuyou 421a3424a3 docs: updated README
updated README, competitive product adaptation
2024-07-24 15:28:16 +08:00
liuzhangjian 68d2fd9c1e refactor: [search] Support for currently open files
Optimized advanced search logic and added support for currently open files

Log: refactor advance search
2024-07-24 15:28:16 +08:00
Lu Zhen af71e9b2f0 fix: plugin detail view show incorrect
Log:
Change-Id: I8f9e36795800fe320ea30b1c05eec861fe26d97a
2024-07-24 15:28:16 +08:00
Zhang TingAn 6792131703 fix: [debugger] havn`t update runstate when debugging python program
log:
2024-07-24 15:28:16 +08:00
Zhang TingAn 1e1cc392d1 fix: [debugger] wrong debug state when activating project
log:
2024-07-24 15:28:16 +08:00
Lu Zhen 32b57deac3 doc: [readme] remove unused content
Log: readme changed
Change-Id: Iaac770cf41df1c7754bb61525aa4fcb58d459eea
2024-07-24 15:28:16 +08:00
Lu Zhen fc60c297e1 chore: change build path
Log:
Change-Id: Ib53040392e41dbef16d6301c5d6e78910f4089e8
2024-07-24 15:28:16 +08:00
fuyou d1b2a6a1ea feat: [codeeditor] ctrl + tab
ctrl + tab to change the file
2024-07-24 15:28:16 +08:00
liuzhangjian 664387833d refactor: [search] Optimize advanced search logic
Optimize advanced search logic
2024-07-24 15:28:16 +08:00
Zhang TingAn 965fe9e6c8 feat: [project] add interface of cmakeFileLists
log:
2024-07-24 15:28:16 +08:00
Lu Zhen 077eff2554 translation: update
Log:
Change-Id: I962096a3a7cf80f19c7b7ba3b075b3488bf40197
2024-07-24 15:28:16 +08:00
Lu Zhen 17a85ae583 tag: update to 1.3.1
Log:
Change-Id: I0314aa6776129ad06a9caa4f30926133aed1fcfa
2024-06-03 15:06:38 +08:00
Zhang TingAn e3cb848b3c fix: [project] can`t show run program propertys
log:
2024-06-03 15:06:38 +08:00
Lu Zhen 2fd88f58a6 fix: add missing header
Log:
Change-Id: I521485acd3ad090eff3aafd06bb2034b7e2f6687
2024-06-03 15:06:38 +08:00
Lu Zhen 664854dfeb fix: build faild
Log:
Change-Id: I349b0f0daeba4cb6454ed033a4e0e425e6c351bc
2024-06-03 15:06:38 +08:00
Zhang TingAn cdbd526f39 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 15:06:38 +08:00