After writing a file system plugin and a lister plugin for the files from an embedded system, I wonder how to display altered file contents in the lister window.
Pressing F2 in the lister window just re-displays the contents of the local file, which had been originally read once from the embedded system.
AFAIK the only way to display updated contents is to close the lister window and press F3 on the remote file in TCs file list provided by the file system plugin.
Background: the illusion (provided by the great file system plugin API

) of accessing a local file is so perfect, the
normal user expects the same behavior known from local files. Viewing a local file in the lister, then changing its contents and pressing F2 in the lister will reflect the changed contents...
Any suggestions?