Tokenizer Initial
This commit is contained in:
parent
facc17ec1b
commit
692994c2d3
11 changed files with 1848 additions and 3 deletions
|
|
@ -136,8 +136,8 @@ namespace tp {
|
|||
}
|
||||
|
||||
// output will be null if in TextEditing mode
|
||||
[[nodiscard]] tChar* resize() {
|
||||
if (!mData->getEditor()) mData->resize();
|
||||
tChar* resize(uint1 size) {
|
||||
if (!mData->getEditor()) mData->resize(size);
|
||||
return mData->getBuffer();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue