1
0
Fork 0
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:
Brian Fiete 2020-03-09 06:34:16 -07:00
parent 81af04a1ce
commit 14ac27c977
119 changed files with 1339 additions and 1388 deletions

View file

@ -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;