TODO about whitespace placement
This commit is contained in:
@@ -6,6 +6,8 @@ import com.intellij.lang.PsiBuilder;
|
||||
* @author abreslav
|
||||
*/
|
||||
public interface SemanticWhitespaceAwarePsiBuilder extends PsiBuilder {
|
||||
// TODO: comments go to wrong place when an empty element is created
|
||||
|
||||
boolean newlineBeforeCurrentToken();
|
||||
void disableNewlines();
|
||||
void enableNewlines();
|
||||
|
||||
Reference in New Issue
Block a user