Menu

#222 Improve open file dialog

v1.1.x
closed
None
v1.1.0
Change Request
2017-08-19
2017-07-11
Erik Hänel
No

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.

Discussion

  • Erik Hänel

    Erik Hänel - 2017-07-12
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2017-07-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     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:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2017-07-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     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:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2017-07-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     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:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2017-08-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Not needed - intended behavior.
    
     **Tests:**
    +Tests were passed without any deviation. Change was implemented successfully.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB