Menu

#625 Variable viewer improvements

v1.1.x
closed
gui (58)
v1.1.4
Change Request
2022-01-17
2021-08-21
Erik Hänel
No

The variable viewer in the bottom right needs some improvements:

  • The default name for saving a table should not include the table's parentheses
  • An additional option for editing a table's contents should be added
  • Add also the currently needed variable size to the viewer (if not part of the debugger, of course)
  • Copy variable's value to clipboard

Analysis:

Most of this stuff is a simple enhancement of the already available functionalities. Displaying the variables size is probably a bit more complex as it requires passing this information from the kernel.

Implementation:

  • Implementation: Implemented as proposed by the analysis.
  • Revision: [r1025]
  • Implementation test: Context menu functionalities were tested.

Documentation:

  • ChangesLog updated
  • Code changes commented
  • Documentation articles:
    • corresponding documentation articles updated
    • new documentation articles created
    • not needed
  • Language files:
    • corresponding language files updated
    • not needed

Tests:

Change request was tested manually. No deviation detected.

Related

Commit: [r1025]

Discussion

  • Erik Hänel

    Erik Hänel - 2021-08-21
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,3 +2,4 @@
    
     * The default name for saving a table should not include the table's parentheses
     * An additional option for editing a table's contents should be added
    +* Add also the currently needed variable size to the viewer (if not part of the debugger, of course)
    
     
  • Erik Hänel

    Erik Hänel - 2021-09-06
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,3 +3,4 @@
     * The default name for saving a table should not include the table's parentheses
     * An additional option for editing a table's contents should be added
     * Add also the currently needed variable size to the viewer (if not part of the debugger, of course)
    +* Copy variable's value to clipboard
    
     
  • Erik Hänel

    Erik Hänel - 2021-09-11
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-10-16
    • labels: --> gui
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,3 +4,25 @@
     * An additional option for editing a table's contents should be added
     * Add also the currently needed variable size to the viewer (if not part of the debugger, of course)
     * Copy variable's value to clipboard
    +
    +###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 updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2021-10-20
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,7 +6,7 @@
     * Copy variable's value to clipboard
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Most of this stuff is a simple enhancement of the already available functionalities. Displaying the variables size is probably a bit more complex as it requires passing this information from the kernel.
    
     ###Implementation:
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2021-10-20
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -9,19 +9,19 @@
     Most of this stuff is a simple enhancement of the already available functionalities. Displaying the variables size is probably a bit more complex as it requires passing this information from the kernel.
    
     ###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: Implemented as proposed by the analysis.
    +* Revision: [r1025]
    +* Implementation test: Context menu functionalities were tested.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r1025]

  • Erik Hänel

    Erik Hänel - 2022-01-17
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -25,4 +25,4 @@
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Change request was tested manually. No deviation detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel