Kenichi Kobayashi
275851091a
Desktop: Fixes #6416 : Switching a note using Sidebar is slow and grayed out ( #6430 )
2022-11-14 17:26:43 +00:00
Kenichi Kobayashi
5d49fcfe4e
Desktop: Fixes #6416 : Switching a note using Sidebar is slow and grayed out ( #6430 )
2022-11-14 17:25:41 +00:00
Kenichi Kobayashi
55d98346ee
Desktop: Fixes #6639 : Re-ordering note list items causes unwanted height change ( #6640 )
2022-07-10 15:10:08 +01:00
Kenichi Kobayashi
40bc63e7ea
Suppress redundant NoteEditor re-rendering by removing non-changing updates of state.selectedNoteTags ( #6470 )
2022-06-08 10:34:08 +01:00
Kenichi Kobayashi
c320d2364e
Performance: suppresses redundant SideBar re-rendering on state.tags ( #6451 )
2022-06-08 10:33:53 +01:00
Kenichi Kobayashi
fb9e78d6c1
Desktop: Fixes #5178 : Allow styling note list items using custom CSS ( #6542 )
2022-06-08 10:33:06 +01:00
Kenichi Kobayashi
2dedede5c3
Removes unnecessary trivial dependencies that causes re-rendering ( #6471 )
2022-06-07 18:21:55 +01:00
Kenichi Kobayashi
443e049022
Performance: fixes false dependencies in MainScreen ( #6444 )
2022-06-07 18:09:50 +01:00
Kenichi Kobayashi
5d9b43ee31
Desktop: Resolves #5770 : Performance improvement when switching note while plugins are running ( #6409 )
2022-04-17 12:41:27 +01:00
Kenichi Kobayashi
f6e21e0180
Desktop: Fixes #6074 : Scroll jumps when typing if heavy scripts or many large elements are used ( #6383 )
2022-04-10 11:31:17 +01:00
Kenichi Kobayashi
638905e1b8
Desktop: Fixes #6042 : Scroll position is not remembered (regression) ( #6043 )
2022-01-24 09:55:46 +00:00
Kenichi Kobayashi
5143a81749
Desktop: Fixes #5981 : Scroll positions are not preserved when layout changes ( #6021 )
2022-01-17 10:30:09 +00:00
Kenichi Kobayashi
8825133675
Desktop: Fixes #5968 : Default sort order lost on exit ( #6022 )
2022-01-16 11:49:16 +00:00
Kenichi Kobayashi
a683f12622
Desktop: Clickable tags in Tag Bar ( #5956 )
2022-01-09 11:32:21 +00:00
Kenichi Kobayashi
24dbede6c1
Desktop: Fixes #5890 : Scroll jump when checkbox is toggled in Viewer ( #5941 )
2022-01-09 11:26:40 +00:00
Kenichi Kobayashi
70e623e741
Desktop: Fixes #5918 : Scroll jumps when images are rendered in Markdown Editor ( #5929 )
2022-01-09 11:26:03 +00:00
Kenichi Kobayashi
b98e64c881
Desktop: Fixes #5850 : Editor loses cursor focus when Ctrl+F search is closed ( #5919 )
2021-12-28 10:26:33 +00:00
Kenichi Kobayashi
852e6c141b
Desktop: Fixes #5549 : cannot jump if local search count is one ( #5894 )
2021-12-27 18:13:09 +00:00
Kenichi Kobayashi
8685bfaa18
Doc: Synchronous Scroll documentation/spec ( #5883 )
2021-12-19 14:35:51 -05:00
Kenichi Kobayashi
3a6380fa92
Doc: Fix sync-scroll comment to refer a correct URL ( #5868 )
2021-12-18 15:16:00 +00:00
Kenichi Kobayashi
fe2eb25acb
Desktop: Fixes #5872 : Markdown search no longer scrolls to result ( #5876 )
2021-12-18 15:14:57 +00:00
Kenichi Kobayashi
5c82e439a7
Desktop: Fixes #5708 : Scroll positions are preserved ( #5826 )
...
Features:
- Scroll position is preserved when the editor layout changes.
- Scroll position is remembered when a note selection changes.
Modifications:
- The current Sync Scroll feature (in v2.6.2) is modified to use line-percent-based scroll positions.
- Scroll position translation functions, Viewer-to-Editor and Editor-to-Viewer, are separated into V2L / L2E and E2L / L2V respectively.
- The scrollmap is moved from gui/utils/SyncScrollMap.ts to note-viewer/scrollmap.js.
- IPC Protocol about the scrollmap becomes not necessary and is removed.
- Ignores non-user scroll events to avoid sync with incorrect scroll positions.
- When CodeMirror is not ready, setEditorPercentScroll() is waited.
- Fixes the bug: An incorrect scroll position is sometimes recorded.
- Since scroll positions become line-percent-based, the following incompatibilities of scroll positions are fixed:
- Between Editor and Viewer.
- Between Viewer Layout and Split Layout of Viewer
- Between Editor Layout and Split Layout of Editor
2021-12-15 18:03:20 +00:00
Kenichi Kobayashi
7ce9ae11c7
Desktop: Added detailed tooltip for 'Toggle Sort Order Field' button ( #5854 )
2021-12-13 15:29:23 +00:00
Kenichi Kobayashi
ec8b9b8ea8
Desktop: Fixes #5694 : Sync-scroll support for HTML notes ( #5695 )
2021-11-11 17:28:32 +00:00
Kenichi Kobayashi
d7e08770bd
Desktop: Resolves #4827 , Resolves #5652 : Fixed and improve laggy scroll in text editor ( #5606 )
2021-11-11 15:43:32 +00:00
Kenichi Kobayashi
f495db1391
Desktop: Sort Order Buttons and Per-Notebook Sort Order ( #5437 )
2021-11-11 15:33:37 +00:00
Kenichi Kobayashi
e4d5e9cefb
Desktop: Fixes #5582 : Currently opened note is not updated after sync (5582) ( #5711 )
2021-11-11 15:31:20 +00:00
Kenichi Kobayashi
200ba858dd
Deskop: Fixes flickering when switching notes while the Note Search Bar is visible ( #5548 )
2021-11-09 15:47:25 +00:00
Kenichi Kobayashi
630a400181
Desktop: Resolves #2242 : Implements Sync-Scroll for Markdown Editor and Viewer ( #5512 )
2021-11-03 12:10:46 +00:00
Kenichi Kobayashi
1d46d9f657
Desktop: Resolves #4827 : Laggy scrolling in Markdown viewer ( #5496 )
2021-10-16 11:44:02 +01:00
Kenichi Kobayashi
6c43b78496
All: Fixes #5447 : Plugin onNoteSelectionChange() is triggered twice after a search ( #5449 )
2021-09-12 11:40:14 +01:00