Quick filter all files, Share files into markor#2521
Merged
Conversation
…to per_folder_sort_order
harshad1
commented
Mar 31, 2025
harshad1
commented
Mar 31, 2025
harshad1
commented
Mar 31, 2025
harshad1
commented
Mar 31, 2025
harshad1
commented
Mar 31, 2025
harshad1
commented
Mar 31, 2025
harshad1
commented
Mar 31, 2025
harshad1
commented
Mar 31, 2025
harshad1
commented
Mar 31, 2025
harshad1
commented
Mar 31, 2025
Collaborator
Author
|
@gsantner This is ready. Please let me know if you would like me to break this into smaller PRs |
|
I just installed the latest marder and opening files from a file explorer is now broken. Now gives notice about sync app, but I'm not using such a thing, and this combination of markor and MiXplorer haven't ever had such a problem. As best as I can find it's due to this PR. |
gsantner
added a commit
that referenced
this pull request
Oct 23, 2025
4 tasks
lrq3000
added a commit
to lrq3000/markor
that referenced
this pull request
Mar 14, 2026
Restore one-shot min-height initialization and avoid per-layout min-height churn, with guardrail comments to prevent reintroducing startup relayout regressions. This fixes a major speed regression introduced in commit 64ff85b in PR gsantner#2521 (squashed into b2f4407) that made loading of big files and opening the keyboard incredibly slow and proportional to the file size. Signed-off-by: Stephen L. <LRQ3000@gmail.com> Using OpenCode with ChatGPT Codex-5.3 + git-bisect
lrq3000
added a commit
to lrq3000/markor
that referenced
this pull request
Mar 14, 2026
Restore one-shot min-height initialization and avoid per-layout min-height churn, with guardrail comments to prevent reintroducing startup relayout regressions. This fixes a major speed regression introduced in commit 64ff85b in PR gsantner#2521 (squashed into b2f4407) that made loading of big files and opening the keyboard incredibly slow and proportional to the file size. Signed-off-by: Stephen L. <LRQ3000@gmail.com> Using OpenCode with ChatGPT Codex-5.3 + git-bisect
lrq3000
added a commit
to lrq3000/markor
that referenced
this pull request
Mar 14, 2026
Restore one-shot min-height initialization and avoid per-layout min-height churn, with guardrail comments to prevent reintroducing startup relayout regressions. This fixes a major speed regression introduced in commit 64ff85b in PR gsantner#2521 (squashed into b2f4407) that made loading of big files and opening the keyboard incredibly slow and proportional to the file size. Signed-off-by: Stephen L. <LRQ3000@gmail.com> Using OpenCode with ChatGPT Codex-5.3 + git-bisect
2 tasks
gsantner
pushed a commit
that referenced
this pull request
Mar 19, 2026
…wn (#2769) * fix: stabilize editor layout sizing to prevent large-file open slowdown Restore one-shot min-height initialization and avoid per-layout min-height churn, with guardrail comments to prevent reintroducing startup relayout regressions. This fixes a major speed regression introduced in commit 64ff85b in PR #2521 (squashed into b2f4407) that made loading of big files and opening the keyboard incredibly slow and proportional to the file size. * docs: add lrq3000 in CONTRIBUTORS.md * fix: Refactor speed regression fix duplications into a function syncEditorMinHeightOnce() to do one-shot editor min-height sync to prevent large-file open slowdown + cover more cases as originally intended in 64ff85b Signed-off-by: Stephen L. <LRQ3000@gmail.com>
gsantner
added a commit
that referenced
this pull request
Mar 19, 2026
…wn (PR #2769, closes #2739 #2652 #2716) * fix: stabilize editor layout sizing to prevent large-file open slowdown Restore one-shot min-height initialization and avoid per-layout min-height churn, with guardrail comments to prevent reintroducing startup relayout regressions. This fixes a major speed regression introduced in commit 64ff85b in PR #2521 (squashed into b2f4407) that made loading of big files and opening the keyboard incredibly slow and proportional to the file size. * docs: add lrq3000 in CONTRIBUTORS.md * fix: Refactor speed regression fix duplications into a function syncEditorMinHeightOnce() to do one-shot editor min-height sync to prevent large-file open slowdown + cover more cases as originally intended in 64ff85b Signed-off-by: Stephen L. <LRQ3000@gmail.com>
gsantner
added a commit
that referenced
this pull request
Mar 19, 2026
…wn (PR #2769, closes #2739 #2652 #2716) * fix: stabilize editor layout sizing to prevent large-file open slowdown Restore one-shot min-height initialization and avoid per-layout min-height churn, with guardrail comments to prevent reintroducing startup relayout regressions. This fixes a major speed regression introduced in commit 64ff85b in PR #2521 (squashed into b2f4407) that made loading of big files and opening the keyboard incredibly slow and proportional to the file size. * docs: add lrq3000 in CONTRIBUTORS.md * fix: Refactor speed regression fix duplications into a function syncEditorMinHeightOnce() to do one-shot editor min-height sync to prevent large-file open slowdown + cover more cases as originally intended in 64ff85b Signed-off-by: Stephen L. <LRQ3000@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds 2 new features:
Also included are a ton of fixes and improvements: