The sidebar should change the selected file depending on what tab is open
Bug #1640644 reported by
Zisu Andrei
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scratch |
Confirmed
|
Low
|
Unassigned |
Bug Description
The sidebar plugins (both file manager and "folders") need to update their selected state when the open tab is changed (ie. when a tab gets focus)
Related branches
lp://staging/~gero-bare/scratch/fix-bug-1633916
Rejected
for merging
into
lp://staging/~elementary-apps/scratch/scratch
- Zisu Andrei (community): Needs Fixing
-
Diff: 116 lines (+67/-2)2 files modifiedplugins/filemanager/FileManagerPlugin.vala (+33/-2)
plugins/filemanager/FileView.vala (+34/-0)
lp://staging/~matzipan/scratch/select-file-in-sidebar
On hold
for merging
into
lp://staging/~elementary-apps/scratch/scratch
- elementary Apps team: Pending requested
-
Diff: 623 lines (+175/-44) (has conflicts)19 files modifiedplugins/brackets-completion/brackets-completion.vala (+1/-1)
plugins/browser-preview/browser-preview.vala (+1/-5)
plugins/contractor/contractor.vala (+1/-1)
plugins/detect-indent/detect-indent.vala (+1/-1)
plugins/folder-manager/FileView.vala (+79/-8)
plugins/folder-manager/FolderManagerPlugin.vala (+33/-4)
plugins/highlight-word-selection/highlight-word-selection.vala (+1/-1)
plugins/open-with/open-with.vala (+1/-1)
plugins/outline/OutlinePlugin.vala (+2/-2)
plugins/pastebin/pastebin.vala (+1/-1)
plugins/preserve-indent/preserve-indent.vala (+1/-1)
plugins/source-tree/SourceTreePlugin.vala (+2/-2)
plugins/spell/spell.vala (+1/-1)
plugins/vim-emulation/vim-emulation.vala (+1/-1)
plugins/word-completion/plugin.vala (+1/-1)
src/MainWindow.vala (+4/-2)
src/Services/PluginManager.vala (+9/-4)
src/Widgets/DocumentView.vala (+20/-2)
src/Widgets/SplitView.vala (+15/-5)
Changed in scratch: | |
status: | New → Confirmed |
importance: | Undecided → Low |
To post a comment you must log in.
Branch lp:~gero-bare/scratch/fix-bug-1633916 handles this for the File Manager plugin, File Browser still remains.