Search found 121 matches

by rjbill
26 Jan 2023 20:40
Forum: Bugs
Topic: Backup file edits didn't work
Replies: 0
Views: 1180

Backup file edits didn't work

One of the few times I needed to recover something from the backed up edit files and it didn't work. I deleted a section of a file. Then did a bunch of edits. Then I realized I should have gotten a copy of the deleted section. And I didn't want to undo all of those edits to get it back. Then I remem...
by rjbill
10 Dec 2022 23:13
Forum: Bugs
Topic: FIXED: Bug(s) with v15.66 upgrade
Replies: 7
Views: 1029

Re: FIXED: Bug(s) with v15.66 upgrade

But no way to recover my files opened in tabs?
by rjbill
10 Dec 2022 12:04
Forum: Bugs
Topic: FIXED: Bug(s) with v15.66 upgrade
Replies: 7
Views: 1029

FIXED: Bug(s) with v15.66 upgrade

I just upgraded to version 15.66 (64 bit) [from 15.63] and it forgot all of the files I had open, which is HIGHLY irritating and annoying. I suppose there is no way to get them back. I can kind of get them back via the Home panel Recent Files. (I think) But it's a major pain having to go through tho...
by rjbill
27 Oct 2022 08:24
Forum: Questions
Topic: WinMerge x86 32b or WIn 10 64b?
Replies: 3
Views: 1844

Re: WinMerge x86 32b or WIn 10 64b?

Yeah. I generally don't mess with stuff or upgrade too much.

"RJTE's own tool"? Is it built-in "now"? So no need for external program?
by rjbill
26 Oct 2022 21:51
Forum: Questions
Topic: WinMerge x86 32b or WIn 10 64b?
Replies: 3
Views: 1844

WinMerge x86 32b or WIn 10 64b?

WinMerge is now (?) available as a 64-bit program.

I have 32-bit installed.

I wasn't sure if that was because RJTE required that, or what?

Does it matter?
by rjbill
11 Aug 2022 10:06
Forum: Scripts
Topic: I guess the Script system changed
Replies: 5
Views: 11406

Re: I guess the Script system changed

I finally got it to run, thanks.
by rjbill
11 Aug 2022 09:51
Forum: Scripts
Topic: I guess the Script system changed
Replies: 5
Views: 11406

Re: I guess the Script system changed

Thanks. I originally didn't have the #language JScript but saw in the manual that it could be done, so I added it. When I took it out, it showed the start message I added. But then it locked the editor up and it acted strange. This if (sChar >= "0" && sChar <= "9") { is c...
by rjbill
10 Aug 2022 11:41
Forum: Scripts
Topic: I guess the Script system changed
Replies: 5
Views: 11406

Re: I guess the Script system changed

Thanks. It didn't move the cursor anywhere. Strange that you can't use built-in JavaScript functions. I changed what probably needed to be changed and now it's not giving any error messages, but is also not doing anything. I also added ShowMessage("Start"); at the top of the script and tha...
by rjbill
09 Aug 2022 23:47
Forum: Scripts
Topic: I guess the Script system changed
Replies: 5
Views: 11406

I guess the Script system changed

Is there a manual for it anywhere yet? Most of my scripts don't work now. This script gives an error saying it needs a ')', but I have no idea where. Maybe I'm missing it, or something has changed. Document.BeginUpdate(); var sText = Document.SelText; if (sText == "") { Document.SelectAll;...
by rjbill
09 Aug 2022 22:32
Forum: Scripts
Topic: Wrap it! script
Replies: 4
Views: 14664

Re: Wrap it! script

I enhanced, renamed, and cleaned up the code to make it more readable and understandable. Added some SPACE characters and a Cancel button. Added/Modified: ('_' is a SPACE here) jsphpMultiLineComment /*_ selection _*/ jsphpSingLineComment //_ selection phpHashComment #_ selection htmlComment <!--_ se...
by rjbill
29 Apr 2022 07:48
Forum: Bugs
Topic: Selected text color changed after upgrade
Replies: 0
Views: 1170

Selected text color changed after upgrade

This is basically a bug. I had changed my Selection Text Background Color to White on RED so it was evident and stood out, and when I upgraded to version 15.49 (?), it "reset" (?) it to a light green background color . (black text) I made the customization so long ago, now I have to figure...
by rjbill
12 Apr 2022 08:56
Forum: Questions
Topic: Export found text?
Replies: 2
Views: 2309

Re: Export found text?

It had been so long since I had done that, I forgot how, but then finally remembered.

You use the COUNT function of the Search dialog box.
by rjbill
11 Apr 2022 08:53
Forum: Questions
Topic: Export found text?
Replies: 2
Views: 2309

Export found text?

I thought the editor already did this, or maybe I asked for it as a Feature and it was never done. But I need the FOUND text only from a regular expression, and the ability to copy it into the buffer or export it to a file, not the line number and full line with highlighted found text. Am I missing ...
by rjbill
22 Nov 2020 07:37
Forum: General discussion
Topic: UnWrap text?
Replies: 1
Views: 5286

Re: UnWrap text?

Figured it out.

Used JOIN LINES.
by rjbill
21 Nov 2020 23:19
Forum: General discussion
Topic: UnWrap text?
Replies: 1
Views: 5286

UnWrap text?

I'm trying to turn several lines of text into one long line, which the editor used to do, to make this look like this: I'm trying to turn several lines of text into one long line, which the editor used to do, to make this look like this: But the UNWRAP LINES BY REMOVING LINE BREAKS... menu item unde...