1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 01:37:59 +02:00

Collapsible regions (aka outlining aka code folding)

This commit is contained in:
Brian Fiete 2022-02-28 11:27:12 -08:00
parent 3dd4212ccd
commit 90735e3bf8
21 changed files with 2518 additions and 277 deletions

View file

@ -85,7 +85,7 @@ namespace IDE.ui
public bool mIsReplace;
public int32 mLastTextVersion;
bool mFoundMatches;
bool mIsShowingMatches = false;
public bool mIsShowingMatches = false;
static String sLastSearchString = new String() ~ delete _;
public bool mOwnsSelection;