org.das2.jythoncompletion.CompletionSettings


PROP_DOCHOME


PROP_TAB_IS_COMPLETION


PROP_SAFE_COMPLETIONS


PROP_EDITORFONT


PROP_DOCUMENTATIONPANESIZE


PROP_SHOWTABS


PROP_TABISSPACES

If true, then the tab keystroke inserts four spaces.


getDocHome

getDocHome( ) → String

Returns:

java.lang.String

search for examples view on GitHub view source


getDocumentationPaneSize

getDocumentationPaneSize( ) → String

Returns:

java.lang.String

search for examples view on GitHub view source


getEditorFont

getEditorFont( ) → String

Returns:

java.lang.String

search for examples view on GitHub view source


isSafeCompletions

isSafeCompletions( ) → boolean

Returns:

boolean

search for examples view on GitHub view source


isShowTabs

isShowTabs( ) → boolean

Returns:

boolean

search for examples view on GitHub view source


isTabIsCompletion

isTabIsCompletion( ) → boolean

Returns:

boolean

search for examples view on GitHub view source


isTabIsSpaces

isTabIsSpaces( ) → boolean

Returns:

boolean

search for examples view on GitHub view source


loadPreferences

loadPreferences( ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setDocHome

setDocHome( String docHome ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setDocumentationPaneSize

setDocumentationPaneSize( String documentationPaneSize ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setEditorFont

setEditorFont( String editorFont ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setSafeCompletions

setSafeCompletions( boolean safeCompletions ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setShowTabs

setShowTabs( boolean showTabs ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setTabIsCompletion

setTabIsCompletion( boolean tabIsCompletion ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setTabIsSpaces

setTabIsSpaces( boolean tabIsSpaces ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source