spello :)
This commit is contained in:
Родитель
439cd70b6c
Коммит
47b8e07c99
|
@ -11,6 +11,7 @@ Whenever a `markdown` file is loaded a status bar message is added which include
|
|||
the events for opening and closing a file don't seam to fire predictably:
|
||||
|
||||
Repro:
|
||||
|
||||
1. run extension
|
||||
2. open a folder w/ moced filed
|
||||
3. open a `.md` file status bar _may_ activate
|
||||
|
@ -18,10 +19,11 @@ Repro:
|
|||
5. status bar stay stay active
|
||||
6. navigate to another `.md` status bar will probably activate but may have a stale count
|
||||
|
||||
## Keybinding 'Alt+T' - Test Tools
|
||||
## Keybinding 'Alt+T' - Text Tools
|
||||
Also available as `command`.
|
||||
|
||||
Hit `Alt+T` to get some text replacement tools e.g.
|
||||
|
||||
* toUpper
|
||||
* toLower
|
||||
* Reverse
|
||||
|
@ -44,6 +46,7 @@ This function will replace the selection(s) with more text than they had orrigin
|
|||
In the code I attempt to handle this with some simple re-writing of the selection range from the replacement `txt.length`. However the resulting selection is much longer.
|
||||
|
||||
Repro:
|
||||
|
||||
1. Open a doc
|
||||
2. select some text w/ html in it
|
||||
3. `Alt+T' select Encode HTML
|
||||
|
|
Загрузка…
Ссылка в новой задаче