Search found 128 matches

by rjbill
23 Jan 2024 10:25
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 2152

Re: [v16.10] CTRL-RIGHT bug

Yeah. Afaic, it's BROKEN now. It is very irritating. I think that Ctrl-Right-Arrow should be "Start of Next Word" and Ctrl-Left-Arrow should be "Start of Previous Word". With words basically being delimited by SPACE characters, although sometimes you would like other characters, ...
by rjbill
02 Dec 2023 12:01
Forum: Bugs
Topic: FIXED? Set Font... -- Odd Behavior?
Replies: 3
Views: 2935

FIXED? Set Font... -- Odd Behavior?

I looked in the manual, and it says it sets the font for each file type. On the one hand, that's kind of nice, and is possibly usable for some people. OTOH, I would like to set the font for ALL files as a global size. So I posted this in Bugs, because this is buggy to me. I don't know if there is a ...
by rjbill
16 Nov 2023 08:08
Forum: Bugs
Topic: FIXED? Disappeared 'Opened' File-Tabs
Replies: 4
Views: 2819

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

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

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

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

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

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

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

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

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

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

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

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

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