Home
last modified time | relevance | path

Searched refs:getEditor (Results 26 – 50 of 1430) sorted by relevance

12345678910>>...58

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/panelsearch/items/
H A DSpinnerSearch.java82 getEditor().setBackground(color); in setBackground()
85 private JComponent getEditor() { in getEditor() method in SpinnerSearch.SpinnerSearchComponentWithBackground
86 return component.getEditor(); in getEditor()
91 return getEditor().getBackground(); in getBackground()
96 getEditor().setOpaque(isOpaque); in setOpaque()
101 return getEditor().isOpaque(); in isOpaque()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scinotes/src/java/org/scilab/modules/scinotes/actions/
H A DIncrementalSearchAction.java81 if (!fields.containsKey(getEditor())) { in doAction()
83 fields.put(getEditor(), field); in doAction()
84 getEditor().insertBottomComponent(field); in doAction()
87 fields.get(getEditor()).requestFocus(); in doAction()
170 getEditor().getTextPane().requestFocus(); in SearchField()
245 fields.remove(getEditor()); in hideField()
246 getEditor().insertBottomComponent(null); in hideField()
261 ScilabEditorPane sep = getEditor().getTextPane(); in keyReleased()
305 if (getEditor().getTextPane() != null) { in changeText()
306 ScilabEditorPane sep = getEditor().getTextPane(); in changeText()
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/Lexers/
H A DLexerVHDL.py45 self.setFoldComments(Preferences.getEditor("VHDLFoldComment"))
46 self.setFoldAtElse(Preferences.getEditor("VHDLFoldAtElse"))
47 self.setFoldAtBegin(Preferences.getEditor("VHDLFoldAtBegin"))
49 Preferences.getEditor("VHDLFoldAtParenthesis"))
50 self.setFoldCompact(Preferences.getEditor("AllFoldCompact"))
H A DLexerXML.py49 self.setFoldPreprocessor(Preferences.getEditor("HtmlFoldPreprocessor"))
51 Preferences.getEditor("HtmlCaseSensitiveTags"))
52 self.setFoldCompact(Preferences.getEditor("AllFoldCompact"))
55 Preferences.getEditor("HtmlFoldScriptComments"))
57 Preferences.getEditor("HtmlFoldScriptHeredocs"))
58 self.setScriptsStyled(Preferences.getEditor("XMLStyleScripts"))
H A DLexerQSS.py52 self.setFoldComments(Preferences.getEditor("CssFoldComment"))
53 self.setFoldCompact(Preferences.getEditor("AllFoldCompact"))
56 Preferences.getEditor("CssHssSupport"))
58 Preferences.getEditor("CssLessSupport"))
60 Preferences.getEditor("CssSassySupport"))
H A DLexerPerl.py41 self.setFoldComments(Preferences.getEditor("PerlFoldComment"))
42 self.setFoldCompact(Preferences.getEditor("AllFoldCompact"))
44 self.setFoldPackages(Preferences.getEditor("PerlFoldPackages"))
45 self.setFoldPODBlocks(Preferences.getEditor("PerlFoldPODBlocks"))
47 self.setFoldAtElse(Preferences.getEditor("PerlFoldAtElse"))
H A DLexerCSS.py52 self.setFoldComments(Preferences.getEditor("CssFoldComment"))
53 self.setFoldCompact(Preferences.getEditor("AllFoldCompact"))
56 Preferences.getEditor("CssHssSupport"))
58 Preferences.getEditor("CssLessSupport"))
60 Preferences.getEditor("CssSassySupport"))
H A DLexerD.py54 self.setFoldComments(Preferences.getEditor("DFoldComment"))
55 self.setFoldAtElse(Preferences.getEditor("DFoldAtElse"))
57 if Preferences.getEditor("DIndentOpeningBrace"):
59 if Preferences.getEditor("DIndentClosingBrace"):
62 self.setFoldCompact(Preferences.getEditor("AllFoldCompact"))
/dports/devel/eric6/eric6-21.11/eric/eric6/Preferences/ConfigurationPages/
H A DEditorSearchPage.py32 Preferences.getEditor("SearchMarkersEnabled"))
34 Preferences.getEditor("QuickSearchMarkersEnabled"))
36 Preferences.getEditor("MarkOccurrencesEnabled"))
39 Preferences.getEditor("MarkOccurrencesTimeout"))
41 if Preferences.getEditor("SearchRegexpMode") == 0:
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/
H A DGTUtilsMcaEditorSequenceArea.cpp66 McaEditor *editor = GTUtilsMcaEditor::getEditor(os); in getVisibleNames()
95 .arg(mcaSeqArea->getEditor()->getAlignmentLen()) in clickToPosition()
225 McaEditor *editor = GTUtilsMcaEditor::getEditor(os); in getReferenceReg()
239 McaEditor *editor = GTUtilsMcaEditor::getEditor(os); in getSelectedReferenceReg()
282 McaEditor *mcaEditor = GTUtilsMcaEditor::getEditor(os); in getSelectedRowsNum()
309 return mcaEditArea->getEditor()->getSelection().toRect(); in getSelectedRect()
377 McaEditor *mcaEditor = mcaSeqArea->getEditor(); in getSelectedReadChar()
398 McaEditor *mcaEditor = mcaSeqArea->getEditor(); in getReadCharByPos()
416 McaEditor *mcaEditor = mcaSeqArea->getEditor(); in getRowLength()
431 McaEditor *editor = GTUtilsMcaEditor::getEditor(os); in getReferenceLength()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/connections/ui/
H A DConnectionCodePanel.java76 codeViewer_.getEditor().getSession().getSelection().selectAll(); in ConnectionCodePanel()
77 codeViewer_.getEditor().focus(); in ConnectionCodePanel()
83 codeViewer_.getEditor().getSession().getSelection().moveCursorTo(0, 0, false); in ConnectionCodePanel()
165 codeViewer_.getEditor().getSession().setEditorMode( in setCode()
167 codeViewer_.getEditor().getSession().setUseWrapMode(true); in setCode()
168 codeViewer_.getEditor().getRenderer().setShowGutter(false); in setCode()
169 codeViewer_.getEditor().setReadOnly(false); in setCode()
174 EditSession session = codeViewer_.getEditor().getSession(); in setCode()
201 codeViewer_.getEditor().resize(); in onResize()
209 return codeViewer_.getEditor().getSession().getValue(); in getCode()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/helpers/
H A DRowHeightController.cpp39 const MaCollapseModel *collapseModel = ui->getEditor()->getCollapseModel(); in getGlobalYPositionByMaRowIndex()
70 int maRowIndex = ui->getEditor()->getCollapseModel()->getMaRowIndexByViewRowIndex(viewRowIndex); in getRowHeightByViewRowIndex()
83 int viewRowCount = ui->getEditor()->getCollapseModel()->getViewRowCount(); in getTotalAlignmentHeight()
89 const int fontHeight = QFontMetrics(ui->getEditor()->getFont(), ui).height(); in getSingleRowHeight()
90 const float zoomMult = ui->getEditor()->zoomMult; in getSingleRowHeight()
96 return ui->getEditor()->getCollapseModel()->getMaRowIndexByViewRowIndex(viewRowIndex); in getMaRowIndexByGlobalYPosition()
100 const int viewRowCount = ui->getEditor()->getCollapseModel()->getViewRowCount(); in getViewRowIndexByGlobalYPosition()
137 MaCollapseModel *collapseModel = ui->getEditor()->getCollapseModel(); in getGlobalYRegionByViewRowIndex()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DTextEditingTargetFindReplace.java31 AceEditor getEditor(); in getEditor() method
46 container_.getEditor().addEditorFocusHandler(new FocusHandler() { in TextEditingTargetFindReplace()
81 String selection = container_.getEditor().getSelectionValue(); in showFindReplace()
97 container_.getEditor(), in ensureFindReplaceBar()
129 container_.getEditor().focus(); in hideFindReplace()
171 findFromSelection(container_.getEditor().getSelectionValue()); in findFromSelection()
178 String selection = container_.getEditor().getSelectionValue(); in replaceAndFind()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font);
315 QTextEdit *te = med.transCommentText->getEditor();
365 (m_selectionHolder == m_source->getEditor()
493 m_source->getEditor()->copy();
497 m_pluralSource->getEditor()->copy();
777 if ((te = m_source->getEditor())->underMouse()
867 m_source->getEditor()->setVisualizeWhitespace(value);
897 m_source->getEditor()->setFont(font);
898 m_pluralSource->getEditor()->setFont(font);
899 m_commentText->getEditor()->setFont(font);
[all …]
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp274 med.transCommentText->getEditor()->setFont(font); in editorCreated()
315 QTextEdit *te = med.transCommentText->getEditor(); in reallyFixTabOrder()
365 (m_selectionHolder == m_source->getEditor() in resetHoverSelection()
493 m_source->getEditor()->copy(); in eventFilter()
497 m_pluralSource->getEditor()->copy(); in eventFilter()
777 if ((te = m_source->getEditor())->underMouse() in selectAll()
867 m_source->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
897 m_source->getEditor()->setFont(font); in applyFontSize()
898 m_pluralSource->getEditor()->setFont(font); in applyFontSize()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
[all …]

12345678910>>...58