Removing TextEditor from strings for now

This commit is contained in:
IlushaShurupov 2023-07-15 10:03:16 +03:00
parent eb9210de1c
commit d362d8c3b3
7 changed files with 65 additions and 1049 deletions

View file

@ -12,7 +12,7 @@ namespace tp {
class Report {
String mData;
Buffer<ualni> mLineOffsets;
Buffer<String::Index> mLineOffsets;
public:
enum Type { INFO, ERR, WARN, SUC } mType = INFO;