seco icon indicating copy to clipboard operation
seco copied to clipboard

Link cell with external file (read/write)

Open ponyatov opened this issue 7 years ago • 1 comments

Is Seco able to link cell with external (plain text) file ?

Playing with ANTLR I found that file cell will be good for view/edit external grammar file.

ponyatov avatar May 27 '17 07:05 ponyatov

Hi,

No, Seco is not able to link a cell with an external file. However, the framework goes as follows: a cell holds a value, any value that one can persist in HGDB, which could be some new Java class representing an "external file" or "external URI" or something. Then it is possible with Seco to associate a "visual" with the type of the HGDB atom that a cell holds. And this can be used to implement an external file viewed/integrated inside Seco!

bolerio avatar May 28 '17 17:05 bolerio