overleaf/services/web/frontend/js/features/source-editor/extensions
Alf Eaton a8ed6b65e1 [cm6] Improve "vertical overflow" handling (#12405)
* Avoid setting style on the editor view whenever overflowPaddingState changes
* Round values in recalculateScreenPositions
* Refactor ignoreGeometryChangesUntil slightly
* Restore the original value

GitOrigin-RevId: 75c57be21dd16a748c0d9b14058386849a80b831
2023-04-17 08:04:18 +00:00
..
changes [cm6] Improve "vertical overflow" handling (#12405) 2023-04-17 08:04:18 +00:00
spelling Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
toolbar Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
visual Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
annotations.ts
auto-complete.ts
auto-pair.ts
bracket-matching.ts
browser.ts
bundle.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
class-highlighter.ts
close-prefixed-brackets.ts
cursor-highlights.ts
cursor-position.ts
draw-selection.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
editable.ts
empty-line-filler.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
exception-logger.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
filter-characters.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
folding-keymap.ts
font-load.ts
go-to-line.ts
highlight-active-line.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
highlight-selection-matches.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
indentation-markers.ts
index.ts Add CodeMirror dev tools extension (#12142) 2023-04-17 08:04:09 +00:00
inline-background.ts
keybindings.ts
language.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
line-numbers.ts
line-wrapping-indentation.ts
phrases.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
realtime.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
scroll-one-line.ts
scroll-position.ts
search.ts Move source editor out of module (#12457) 2023-04-13 08:40:56 +00:00
shortcuts.ts
symbol-palette.ts
theme.ts
third-party-extensions.ts
track-changes.ts
vertical-overflow.ts [cm6] Improve "vertical overflow" handling (#12405) 2023-04-17 08:04:18 +00:00
wait-for-parser.ts