mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 23:04:09 +02:00
Scope Prev/Next, other minor improvements
This commit is contained in:
parent
0154b75923
commit
9e009b134c
7 changed files with 115 additions and 4 deletions
|
@ -4808,6 +4808,20 @@ namespace IDE
|
|||
mHistoryManager.NextHistory();
|
||||
}
|
||||
|
||||
void ScopePrev()
|
||||
{
|
||||
var sewc = GetActiveSourceEditWidgetContent();
|
||||
if (sewc != null)
|
||||
sewc.ScopePrev();
|
||||
}
|
||||
|
||||
void ScopeNext()
|
||||
{
|
||||
var sewc = GetActiveSourceEditWidgetContent();
|
||||
if (sewc != null)
|
||||
sewc.ScopeNext();
|
||||
}
|
||||
|
||||
void ExitTest()
|
||||
{
|
||||
sExitTest = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue