Menu

#318 Selection of the editor font, esp. its size

v1.1.x
closed
None
v1.1.1
New Functionality
2018-11-10
2018-04-20
Erik Hänel
No

Make the editor font chooseable, especially its size. If possible, apply that to the console, too.

Analysis:

The following changes have to be made:

  • The new option has to be made a member to the Options class as a wxFont type
  • The OptionsDialog needs the corresponding controls
  • The NumeReEditor needs a member method, which allows to change the editor font and update the style
  • The annotation style needs to ensure that it is smaller than the editor font size, if the editor font size is larger than 9 and equal to it below

Implementation:

  • Implementation: The new functionality was implemented as proposed by the analysis.
  • Revision: [r392]
  • Implementation test: The font was changed multiple times and the change of the font was observed

Documentation:

  • ChangesLog: updated
  • Comments: Too small changes to need a comment
  • Documentation articles: not needed
  • Language files: The language files were updated correspondingly.

Tests:

The new functionality was tested thoroughly in production tests. All deviations were resolved.

Related

Commit: [r392]

Discussion

  • Erik Hänel

    Erik Hänel - 2018-04-21
    • status: open --> accepted
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -1 +1,18 @@
     Make the editor font chooseable, especially its size. If possible, apply that to the console, too.
    +
    +###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
    • Version: Planned --> v1.1.1
     
  • Erik Hänel

    Erik Hänel - 2018-09-12
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,12 @@
     Make the editor font chooseable, especially its size. If possible, apply that to the console, too.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +The following changes have to be made:
    +
    +* The new option has to be made a member to the `Options`  class as a `wxFont` type
    +* The `OptionsDialog` needs the corresponding controls
    +* The `NumeReEditor` needs a member method, which allows to change the editor font and update the style
    +* The annotation style needs to ensure that it is smaller than the editor font size, if the editor font size is larger than 9 and equal to it below
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-09-12
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -9,15 +9,15 @@
    
     * The annotation style needs to ensure that it is smaller than the editor font size, if the editor font size is larger than 9 and equal to it below
    
     ###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 new functionality was implemented as proposed by the analysis.
    +* Revision: [r392]
    +* Implementation test: The font was changed multiple times and the change of the font was observed
    
     ###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: Too small changes to need a comment
    +* Documentation articles: not needed
    +* Language files: The language files were updated correspondingly.
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r392]

  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
     * Language files: The language files were updated correspondingly.
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +The new functionality was tested thoroughly in production tests. All deviations were resolved.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB