Interface ITextEditorExtension3

    • Method Detail

      • setInsertMode

        void setInsertMode​(ITextEditorExtension3.InsertMode mode)
        Sets the insert mode of this editor.
        Parameters:
        mode - the new insert mode
        Throws:
        java.lang.IllegalArgumentException - if mode is not a legal insert mode for this editor
      • showChangeInformation

        void showChangeInformation​(boolean show)
        Sets the display of quick diff information.
        Parameters:
        show - true if quick diff information should be shown, false otherwise
      • isChangeInformationShowing

        boolean isChangeInformationShowing()
        Returns the quick diff display state.
        Returns:
        true if quick diff info is displayed, false otherwise