Package editor

Interface IEditorHost

    • Method Detail

      • refresh

        void refresh​(String content)
      • parse

        void parse​(String strText,
                   boolean forceCodeCompletion,
                   boolean changed)
      • getParsedClass

        IType getParsedClass()
      • setLabel

        void setLabel​(String label)
      • getLineCommentDelimiter

        String getLineCommentDelimiter()
      • getOffsetOfDeepestStatementLocationAtPos

        int getOffsetOfDeepestStatementLocationAtPos​(int caretPosition,
                                                     boolean strict)
      • getTypeAtLine

        String getTypeAtLine​(int line)
      • canAddBreakpoint

        boolean canAddBreakpoint​(int line)
      • gotoDeclaration

        void gotoDeclaration()
      • gotoNextUsageHighlight

        void gotoNextUsageHighlight()
      • gotoPrevUsageHighlight

        void gotoPrevUsageHighlight()
      • removeAllHighlights

        void removeAllHighlights()
      • clipCut

        void clipCut​(Clipboard clipboard)
      • clipCopy

        void clipCopy​(Clipboard clipboard)
      • clipPaste

        void clipPaste​(Clipboard clipboard,
                       boolean asGosu)