Search found 126 matches

by rjbill
16 Nov 2023 08:08
Forum: Bugs
Topic: FIXED? Disappeared 'Opened' File-Tabs
Replies: 4
Views: 2778

Re: FIXED? Disappeared 'Opened' File-Tabs

Thank you.
by rjbill
31 Oct 2023 04:34
Forum: Bugs
Topic: FIXED? Disappeared 'Opened' File-Tabs
Replies: 4
Views: 2778

Re: Disappeared 'Opened' File-Tabs

1. is unchecked 2. is checked I don't have a DebugOutput.txt or a DebugOptions.txt, although I did the upgrade. I use the Reopen last open documents at startup as a kind of Project Manager. Every time it has happened before, I was told that it was unrecoverable. A backup of the list, or file that ke...
by rjbill
28 Oct 2023 13:47
Forum: Bugs
Topic: FIXED? Disappeared 'Opened' File-Tabs
Replies: 4
Views: 2778

FIXED? Disappeared 'Opened' File-Tabs

Prior to updating to 16.01 Beta,
I started up the Editor, and
all of my 'opened' file tabs
disappeared.

This has happened before after
an upgrade, but never in the use of
the Editor.

It REALLY sux.
by rjbill
21 Sep 2023 10:58
Forum: Features
Topic: What happened to all the Feature Request posts?
Replies: 3
Views: 2354

Re: What happened to all the Feature Request posts?

I'm only showing TWO pages.

The last one is dated: Fri Jan 01, 2021 6:43 pm

I've done feature requests probably as far back as 2016 or maybe before that.
by rjbill
17 Sep 2023 09:28
Forum: Features
Topic: What happened to all the Feature Request posts?
Replies: 3
Views: 2354

What happened to all the Feature Request posts?

I came here to do a search for a feature request to see if it had been done and most of the posts are gone.
Were they archived anywhere?
by rjbill
26 Jan 2023 20:40
Forum: Bugs
Topic: Backup file edits didn't work
Replies: 0
Views: 3349

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: 1677

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: 1677

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: 3605

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: 3605

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: 14756

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: 14756

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: 14756

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: 14756

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: 18029

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...