|
From: Andreas M. <an...@we...> - 2009-05-14 19:31:14
|
Hello Flamerobin-Team,
last days i had luck in building flamerobin on my windows-machine.
So i tryed to implement a basic BLOB-Editor-Dialog with success.
At the moment it is a really basic implementation. (see screenshot.)
Only opening (as Text), cancel and save works.
It would be great if you can include the Blob-Dialog into FR-codebase.
If so, i will go on and implement some options.
I think it would be good to add a new treenode to the
configuration-dialog (view - preferences).
....
|-DataGrid
|-BlobDialog (new)
....
The Configuration-Page could look like:
EDITOR MODE (BINARY/TEXT/RTF/(BITMAP?))
(x) ALWAYS OPEN AS BINARY
(x) DATATYPE DETECTION AND ASSOCIATION
[x] TEXT [DETECT | BLOB SUB-TYPE ....]
[x] RTF (Windows Only) [DETECT | BLOB SUB-TYPE ....]
([x] BITMAPS ?) [DETECT | BLOB SUB-TYPE ....]
([x] JPEG ?) [DETECT | BLOB SUB-TYPE ....]
(if nothing above is detected BINARY-EDITOR will be opend)
LOAD OPTION
(x) INITIALLY LOAD [....X] kb
(x) ALWAYS LOAD ALL BLOB DATA
PLUGIN OPTION
[x] BLOB-EditorPlugin [plugin.BlobEditor]
(located in same path as binary.)
< next options are only available if BLOB-EditorPlugin is checked >
[x] DETECT BLOB-DATA-Type by Plugin
Please comment. Thank You.
andy
|