exbin / bined-intellij-plugin

Hex viewer/editor plugin for JetBrains IntelliJ platform
https://bined.exbin.org/intellij-plugin
Apache License 2.0
59 stars 9 forks source link

add automatic refresh feature #23

Closed Sauci closed 4 years ago

Sauci commented 5 years ago

It would be great if the plugin could update the displayed content if the file was modified (touch'ed) externally.

hajdam commented 5 years ago

Hi. Plugin currently supports delta memory mode, which can't support this by definition. But native wrapper to IntelliJ file handling might be possible, just not any time soon...

hajdam commented 4 years ago

Native file wrapper was added in version 0.2.3. To use it, it is necessary to associate file with "Binary File" file type in Options/Editor/File Types settings. "Open as Binary" actions still doesn't reflect external changes automatically.