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

Crash Notepad++ after apply QT snippet on the 260 char at line #20

Closed
SooR opened this issue Dec 23, 2020 · 3 comments
Closed

Crash Notepad++ after apply QT snippet on the 260 char at line #20

SooR opened this issue Dec 23, 2020 · 3 comments

Comments

@SooR
Copy link

SooR commented Dec 23, 2020

Hello. I'm trying insert some text by a keyword and [ctrl + space ] for submitting, but on the 260 (or more) character npp was crashed w/o any errors.

Npp 7.9.1 x64, win10.
My plugins:

  • DSpellCheck,
  • ElasticTabstops,
  • Explorer,
  • NavigateTo,
  • NppFTP,
  • QuickText,
  • XMLTools
@vinsworldcom
Copy link
Owner

I assume you mean the Snippet is more than 260 characters, not that you're trying to insert it into a file at the 260th character at line 20? What is the snippet?

I have snippets that are about double the 260 characters and they work fine. Couple of things:

  • make sure the Snippet only uses ANSI characters
  • try without the other plugins (especially ElasticTabstops and NavigateTo as I have all the other plugins installed and I don't have the issue).

Cheers.

@AlejandroNQ
Copy link

nope! it apparently beaks if you try to replace a tag after the 260th character in a line. I've been having the same issue although I did not know when or why it happened but after a few tests I've reached the same conclusion.

vinsworldcom pushed a commit that referenced this issue Oct 24, 2021
@vinsworldcom
Copy link
Owner

Try the latest on the develop branch. If you need a compiled version, please let me know and I can provide a pre-release.

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

No branches or pull requests

3 participants