Menu

#348 Sectioning in textfiles not working correctly

v1.1.x
fixed
None
v1.1.1
Bug Fix
2018-11-10
2018-06-09
Erik Hänel
No

The sectioning functionality is not working correctly in combination with text files, which use the advanced text highlighting feature.

Analysis:
The sectioning functionality currently doesn't recognize, when one removes a headline. This can be added by checking, whether there's an # in the current line.

Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.

Documentation:
The fix was added to the changes log. Further documentation not needed.

Tests:
This fix was tested thoroughly in production environment. All deviations were resolved.

Discussion

  • Erik Hänel

    Erik Hänel - 2018-06-10
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-07-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     The sectioning functionality is not working correctly in combination with text files, which use the advanced text highlighting feature.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-07-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The sectioning functionality is not working correctly in combination with text files, which use the advanced text highlighting feature.
    
     **Analysis:**
    +The sectioning functionality currently doesn't recognize, when one removes a headline. This can be added by checking, whether there's an `#` in the current line.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-07-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     The sectioning functionality currently doesn't recognize, when one removes a headline. This can be added by checking, whether there's an `#` in the current line.
    
     **Implementation:**
    +The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
    
     **Documentation:**
    +The fix was added to the changes log. Further documentation not needed.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2018-11-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     The fix was added to the changes log. Further documentation not needed.
    
     **Tests:**
    +This fix was tested thoroughly in production environment. All deviations were resolved.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel