Class RichScriptEditor
java.lang.Object
qupath.lib.gui.scripting.DefaultScriptEditor
qupath.lib.gui.scripting.richtextfx.RichScriptEditor
- All Implemented Interfaces:
- ScriptEditor
Rich script editor for QuPath, which can be used for handling different languages.
 
Makes use of RichTextFX, Copyright (c) 2013-2017, Tomas Mikula and contributors (BSD 2-clause license).
- 
Property SummaryProperties inherited from class qupath.lib.gui.scripting.DefaultScriptEditorcurrentLanguage, currentSyntax, selectedScript, sendLogToConsole
- 
Field SummaryFields inherited from class qupath.lib.gui.scripting.DefaultScriptEditorbeautifySourceAction, comboPasteEscape, completionCodeCombination, compressSourceAction, copyAction, cutAction, findAction, insertAllDefaultImportAction, insertDetectionMeasurementsAction, insertMuAction, insertObjectClassifiersAction, insertPixelClassifiersAction, insertQPExImportAction, insertQPImportAction, killRunningScriptAction, pasteAction, pasteAndEscapeAction, redoAction, runProjectScriptAction, runProjectScriptNoSaveAction, runScriptAction, runSelectedAction, smartEditing, smartEditingAction, undoAction
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ScriptEditorControl<? extends Region> protected ScriptEditorControl<? extends Region> Methods inherited from class qupath.lib.gui.scripting.DefaultScriptEditoraddNewScript, createNewEditor, currentLanguageProperty, currentSyntaxProperty, getClipboardText, getCurrentConsoleControl, getCurrentEditorControl, getCurrentLanguage, getCurrentScriptTab, getCurrentSyntax, getCurrentText, getSelectedText, getStage, pasteFromClipboard, promptToSetFontSize, requestClose, scriptRunning, selectedScriptProperty, sendLogToConsoleProperty, showEditor, showScript, showScript, supportsFile
- 
Constructor Details- 
RichScriptEditorConstructor.- Parameters:
- qupath- the current QuPath instance.
 
 
- 
- 
Method Details- 
getNewEditor- Overrides:
- getNewEditorin class- DefaultScriptEditor
 
- 
getNewConsole- Overrides:
- getNewConsolein class- DefaultScriptEditor
 
 
-