Home
last modified time | relevance | path

Searched refs:documentPartitioningChanged (Results 1 – 18 of 18) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/eclipse/net.sourceforge.ufoai.ufoscripteditor/src/net/sourceforge/ufoai/ufoscripteditor/editors/
H A DNonRuleBasedDamagerRepairer.java74 boolean documentPartitioningChanged) { in getDamageRegion() argument
75 if (!documentPartitioningChanged) { in getDamageRegion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.1/editor/java/
H A DNonRuleBasedDamagerRepairer.java61 boolean documentPartitioningChanged) { in getDamageRegion() argument
62 if (!documentPartitioningChanged) { in getDamageRegion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/
H A DNonRuleBasedDamagerRepairer.java78 …getDamageRegion(ITypedRegion partition, DocumentEvent event, boolean documentPartitioningChanged) { in getDamageRegion() argument
79 if (!documentPartitioningChanged) { in getDamageRegion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/
H A DNonRuleBasedDamagerRepairer.java87 …getDamageRegion(ITypedRegion partition, DocumentEvent event, boolean documentPartitioningChanged) { in getDamageRegion() argument
88 if (!documentPartitioningChanged) { in getDamageRegion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text/src/org/eclipse/jface/text/
H A DIDocumentPartitioningListener.java58 void documentPartitioningChanged(IDocument document); in documentPartitioningChanged() method
H A DIDocumentPartitioningListenerExtension2.java40 void documentPartitioningChanged(DocumentPartitioningChangedEvent event); in documentPartitioningChanged() method
H A DIDocumentPartitioningListenerExtension.java41 void documentPartitioningChanged(IDocument document, IRegion region); in documentPartitioningChanged() method
H A DAbstractDocument.java543 listener.documentPartitioningChanged(this); in fireDocumentPartitioningChanged()
567 ((IDocumentPartitioningListenerExtension)l).documentPartitioningChanged(this, region); in fireDocumentPartitioningChanged()
569 l.documentPartitioningChanged(this); in fireDocumentPartitioningChanged()
593 extension2.documentPartitioningChanged(event); in fireDocumentPartitioningChanged()
596 extension.documentPartitioningChanged(this, event.getCoverage()); in fireDocumentPartitioningChanged()
598 l.documentPartitioningChanged(this); in fireDocumentPartitioningChanged()
/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 DJavaPartitionerExtensionTest.java46 public void documentPartitioningChanged(IDocument document) { in documentPartitioningChanged() method in JavaPartitionerExtensionTest.PartitioningListener
54 public void documentPartitioningChanged(IDocument document, IRegion region) { in documentPartitioningChanged() method in JavaPartitionerExtensionTest.PartitioningListener
H A DPropertiesFilePartitionerTest.java59 public void documentPartitioningChanged(IDocument document) { in setUp()
H A DJavaPartitionerTest.java57 public void documentPartitioningChanged(IDocument document) { in setUp()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/presentation/
H A DPresentationReconciler.java126 public void documentPartitioningChanged(IDocument document) { in documentPartitioningChanged() method in PresentationReconciler.InternalListener
134 public void documentPartitioningChanged(IDocument document, IRegion changedRegion) { in documentPartitioningChanged() method in PresentationReconciler.InternalListener
144 public void documentPartitioningChanged(DocumentPartitioningChangedEvent event) { in documentPartitioningChanged() method in PresentationReconciler.InternalListener
147 documentPartitioningChanged(event.getDocument(), changedRegion); in documentPartitioningChanged()
H A DIPresentationDamager.java64 … getDamageRegion(ITypedRegion partition, DocumentEvent event, boolean documentPartitioningChanged); in getDamageRegion() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/
H A DDefaultDamagerRepairer.java133 …ion getDamageRegion(ITypedRegion partition, DocumentEvent e, boolean documentPartitioningChanged) { in getDamageRegion() argument
135 if (!documentPartitioningChanged) { in getDamageRegion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/
H A DMultilineDamagerRepairer.java31 …ion getDamageRegion(ITypedRegion partition, DocumentEvent e, boolean documentPartitioningChanged) { in getDamageRegion() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/text/
H A DMultilineDamagerRepairer.java40 …ion getDamageRegion(ITypedRegion partition, DocumentEvent e, boolean documentPartitioningChanged) { in getDamageRegion() argument
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/text/rules/
H A DMultiViewPartitioner.java46 public void documentPartitioningChanged(IDocument document) { in documentPartitioningChanged() method in MultiViewPartitioner.ViewListener
59 public void documentPartitioningChanged(IDocument document, in documentPartitioningChanged() method in MultiViewPartitioner.ViewListener
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/
H A DExtensionBasedTextViewerConfiguration.java180 @Override public void documentPartitioningChanged(IDocument document) { in documentPartitioningChanged() method in ExtensionBasedTextViewerConfiguration