Package jetbrains.mps.text
Interface BufferLayout
- 
public interface BufferLayoutTellsbufferhow to position differenttext chunksagainst each other. Perhaps, there should be pre-defined layouts, like 'AllChunksInTheirCreationOrder', 'FirstChunkOnly' and even 'MatchingChunk(Condition(TextAreaToken))- Since:
 - 3.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreplace(TextMark mark, TextAreaToken withChunk) 
 - 
 
- 
- 
Method Detail
- 
replace
void replace(@NotNull TextMark mark, @NotNull TextAreaToken withChunk)
 
 - 
 
 -