ee.cyber.simplicitas

imp

package imp

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. class APluginConfig extends AnyRef

    This class offers the main entry point for customising the IDE of the DSL.

  2. class HoverHelper extends HoverHelperBase with IHoverHelper

  3. trait ParseCtx extends AnyRef

    Callbacks that are passed to the @see APluginConfig#parse method.

  4. trait ProposalCtx extends AnyRef

    Context for generating proposals for auto-complete feature.

  5. class SimplicitasContentProposer extends IContentProposer

  6. class SimplicitasDocumentationProvider extends IDocumentationProvider

    Base class for documentation providers.

  7. class SimplicitasFoldingUpdater extends FolderBase

    Base class for the folding updater service.

  8. class SimplicitasLabelProvider extends ILabelProvider

    Label provider service.

  9. class SimplicitasOccurrenceMarker extends ILanguageService with IOccurrenceMarker

    Base class for occurrence marker service.

  10. class SimplicitasPlugin extends PluginBase

    attributes: abstract
  11. class SimplicitasPreferenceInitializer extends AbstractPreferenceInitializer

    This class is responsible for setting up default values for syntax highlighting preferences.

  12. class SimplicitasPreferencePage extends PreferencePage with IWorkbenchPreferencePage

    This class represents a preference page that is contributed to the Preferences dialog.

  13. class SimplicitasReferenceResolver extends IReferenceResolver

    Base class for the reference resolving service.

  14. class SimplicitasTreeModelBuilder extends TreeModelBuilderBase

    Base class for tree model builders that determine which nodes are shown in the outline view.

  15. class TokenColorerBase extends ITokenColorer

Value Members

  1. object SimplicitasPlugin extends

  2. object SimplicitasPreferencePage extends AnyRef

  3. package parser