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:
parent
3dd4212ccd
commit
90735e3bf8
21 changed files with 2518 additions and 277 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue