Package dev.equo.ide

Class CatalogPlatform

  • All Implemented Interfaces:
    java.lang.Comparable<Catalog>

    public class CatalogPlatform
    extends Catalog
    • Method Detail

      • showLineNumbers

        public void showLineNumbers​(WorkspaceInit workspace,
                                    boolean showLineNumbers)
        Determines whether or not to show line numbers.
      • showWhitespace

        public void showWhitespace​(WorkspaceInit workspace,
                                   boolean showWhiteSpace)
        Determines whether or not to show white space not including line endings.
      • showLineEndings

        public void showLineEndings​(WorkspaceInit workspace,
                                    boolean showLineEndings)
        Determines whether or not to show line ending characters (carriage return/line feeds).