code
code copied to clipboard
Code editor designed for elementary OS
### What Happened? Selected a word - others were highlighted. Then clicked elsewhere in the doc so the selection (and highlighting) was lost. Reselected the same word - no highlighting...
Fixes #1469 The previous limit on selection highlighting length was based on selecting only a single word but the plugin actually works on multi-word selections so the limit of less...
Fixes #1479 This also handles extending indented/nested unordered list.
### What Happened? Pressing `` after the last item in an unordered list did not add a new item ### Steps to Reproduce 1. Create an unordered list 2. Note...
Fixes #1475 Based on #1474 This PR ensures that new lines inserted into indented lists are numbered correctly. Note that it does not globally renumber the whole list as we...
### What Happened? Deleted line from middle of ordered list - the remaining lines were not renumbered ### Steps to Reproduce 1. Create an ordered list 2. Delete a line...
### What Happened? Tried to create an indented ordered list within an unordered list. (This works on Github e.g.). Pressing `` did not automatically insert a correctly numbered line at...
Fixes #1473
### What Happened? Numbered list autocomplete in markdown can erase text sometimes. ### Steps to Reproduce Let's say we are typing a list and happen to have text after that...
Fixes #1471 - Add a new setting to schema and make source of truth - Bind setting to GitManager property - Only ProjectChooserButton changes the active project (except GitManager as...