Menu

#371 Create search fields for the navigator pages

v1.1.x
closed
None
v1.1.2
New Functionality
2019-08-24
2018-08-23
Erik Hänel
No

Create search fields for the navigator pages "files" and "symbols", which will highlight all occurences of the searched string in the navigator.

Analysis:

This feature may be implemented using wxComboBox as controls. Derive a class SearchCtrl from wxComboBox, which shall abstract the update-on-typing behavior of such search fields. Additionally, specialize the SearchCtrl class further into a TreeSearchCtrl, which will link the SearchCtrl to a wxTreeCtrl. Finally, the new search bars shall be placed right above the trees using sizers.

Implementation:

  • Implementation: The implementation was processed as proposed by the analysis.
  • Revision: [r579]
  • Implementation test: Files and symbols were searched successfully.

Documentation:

  • [x] ChangesLog updated
  • [x] Code changes commented
  • Documentation articles:
    • [ ] corresponding documentation articles updated
    • [ ] new documentation articles created
    • [x] not needed
  • Language files:
    • [x] corresponding language files updated
    • [ ] not needed

Tests:

This functionality was tested manually. The mouse behavior was improved in [r618].

Related

Commit: [r579]
Commit: [r618]

Discussion

  • Erik Hänel

    Erik Hänel - 2018-08-23
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-11-22
    • Version: Planned --> v1.1.2
     
  • Erik Hänel

    Erik Hänel - 2019-07-03
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     Create search fields for the navigator pages "files" and "symbols", which will highlight all occurences of the searched string in the navigator.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2019-07-03
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Create search fields for the navigator pages "files" and "symbols", which will highlight all occurences of the searched string in the navigator.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This feature may be implemented using `wxComboBox` as controls. Derive a class `SearchCtrl` from `wxComboBox`,  which shall abstract the update-on-typing behavior of such search fields. Additionally, specialize the `SearchCtrl` class further into a `TreeSearchCtrl`, which will link the `SearchCtrl` to a `wxTreeCtrl`. Finally, the new search bars shall be placed right above the trees using sizers.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2019-07-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     This feature may be implemented using `wxComboBox` as controls. Derive a class `SearchCtrl` from `wxComboBox`,  which shall abstract the update-on-typing behavior of such search fields. Additionally, specialize the `SearchCtrl` class further into a `TreeSearchCtrl`, which will link the `SearchCtrl` to a `wxTreeCtrl`. Finally, the new search bars shall be placed right above the trees using sizers.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    +* Implementation: The implementation was processed as proposed by the analysis.
    
     * Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation test: Files and symbols were searched successfully.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2019-07-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -5,7 +5,7 @@
    
     ###Implementation:
    
     * Implementation: The implementation was processed as proposed by the analysis.
    -* Revision: [rXXX]
    +* Revision: [r579]
     * Implementation test: Files and symbols were searched successfully.
    
     ###Documentation:
    
     

    Related

    Commit: [r579]

  • Erik Hänel

    Erik Hänel - 2019-08-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +This functionality was tested manually. The mouse behavior was improved in [r618].
    
    • status: testing --> closed
     

    Related

    Commit: [r618]

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB