Menu

#435 Bookmarks - Color/Copy/Restart

v1.1.x
closed
None
v1.1.2
New Functionality
2019-08-21
2019-02-07
No
  1. Es wäre manchmal hilfreich, wenn man Bookmarks in verschiedenen Farben anlegen könnte.
  2. Dass man die Option hat, dass die Bookmarks nach einem Neustart noch bestehen.
  3. Dass Bookmarks mitkopiert werden, wenn die Zeilen kopiert werden.

Analysis:

Only the option to save bookmarks at application shutdown and restoring them afterwards seems to be a implementable request. One can do so by storing them in the session file. This will require another field in the session file and an interface to the editor to obtain the list of bookmarks (and also an interface to set the list of bookmarks).

Implementation:

  • Implementation: An option value was added to save the bookmarks upon application shutdown and restore them in the next session.
  • Revision: [r538]
  • Implementation test: The session file is read correctly, if the option value is set to true and if it is set to false.

Documentation:

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

Tests:

The functionality was tested manually. The bookmarks are restored successfully.

Related

Commit: [r538]

Discussion

  • Erik Hänel

    Erik Hänel - 2019-02-07
    • status: open --> accepted
    • Version: v1.1.1 --> v1.1.2
     
  • Erik Hänel

    Erik Hänel - 2019-05-03
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,25 @@
    
     1. Es wäre manchmal hilfreich, wenn man Bookmarks in verschiedenen Farben anlegen könnte.
     2. Dass man die Option hat, dass die Bookmarks nach einem Neustart noch bestehen.
     3. Dass Bookmarks mitkopiert werden, wenn die Zeilen kopiert 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 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 - 2019-05-09
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,7 +3,7 @@
    
     3. Dass Bookmarks mitkopiert werden, wenn die Zeilen kopiert werden.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Only the option to save bookmarks at application shutdown and restoring them afterwards seems to be a implementable request. One can do so by storing them in the session file. This will require another field in the session file and an interface to the editor to obtain the list of bookmarks (and also an interface to set the list of bookmarks).
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2019-05-09
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,19 +6,19 @@
     Only the option to save bookmarks at application shutdown and restoring them afterwards seems to be a implementable request. One can do so by storing them in the session file. This will require another field in the session file and an interface to the editor to obtain the list of bookmarks (and also an interface to set the list of bookmarks).
    
     ###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: An option value was added to save the bookmarks upon application shutdown and restore them in the next session.
    +* Revision: [r538]
    +* Implementation test: The session file is read correctly, if the option value is set to `true` and if it is set to  `false`.
    
     ###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: [r538]

  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -22,4 +22,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +The functionality was tested manually. The bookmarks are restored successfully.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB