If procedure cannot be found => propose new procedure
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If a procedure cannot be found with a right click, it's a good practice to propose the creation of a new procedure file.
Analysis:
This can be implemented by adding a check in the function NumeReEditor::OnFindProcedure() and by modifying the interface of NumeReWindow::NewFile(), so that a default filename may be passed. The check may use for example the fileExtists() function of the kernel.
Implementation:
Change was implemented as proposed by the analysis.
Documentation:
Not needed. Functionality is self-describing.
Tests:
Functionality works as expected. Change was implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: