Feature #1808
openadd double-click handling to gotodlg; airlift (if possible), otherwise goto
0%
Description
add double-click handling to gotodlg; airlift (if possible),
otherwise goto
Files
Updated by John Robertson 20 days ago
After being instructed on how airlifting is supposed to work, I have an updated patch coming.
Updated by John Robertson 20 days ago
- File 1808.v2.patch 1808.v2.patch added
After being instructed on how airlifting is supposed to work, I have the updated double-click patch.
double-click: Airlift (if possible), else goto
Alt-double-click: Airlift only (if possible)
Ctrl-double-click: GoTo only (if possible)
Updated by Marko Lindqvist 18 days ago
- Target version set to 3.2.3
- Trailing spaces on a couple of (otherwise empty) lines. Does 'git diff' highlight them for you?
- Bad indentation of line "&& !QGuiApplication::keyboardModifiers().testFlag(Qt::ControlModifier)) {"
- Function (header) documentation seems wrong
Updated by Marko Lindqvist 16 days ago
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Note that we need to get 3.2.2 release out of the way before we start merging in 3.2.3 patches.