Improve open file dialog
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The Open File dialog is still very basic and cannot distinguish between scripts, procedures and binary files containing data for loading. Improve its behavior.
Analysis:
This can be done by hooking into the normal event handler so that the returned wxArrayString is passed to a file type handler function, which will pass the current filename to the correct handler function.
Implementation:
The change was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
Not needed - intended behavior.
Tests:
Tests were passed without any deviation. Change was implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: