1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/utils
Caleb John e1144c098e
Desktop: Fixed scrolling issue when editing while searching in CodeMirror (#3593)
Only scroll to search matchs when the user changes the search or
explicitly changes the search index
https://discourse.joplinapp.org/t/codemirror-feedback/10397
2020-08-08 10:11:55 +01:00
..
index.ts Desktop: Manually refresh codemirror whenever the window size changes (#3388) 2020-07-02 22:45:43 +01:00
types.ts Desktop: Add option to choose Code Mirror as code editor (#3284) 2020-06-06 16:00:20 +01:00
useCursorUtils.ts Desktop: Add option to choose Code Mirror as code editor (#3284) 2020-06-06 16:00:20 +01:00
useEditorSearch.ts Desktop: Fixed scrolling issue when editing while searching in CodeMirror (#3593) 2020-08-08 10:11:55 +01:00
useJoplinMode.ts Desktop: Fixes #3560: Modify the CodeMirror linter plugin to fix katex (#3582) 2020-08-02 11:33:59 +01:00
useLineSorting.ts Desktop: Add option to choose Code Mirror as code editor (#3284) 2020-06-06 16:00:20 +01:00
useListIdent.ts Desktop: Codemirror: clean up list indent code (#3581) 2020-08-01 19:09:52 +01:00
useScrollUtils.ts Desktop: Implement scroll-past-end on CodeMirror editor (#3589) 2020-08-08 09:55:10 +01:00