-
Notifications
You must be signed in to change notification settings - Fork 47
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
Master f2 composer rar #5012
Master f2 composer rar #5012
Conversation
35c3cb4
to
7155c67
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.
pouet pouet
} | ||
} | ||
|
||
private captureSelection(zone: Zone) { |
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.
the helper could also be used in the constructor
7155c67
to
01747c5
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.
The first and third comments from Adrien are resolved but nothing changed. Is it expected ? or is it a missing push ?
color: this.rangeColor(xc, sheetName) || "#000", | ||
class: | ||
tokenAtCursor === token && this.props.composerStore.editionMode === "selecting" | ||
? referenceSelectedClass |
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.
we could use the bootstap class text-decoration-underline
directly here and remove the constant and the additional css
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.
The first and third comments from Adrien are resolved but nothing changed.
Definitely a miss on my hand, I'm positive I removed them ><
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.
@LucasLefevre Fixed the comments (they were outdated) and added the BS class
Currently, the only way to select a range in a formula is to write some text such that the next argument could be a range (e.g. write '=sum('). If you edit an existing formula, you need to delete a range argument in order to 'activate' the range selection mode. While you can use the graphical tool to move the range around, it can be bothersome to find which range is where and then having to move it around. This revision adds the possibility to switch to a range selection mode when the cursor is on a reference by pressing F2. This allows the user to click on a range in the composer, switch to 'selecting' mode and then cllick on another range to replace the current one. Pressing the shortcut again will switch back to 'editing' mode which can be helpful to quickly edit formulas. Task: 4105364
01747c5
to
c62882c
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.
robodoo r+
Currently, the only way to select a range in a formula is to write some text such that the next argument could be a range (e.g. write '=sum('). If you edit an existing formula, you need to delete a range argument in order to 'activate' the range selection mode. While you can use the graphical tool to move the range around, it can be bothersome to find which range is where and then having to move it around. This revision adds the possibility to switch to a range selection mode when the cursor is on a reference by pressing F2. This allows the user to click on a range in the composer, switch to 'selecting' mode and then cllick on another range to replace the current one. Pressing the shortcut again will switch back to 'editing' mode which can be helpful to quickly edit formulas. closes #5012 Task: 4105364 Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
Description:
description of this task, what is implemented and why it is implemented that way.
Task: TASK_ID
review checklist