mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Trimmed output of PrintAllReferences
This commit is contained in:
parent
60988fda8f
commit
8194f58f59
1 changed files with 1 additions and 5 deletions
|
@ -367,11 +367,7 @@ namespace IDE.ui
|
|||
{
|
||||
String lineStr = scope String();
|
||||
editWidgetContent.ExtractString(lineStart, idx - lineStart, lineStr);
|
||||
|
||||
//String fileName = editData.mFilePath;
|
||||
//String fileName = scope String();
|
||||
//projectSource.GetFullImportPath(fileName);
|
||||
|
||||
lineStr.Trim();
|
||||
gApp.mFindResultsPanel.QueueLine(editData, lineNum, 0, lineStr);
|
||||
|
||||
wantsLine = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue