Home
last modified time | relevance | path

Searched refs:isSmartMode (Results 1 – 8 of 8) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/
H A DJavaStringAutoIndentStrategyDQ.java196 private boolean isSmartMode() { in isSmartMode() method in JavaStringAutoIndentStrategyDQ
223 && isSmartMode()) in customizeDocumentCommand()
H A DJavaStringAutoIndentStrategySQ.java196 private boolean isSmartMode() { in isSmartMode() method in JavaStringAutoIndentStrategySQ
223 && isSmartMode()) in customizeDocumentCommand()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DJavaStringAutoIndentStrategy.java284 protected boolean isSmartMode() { in isSmartMode() method in JavaStringAutoIndentStrategy
304 if (isSmartMode()) in customizeDocumentCommand()
H A DJavaMultiLineStringAutoIndentStrategy.java145 if (isSmartMode()) { in customizeDocumentCommand()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/actions/
H A DIndentAction.java464 setEnabled(canModifyEditor() && isSmartMode() in update()
516 private boolean isSmartMode() { in isSmartMode() method in IndentAction
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/
H A DJavaDocAutoIndentStrategy.java463 private boolean isSmartMode() { in isSmartMode() method in JavaDocAutoIndentStrategy
485 if (!isSmartMode()) in customizeDocumentCommand()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/phpdoc/
H A DJavaDocAutoIndentStrategy.java306 private boolean isSmartMode() { in isSmartMode() method in JavaDocAutoIndentStrategy
324 if (!isSmartMode()) in customizeDocumentCommand()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/
H A DIndentAction.java757 setEnabled(canModifyEditor() && isSmartMode() && isValidSelection()); in update()
803 private boolean isSmartMode() { in isSmartMode() method in IndentAction