Menu

#439 Editor - Collapsing

v1.1.x
closed
None
v1.1.2
New Functionality
2019-08-19
2019-02-08
No

Es wäre schön, wenn doppelte %% machen farblich unterlegte/einklappbare Bereiche machen würden.

Analysis:

This can be achieved by using the HideLines() and ShowLines() member functions of wxStyledTextCtrl. We will add a marker before hidden lines, which will automatically expand the hidden lines if clicked.

Implementation:

  • Implementation: The new functionality was implemented as proposed by the analysis.
  • Revision: [r475]
  • Implementation test: Lines were hidden and unhidden again. The debugger was able to unhide the lines, if the corresponding line was hidden.

Documentation:

  • ChangesLog: Updated
  • Comments: Functions were commented.
  • Documentation articles: Not needed
  • Language files: Language files were updated

Tests:

New functionality was tested in productive environment. No deviations detected.

Related

Commit: [r475]

Discussion

  • Erik Hänel

    Erik Hänel - 2019-02-08

    Das ist ein MATLAB-spezifischer Request und daher unwahrscheinlich. Vorschlag: wir implementieren das Aus- und Einblenden von Zeilen auf Basis der Userauswahl ähnlich wie bei Notepad++.

     
  • Erik Hänel

    Erik Hänel - 2019-02-09
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2019-02-13
    • Version: v1.1.1 --> v1.1.2
     
  • Erik Hänel

    Erik Hänel - 2019-02-14
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,18 @@
     Es wäre schön, wenn doppelte %% machen farblich unterlegte/einklappbare Bereiche machen würden.
    +
    +###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: (*Have you updated the changes log?*)
    +* Comments: (*Have you written comments in the code, which describe your change?*)
    +* Documentation articles: (*Have you updated the documentation articles?*)
    +* Language files: (*Have you updated the language files?*)
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2019-02-21
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Es wäre schön, wenn doppelte %% machen farblich unterlegte/einklappbare Bereiche machen würden.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This can be achieved by using the `HideLines()` and `ShowLines()` member functions of `wxStyledTextCtrl`. We will add a marker before hidden lines, which will automatically expand the hidden lines if clicked.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2019-02-21
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,15 +4,15 @@
     This can be achieved by using the `HideLines()` and `ShowLines()` member functions of `wxStyledTextCtrl`. We will add a marker before hidden lines, which will automatically expand the hidden lines if clicked.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    +* Implementation: The new functionality was implemented as proposed by the analysis.
    
     * Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation test: Lines were hidden and unhidden again. The debugger was able to unhide the lines, if the corresponding line was hidden.
    
     ###Documentation:
    -* ChangesLog: (*Have you updated the changes log?*)
    -* Comments: (*Have you written comments in the code, which describe your change?*)
    -* Documentation articles: (*Have you updated the documentation articles?*)
    -* Language files: (*Have you updated the language files?*)
    +* ChangesLog: Updated
    +* Comments: Functions were commented.
    +* Documentation articles: Not needed
    +* Language files: Language files were updated
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2019-02-21
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -5,7 +5,7 @@
    
     ###Implementation:
    
     * Implementation: The new functionality was implemented as proposed by the analysis.
    -* Revision: [rXXX]
    +* Revision: [r475]
     * Implementation test: Lines were hidden and unhidden again. The debugger was able to unhide the lines, if the corresponding line was hidden.
    
     ###Documentation:
    
     

    Related

    Commit: [r475]

  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -15,4 +15,4 @@
    
     * Language files: Language files were updated
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +New functionality was tested in productive environment. No deviations detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB