- Status Closed
- Percent Complete
- Task Type Bugs
- Category
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2640 - Returning from a plugin doesn't refresh the tree view
With plugins that change the filesystem, it is pretty
confusing that the disk cache isn’t updated upon exit.
Shouldn’t it be?
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Those plugins should return PLUGIN_USB_CONNECTED, which will
force a refresh of the tree.
Fair enough. Would it br okay if I patch the plugins and
commit them?
This is a bug if you ask me.
The plugins are at least these:
midi2wav
databox
searchengine
wav2wv
battery_test
What about vbrfix and/or splitedit?
Maybe a helpful PLUGIN_MODIFIED_FS should be defined?
(identical to PLUGIN_USB_CONNECTED of course, but less
confusing to read).
I fixed this - only updated the viewer-plugins though, since
the regular plugins won’t need it since they can’t be run in
a way that dumps them back to where the file has been
created (that I can think of, anyway).