Menu

#557 Scrollbar

v1.1.x
fixed
None
v1.1.2
Bug Fix
2021-03-23
2021-01-12
No

Scrollbar doesn't scroll until the real end of the code line.

Analysis:

Can be fixed by using void wxStyledTextCtrl::SetScrollWidthTracking(bool tracking), if the user is not using the wrapping mode.

Implementation:

  • Implementation: The method call indicated by the analysis was integrated.
  • Revision: [r824]
  • Implementation test: The scrollbar now tracks the width of the currently displayed lines.

Documentation:

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

Tests:

Scrollbar tracked the width of the displayed lines so that it is able to scroll to the end of the longest one.

Related

Commit: [r824]

Discussion

  • Erik Hänel

    Erik Hänel - 2021-01-12
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-01-25
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
    -Scrollbar doesn't scroll until the real end of the code line
    +Scrollbar doesn't scroll until the real end of the code line.
    +
    +###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 - 2021-01-25
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Scrollbar doesn't scroll until the real end of the code line.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Can be fixed by using `void wxStyledTextCtrl::SetScrollWidthTracking(bool tracking)`, if the user is not using the wrapping mode.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2021-01-25
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,20 +4,20 @@
     Can be fixed by using `void wxStyledTextCtrl::SetScrollWidthTracking(bool tracking)`, if the user is not using the wrapping mode.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: The method call indicated by the analysis was integrated.
    +* Revision: [r824]
    +* Implementation test: The scrollbar now tracks the width of the currently displayed lines.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    +* [x] ChangesLog updated
    
     * [ ] Code changes commented
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
         * [ ] corresponding language files updated
    -    * [ ] not needed
    +    * [x] not needed
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r824]

  • Erik Hänel

    Erik Hänel - 2021-03-23
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [x] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Scrollbar tracked the width of the displayed lines so that it is able to scroll to the end of the longest one.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB