Goto procedure definition cannot handle relative namespaces
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The "Goto procedure definition" functionality may not find procedures referenced using a relative namespace like $this~tests~procedure().
As in the similiar, previous issue, the following lines are missing in NumeReEditor::FindAndOpenProcedure():
while (pathname.find('~') != string::npos)
pathname[pathname.find('~')] = '\\';
Fix was tested manually. No deviation occured.
Anonymous
Diff:
Diff:
Diff:
Diff:
Related
Commit: [r902]
Diff: