|
Last change
on this file was
5,
checked in by zeiss, 15 years ago
|
|
|
-
Property svn:mime-type set to
text/plain
|
|
File size:
415 bytes
|
| Line | |
|---|
| 1 | package de.ugoe.cs.swe.bnftools.ui.autoedit;
|
|---|
| 2 |
|
|---|
| 3 | import org.eclipse.xtext.ui.editor.autoedit.DefaultAutoEditStrategy;
|
|---|
| 4 |
|
|---|
| 5 | public class EbnfAutoEditStrategy extends DefaultAutoEditStrategy {
|
|---|
| 6 |
|
|---|
| 7 | protected void configure(IEditStrategyAcceptor acceptor) {
|
|---|
| 8 | configureParenthesis(acceptor);
|
|---|
| 9 | configureSquareBrackets(acceptor);
|
|---|
| 10 | configureCurlyBracesBlock(acceptor);
|
|---|
| 11 | configureMultilineComments(acceptor);
|
|---|
| 12 | }
|
|---|
| 13 |
|
|---|
| 14 | }
|
|---|
Note: See
TracBrowser
for help on using the repository browser.