Menu

#430 Renaming - Check Boxes

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

Kontrollboxen beim Renaming wären sehr hilfreich, um folgende Funktionen zu erweitern:

  • Ersetzungen auch in den Kommentaren
  • Ersetzungen auch in lokalen Funktionen
  • Ersetzungen auch von Matlab Grundfunktionen
  • Umbennen ab einem bestimmten Punkt im Code, falls Variablen recycled werden

Analysis:

This requires creating a new dialog, which provides such a feature. The logic has to be implemented in NumeReEditor::RenameSymbols()

Implementation:

  • Implementation: The change was implemented as proposed by the analysis.
  • Revision: [r482]
  • Implementation test: All four options were tested without any deviation.

Documentation:

  • ChangesLog: Updated
  • Comments: Changed functions were commented sufficiently
  • Documentation articles: Not needed
  • Language files: Language strings were created

Tests:

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

Related

Commit: [r482]

Discussion

  • Erik Hänel

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

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

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

    Diff:

    --- old
    +++ new
    @@ -1,5 +1,23 @@
     Kontrollboxen beim Renaming wären sehr hilfreich, um folgende Funktionen zu erweitern:
    +
    
     * Ersetzungen auch in den Kommentaren
     * Ersetzungen auch in lokalen Funktionen
    -* Erstzungen auch von Matlablab Grundfunktionen
    +* Ersetzungen auch von Matlab Grundfunktionen
     * Umbennen ab einem bestimmten Punkt im Code, falls Variablen recycled werden
    +
    +###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-23
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,7 +6,7 @@
    
     * Umbennen ab einem bestimmten Punkt im Code, falls Variablen recycled werden
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This requires creating a new dialog, which provides such a feature. The logic has to be implemented in `NumeReEditor::RenameSymbols()`
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -9,15 +9,15 @@
     This requires creating a new dialog, which provides such a feature. The logic has to be implemented in `NumeReEditor::RenameSymbols()`
    
     ###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 change was implemented as proposed by the analysis.
    +* Revision: [r482]
    +* Implementation test: All four options were tested without any deviation.
    
     ###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: Changed functions were commented sufficiently
    +* Documentation articles: Not needed
    +* Language files: Language strings were created
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r482]

  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
     * Language files: Language strings were created
    
     ###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