Skip to content

Commit

Permalink
Add links to corresponding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ffes committed May 7, 2020
1 parent c346169 commit 22341ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Known Issues
- Closing the snippets window with the ``x`` does not update toolbar icon
and menu item. And as a result of that the state is not remembered
properly. I need to find the notification that is send to the window
on clicking the ``x``.
on clicking the ``x`` (`#26`_).

- When a library is not alphabetic sorted, and you move an item up or
down, this is slow. This is because the ``Sort``-field of all the
Expand All @@ -13,3 +13,5 @@ Known Issues
- The icon on the docking tab is inverted for some strange reason.

- When there is no write-access to the database, this is not properly handled.

.. _#26: https://github.com/ffes/nppsnippets/issues/26
3 changes: 2 additions & 1 deletion docs/wishlist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The wish list is in random order.
- Remember the last select snippet from the list. Useful when switching
between different languages.

- Add support for multiple selections.
- Add support for multiple selections (`#2`_).

- Easier sorting for non-alphabetic libraries. (move to top, move to
bottom, dragging?)
Expand All @@ -31,4 +31,5 @@ The wish list is in random order.
- Libraries can be hard to find when there is something wrong with the
languages that are set for this library.

.. _#2: https://github.com/ffes/nppsnippets/issues/2
.. _#7: https://github.com/ffes/nppsnippets/issues/7

0 comments on commit 22341ff

Please sign in to comment.