classafFandocViewer::ViewFandoc

sys::Obj
  fwt::Command
    flux::FluxCommand
      afFandocViewer::ViewFandoc

A flux tool command that flips the view between browsing and editing - useful for editing Fandocs. If dirty, the view's content is saved prior to switching.

To use, copy this src file to %FAN_HOME%/etc/flux/tools/.

To bind this command to F12 modify %FAN_HOME%/etc/flux/tools/keys.fog and change the line:

"tools.DebugDump": "F12",

to

"tools.ViewFandoc": "F12",
invoked

Source

virtual override Void invoked(Event? event)

make

Source

new make(Str id)