orbitalquark

Results 95 comments of orbitalquark
trafficstars

Thanks! Added in https://github.com/orbitalquark/textadept/commit/39b70ac24ead506deb75d737ae8663d2420161d0

Do you mind trying to load the file in another Scintilla-based editor like SciTE (https://www.scintilla.org/SciTE.html) or Geany? Scintilla has been known to be a bit laggy with large files (particularly...

Thanks for taking the time to investigate. I'm going to venture a guess the lexer is the cause of the problem. Let's try this. Please make a backup of *lexers/text.lua*...

Hmm, okay. In addition to the `lexers/text.lua` change, try also adding the following to your *~/.textadept/init.lua*: ``` view.idle_styling = view.IDLESTYLING_NONE ```

Thanks for the feedback. Hmm, I'm going to have to try and reproduce this locally then when I have some time. I don't know what else to try :( That...

I haven't had a chance to look into this yet, but I did commit a fix to the text lexer: https://github.com/orbitalquark/scintillua/commit/c929e9d6072b5963bb595870c33d82ef8a2eb188. It will be in the next nightly build. It...

Okay, I had a little bit of time to look into this. I generated a CSV file with 200k rows consisting of 100 identical fields containing "csv-field" (no quotes). The...

Great, thanks for the update! I'll close this now.

Thanks for the file. I see that there is an issue, and will look into fixing it when I have some time.

I've pushed a fix for this file in https://github.com/orbitalquark/scintillua/commit/f1375d323c19c6264c3ad56abb1c24f52f3a28b9, and it should show up in tonight's nightly build. If you run into this again, you can set `lpeg.setmaxstack()` in your...