const classcamGoPlugin::GoDocs

sys::Obj
  camGoPlugin::GoDocs : camembert::PluginDocs

GoDocs, provides acces to go documentation

_goDoc

Source

const AtomicInt _goDoc := AtomicInt.<ctor>(0)

customCss

Source

Str customCss()

dis

Source

virtual override Str dis()

User friendly dsplay name

findSrc

Source

virtual override FileItem? findSrc(Str query)

Return a FileItem for the document matching the current source file (if known) TODO : when open item is a source file

html

Source

virtual override Str html(WebReq req, Str query, MatchKind matchKind)

Return html for a given path Note, the query will be prefixed with the plugin name for example /fantom/fwt::Button

icon

Source

virtual const override Image? icon := ...

index

Source

Void index()

isIndexing

Source

const AtomicBool isIndexing := AtomicBool.<ctor>(false)

pluginName

Source

virtual override Str pluginName()

name of the plugin responsible

run

Source

Void run()