-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix the withdrawn and column edit pattern while Editing #271
Conversation
src/editor/dtextedit.cpp
Outdated
} | ||
for (int i = 0; i < m_altModSelections.size(); i++) | ||
{ | ||
// if(m_altModSelections[i].cursor.positionInBlock() == cursoColumn){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
无用代码注释移除
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已解决
72f6083
to
c93c0ec
Compare
src/editor/dtextedit.cpp
Outdated
QTextCursor cursor = this->textCursor(); | ||
cursor.clearSelection(); | ||
setTextCursor(cursor); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
continue 不会使用,可以移到下面
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已解决
6ab5afe
to
19ab8a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/+1
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lJxDabab, rb-union The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
change the Column Edit to align the selected columns to the greatest extend. Log: Fix the Column Edit to align the selected columns. Bug: https://pms.uniontech.com/bug-view-234517.html
After column editing,the withdrawal lines withdrawn line by line. Log: the withdrawal lines withdrawn together Bug: https://pms.uniontech.com/bug-view-241475.html
This pr cannot be merged! (status: unstable) |
/merge |
Bump version to 6.0.16 PR: * linuxdeepin#268 * linuxdeepin#269 * linuxdeepin#270 * linuxdeepin#271 Log: Bump version to 6.0.16
Bump version to 6.0.16 PR: * linuxdeepin#268 * linuxdeepin#269 * linuxdeepin#270 * linuxdeepin#271 Log: Bump version to 6.0.16
No description provided.