mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 21:34:11 +02:00
Removed 'internal' protection - it's all about [Friend] now
This commit is contained in:
parent
81af04a1ce
commit
14ac27c977
119 changed files with 1339 additions and 1388 deletions
|
@ -3400,7 +3400,7 @@ namespace IDE.ui
|
|||
{
|
||||
Reload();
|
||||
if (mRequestedLineAndColumn != null)
|
||||
ShowFileLocation(-1, mRequestedLineAndColumn.mValue.mLine, mRequestedLineAndColumn.mValue.mColumn, .Always);
|
||||
ShowFileLocation(-1, mRequestedLineAndColumn.Value.mLine, mRequestedLineAndColumn.Value.mColumn, .Always);
|
||||
FocusEdit();
|
||||
|
||||
if ((!(mWantHash case .None)) && (mEditData != null) && (!mEditData.CheckHash(mWantHash)))
|
||||
|
@ -4065,7 +4065,7 @@ namespace IDE.ui
|
|||
if (IDEApp.sApp.mExecutionPaused)
|
||||
{
|
||||
int addr;
|
||||
String fileName = scope String(Path.MaxPath);
|
||||
String fileName = scope String(Path.[Friend]MaxPath);
|
||||
int hotIdx;
|
||||
int defLineStart;
|
||||
int defLineEnd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue