Page 1 of 1

V16.64... quirky problems...

Posted: 20 Jun 2026 03:08
by DerellLicht1
Okay, this is going to be difficult to analyze, as it is not repeatable... but I have had two different editor malfunctions today...

I am on Windows 10 Pro, I've been editing an html file, 8800 lines long. Other than this, I have a couple of text files, and intermittently have other html files loaded as well. Just to clarify, the editor had been open for several days, and I've been editing this one particular html file continuously for about two days.

issue from earlier today: I have a scratch-pad text file called x.txt, that I always keep open; it's usually used for stripping formatting data out of stuff that I get off the web. Today I've used it a few times to convert pdf text to regular text. But one time, I went to paste text into x.txt, and the program was completely confused; I would click on the tab for x.txt, and it would do various incorrect things, such as highlighting part of the x.txt tab, or highlighting a box in the text area. I tried clicking on other files, including my html file, and various odd things kept happening. I tried clicking the upper-right-corner close button, but it didn't work. I finally killed the editor from the command line, using pskill. When I re-opened the editor, it was working fine.

Just a few minutes ago, I was trying to edit a line in the html file (at line 6006); I was trying to insert "[4], then correct the beginning of the existing line, but it was doing strange things, such as ignoring the "[4", insert the "]", then jump a few characters into the existing string, and insert the "[4" down there... nothing that I typed would fix it. This time, I was able to close the editor using the title bar close button, and everything is working now...

but *something* is very confused...
At this point, this is all I have to offer, but if you have any suggestions of other things that I can do to help debug this, let me know and I'll do them.

For now, just be aware that something is a little flaky in the existing implementation...

Re: V16.64... quirky problems...

Posted: 20 Jun 2026 11:12
by Rickard Johansson
Here is a debug version that will monitor memory issues and exceptions. It will run a little bit slower than normal though :(

https://www.rj-texted.se/downloads/TextEd.zip

Re: V16.64... quirky problems...

Posted: 20 Jun 2026 14:34
by DerellLicht1
Okay, I'll run that for awhile...

I really don't think "a little bit slower" will be a problem for me; I've never had any performance issues with RJTE...

Re: V16.64... quirky problems...

Posted: 20 Jun 2026 15:00
by DerellLicht1

Code: Select all

&This analysis is based on information provided on page 33 of The 
Con Edison power failure of July 13 and 14,1977, final staff report (June 
1978). U.S. Department of Energy, Federal Energy Regulatory 
Commission. 
Okay, this happened again... I have the preceding paragraph;
I highlighted the & and was going to replace it with [8]

Instead, when I typed [ , it put square brackets around & ,
and moved the cursor to beginning of the line.
when I then continued typing 8], I ended up with this:

Code: Select all

8][&]This analysis is based on information provided on page 33 of The 
I am running your debug version; what should I look at??

Oh, one other note... I had the same effect when I had copied this block of code to a text file, so it is not specifically related to .html ...

Re: V16.64... quirky problems...

Posted: 20 Jun 2026 17:21
by Rickard Johansson
In options: turn off "General -> Auto completion -> Automatically enclose selection with braces e.g. ()[]{}"