Skip to content
Snippets Groups Projects

Resolve "Indentation wrong when creating a new line"

Merged Johannes Mey requested to merge bugfix/indentation-wrong-when-creating-a-new-line into develop
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -89,6 +89,12 @@ public class AspectBlock extends AbstractBlock {
@@ -89,6 +89,12 @@ public class AspectBlock extends AbstractBlock {
return myNode.getFirstChildNode() == null;
return myNode.getFirstChildNode() == null;
}
}
 
@Override
 
public boolean isIncomplete() {
 
// FIXME this is wrong, but a real fix would require a complete rewrite overriding more methods
 
return true;
 
}
 
private static class AroundBlockBlock extends LeafBlock {
private static class AroundBlockBlock extends LeafBlock {
private final TextRange myRange;
private final TextRange myRange;
Loading