Menu

#144 Add styles to the txt highlighting feature

v1.1.x
closed
None
v1.1.0
New Functionality
2017-02-15
2017-02-02
Erik Hänel
No

Add the following styles to the text highlighting feature improving the highlighting itself:

  1. URL identification: protocol://some.url.com/some?task&with=option
  2. Dash identification: a -- dash vs. a - striked - text
  3. Headline identifier: #headline and ##even bigger headline

Analysis:
These features may all by implemented by modifying the custom lexer.

Implementation:
Functionality was implemented as proposed by the analysis.

Documentation:
Probably needed. Documentation definition pending. Will be done with ticket #156

Tests:
Styles were added and working as expected.

Discussion

  • Erik Hänel

    Erik Hänel - 2017-02-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
     Add the following styles to the text highlighting feature improving the highlighting itself:
    
    -1. URL identification: `protocol://soome.url.com/some?task&with=option`
    +1. URL identification: `protocol://some.url.com/some?task&with=option`
    
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2017-02-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,4 @@
     Add the following styles to the text highlighting feature improving the highlighting itself:
    
    
     1. URL identification: `protocol://some.url.com/some?task&with=option`
    +2. Dash identification: `a -- dash` vs. `a - striked - text`
    
     
  • Erik Hänel

    Erik Hänel - 2017-02-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,3 +2,4 @@
    
    
     1. URL identification: `protocol://some.url.com/some?task&with=option`
     2. Dash identification: `a -- dash` vs. `a - striked - text`
    +3. Headline identifier: `#headline` and `##even bigger headline`
    
     
  • Erik Hänel

    Erik Hänel - 2017-02-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,3 +3,11 @@
    
     1. URL identification: `protocol://some.url.com/some?task&with=option`
     2. Dash identification: `a -- dash` vs. `a - striked - text`
     3. Headline identifier: `#headline` and `##even bigger headline`
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2017-02-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -5,6 +5,7 @@
    
     3. Headline identifier: `#headline` and `##even bigger headline`
    
     **Analysis:**
    +These features may all by implemented by modifying the custom lexer.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2017-02-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -8,7 +8,9 @@
     These features may all by implemented by modifying the custom lexer.
    
     **Implementation:**
    +Functionality was implemented as proposed by the analysis.
    
     **Documentation:**
    +Probably needed. Documentation definition pending.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2017-02-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -11,6 +11,7 @@
     Functionality was implemented as proposed by the analysis.
    
     **Documentation:**
    -Probably needed. Documentation definition pending.
    +Probably needed. Documentation definition pending. Will be done with ticket #156
    
     **Tests:**
    +Styles were added and working as expected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB