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

Fix crash when opening a large one-line file (500MB) on 32-bit, and improve loading time #329

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 5, 2023

  1. Merged and modified get_visible_text and underline_misspelled_words

    	Doesn't get the entire line at once, instead it now works in blocks of 4096 characters
    	Takes into account visible lines, horizontal scroll, and the end of the visible text in a line
    
    Changed is_word_under_cursor_correct to check prev token and next token from the current position instead of using the entire line
    	Also added a protection for when the document isn't loaded by N++
    jofon committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9f5980f View commit details
    Browse the repository at this point in the history