Menu

#671 Create an optional line length indicator

v1.1.x
closed
v1.1.4
New Functionality
2022-03-10
2022-02-20
Erik Hänel
No

Create an optional line length indicator with the length of 100-120 characters. This might improve the readability of newly created code.

Analysis:

Can be done using usual Scintilla methods.

Implementation:

  • Implementation: Done using usual Scintilla methods.
  • Revision: [r1077]
  • Implementation test: A vertical line appears now in the editor indicating end of column 120.

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:

Feature is trivial. The enabling and disabling was tested manually,

Related

Commit: [r1077]

Discussion

  • Erik Hänel

    Erik Hänel - 2022-02-20
    • labels: --> gui, editor, options
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2022-02-20
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     Create an optional line length indicator with the length of 100-120 characters. This might improve the readability of newly created code.
    +
    +###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 - 2022-02-20
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Create an optional line length indicator with the length of 100-120 characters. This might improve the readability of newly created code.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Can be done using usual Scintilla methods.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2022-02-20
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     Can be done using usual Scintilla methods.
    
     ###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: Done using usual Scintilla methods.
    +* Revision: [r1077]
    +* Implementation test: A vertical line appears now in the editor indicating end of column 120.
    
     ###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
     

    Related

    Commit: [r1077]

  • Erik Hänel

    Erik Hänel - 2022-03-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Feature is trivial. The enabling and disabling was tested manually,
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel