mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
Embedded string view in watch window, series watch format
This commit is contained in:
parent
c925d7ccc2
commit
1b9e0490f2
13 changed files with 521 additions and 116 deletions
|
@ -1084,10 +1084,13 @@ namespace IDE.ui
|
|||
return true;
|
||||
}
|
||||
|
||||
[DisableChecks]
|
||||
public override void ApplyTextFlags(int index, String text, uint8 typeNum, uint8 flags)
|
||||
{
|
||||
uint8 curTypeNum = typeNum;
|
||||
|
||||
Runtime.Assert((index >= 0) && (index + text.Length < mData.mText.Count));
|
||||
|
||||
for (int i = 0; i < text.Length; i++)
|
||||
{
|
||||
char8 c = text[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue