mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Improved emit marker resolve/build selection, emitted Go To Definition
This commit is contained in:
parent
faca458283
commit
6ded6a37cc
14 changed files with 216 additions and 44 deletions
|
@ -458,6 +458,12 @@ namespace Beefy.theme.dark
|
|||
LineStartsChanged();
|
||||
}
|
||||
|
||||
public override void ClearText()
|
||||
{
|
||||
mLineRange = null;
|
||||
base.ClearText();
|
||||
}
|
||||
|
||||
public virtual float DrawText(Graphics g, String str, float x, float y, uint16 typeIdAndFlags)
|
||||
{
|
||||
using (g.PushColor(mTextColors[typeIdAndFlags & 0xFF]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue