Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ctrl+backspace to delete word, performance optimizations #57

Merged

Conversation

molsonkiko
Copy link
Contributor

  1. Ctrl+Backspace in the base form will now delete the word (sequence of non-whitespace, non-punctuation chars) ending at the cursor location (partially address Can't use CTRL+Backspace in search bar #55 )
  2. Added optimizations to reduce the frequency of updating of the file list.
  3. Added the ability to disable highlighting of the file list if the number of results is large (for better performance, partially address NavigateTo causes NPP to freeze when a huge number of files would be shown #56)
  4. Made directory search more efficient by "remembering" whether search terms matched the top directory and thus avoiding the cost of performing unnecessary regex matches.

1. Ctrl+Backspace in the base form will now delete the word
    (sequence of non-whitespace, non-punctuation chars)
    ending at the cursor location.
2. Added optimizations to reduce the frequency
    of updating of the file list.
3. Added the ability to disable highlighting of the file list
    if the number of results is large (for better performance)
4. Made directory search more efficient.
@young-developer young-developer merged commit e46e31a into young-developer:master Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants