Home
last modified time | relevance | path

Searched refs:getDocumentPartitioning (Results 1 – 24 of 24) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/
H A DCompositeReconciler.java35 public String getDocumentPartitioning() { in getDocumentPartitioning() method in CompositeReconciler
40 .map(IReconcilerExtension::getDocumentPartitioning) in getDocumentPartitioning()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/
H A DManifestContentMergeViewer.java43 …) textViewer).configure(new ManifestConfiguration(fColorManager, null, getDocumentPartitioning())); in configureTextViewer()
56 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in ManifestContentMergeViewer
H A DPluginContentMergeViewer.java78 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in PluginContentMergeViewer
H A DManifestStructureCreator.java197 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in ManifestStructureCreator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/
H A DPropertiesFileMergeViewer.java90 getDocumentPartitioning()); in configureTextViewer()
109 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in PropertiesFileMergeViewer
H A DJavaMergeViewer.java196 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in JavaMergeViewer
272 …rceViewerConfiguration(tools.getColorManager(), fPreferenceStore, null, getDocumentPartitioning()); in getSourceViewerConfiguration()
279 …eViewerConfiguration(tools.getColorManager(), fPreferenceStore, editor, getDocumentPartitioning()); in getSourceViewerConfiguration()
H A DPropertiesStructureCreator.java336 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in PropertiesStructureCreator
H A DJavaStructureCreator.java472 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in JavaStructureCreator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/information/
H A DIInformationPresenterExtension.java31 String getDocumentPartitioning(); in getDocumentPartitioning() method
H A DInformationPresenter.java242 public String getDocumentPartitioning() { in getDocumentPartitioning() method in InformationPresenter
296 …entType= TextUtilities.getContentType(fTextViewer.getDocument(), getDocumentPartitioning(), offset… in computeInformation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/presentation/
H A DIPresentationReconcilerExtension.java29 String getDocumentPartitioning(); in getDocumentPartitioning() method
H A DPresentationReconciler.java145 IRegion changedRegion= event.getChangedRegion(getDocumentPartitioning()); in documentPartitioningChanged()
297 public String getDocumentPartitioning() { in getDocumentPartitioning() method in PresentationReconciler
432 …ITypedRegion[] partitioning= TextUtilities.computePartitioning(document, getDocumentPartitioning()… in createPresentation()
575 return TextUtilities.getPartition(document, getDocumentPartitioning(), offset, false); in getPartition()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler/
H A DIReconcilerExtension.java30 String getDocumentPartitioning(); in getDocumentPartitioning() method
H A DReconciler.java81 public String getDocumentPartitioning() { in getDocumentPartitioning() method in Reconciler
209 …regions= TextUtilities.computePartitioning(getDocument(), getDocumentPartitioning(), offset, lengt… in computePartitioning()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/
H A DIContentAssistantExtension.java34 String getDocumentPartitioning(); in getDocumentPartitioning() method
H A DAsyncCompletionProposalPopup.java374 …return TextUtilities.getContentType(document, fContentAssistant.getDocumentPartitioning(), invocat… in getTokenContentType()
377 …tilities.getContentType(fViewer.getDocument(), fContentAssistant.getDocumentPartitioning(), invoca… in getTokenContentType()
H A DContentAssistant.java1101 public String getDocumentPartitioning() { in getDocumentPartitioning() method in ContentAssistant
1921 String type= TextUtilities.getContentType(document, getDocumentPartitioning(), offset, true); in getProcessors()
1945 type= TextUtilities.getContentType(document, getDocumentPartitioning(), offset, true); in getProcessors()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/
H A DAbstractPairMatcherTest.java63 …return new DefaultCharacterPairMatcher(chars.toCharArray(), getDocumentPartitioning(), fCaretEithe… in createMatcher()
71 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in AbstractPairMatcherTest
497 this.setDocumentPartitioner(getDocumentPartitioning(), part); in StringDocument()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/
H A DStructureCreator.java169 String partitioning = getDocumentPartitioning(); in setupDocument()
208 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in StructureCreator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/src/org/eclipse/pde/internal/genericeditor/target/extension/reconciler/presentation/
H A DTargetPlatformPresentationReconciler.java121 … ITypedRegion[] regions = TextUtilities.computePartitioning(document, getDocumentPartitioning(), 0, in createPresentation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/
H A DJavaPairMatcherTest.java50 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in JavaPairMatcherTest
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/
H A DContentAssistant2.java742 public String getDocumentPartitioning() { in getDocumentPartitioning() method in ContentAssistant2
1325 …String type= TextUtilities.getContentType(viewer.getDocument(), getDocumentPartitioning(), offset,… in getProcessor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/
H A DTextViewer.java2134 …Key key= new TextHoverKey(TextUtilities.getContentType(document, getDocumentPartitioning(), offset… in getTextHover()
3570 …return selectContentTypePlugin(TextUtilities.getContentType(document, getDocumentPartitioning(), o… in selectContentTypePlugin()
4226 …ITypedRegion[] regions= TextUtilities.computePartitioning(d, getDocumentPartitioning(), block.getO… in shift()
5459 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in TextViewer
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/
H A DTextMergeViewer.java1881 String partitioning = getDocumentPartitioning(); in setupDocument()
1933 protected String getDocumentPartitioning() { in getDocumentPartitioning() method in TextMergeViewer
2855 return getDocumentPartitioning() != null in canHaveSharedDocument()