Summary: | Adding a new variable should use the cursor position as reference | ||
---|---|---|---|
Product: | [Frameworks and Libraries] SeExpr | Reporter: | Alvin Wong <alvin> |
Component: | General | Assignee: | amyspark <amy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amy |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/graphics/kseexpr/commit/5d323abb9a8e694deac7ae969f3058ad520ceed2 | Version Fixed In: | |
Sentry Crash Report: |
Description
Alvin Wong
2021-06-28 13:42:09 UTC
Git commit ba6a0931c15fd49177095a76a7e0600dfd34b829 by L. E. Segovia. Committed on 28/06/2021 at 21:49. Pushed by lsegovia into branch 'master'. Insert new variables above the current line That will preserve the last line (the return value). M +3 -1 src/KSeExprUI/ExprEditor.cpp https://invent.kde.org/graphics/kseexpr/commit/ba6a0931c15fd49177095a76a7e0600dfd34b829 Seems like it is inserting the new variable line before the line above the current line, not just above the current line. Git commit 5d323abb9a8e694deac7ae969f3058ad520ceed2 by L. E. Segovia. Committed on 30/06/2021 at 21:33. Pushed by lsegovia into branch 'master'. Insert new variables at the start of the current line M +0 -1 src/KSeExprUI/ExprEditor.cpp https://invent.kde.org/graphics/kseexpr/commit/5d323abb9a8e694deac7ae969f3058ad520ceed2 |