Search found 130 matches

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

Re: FIXED: [v16.10] CTRL-RIGHT bug

Thank you. BTW, maybe this is fixed, but, if you are at the front of this line (underscores are SPACEs) and press Ctrl-Shift-Right-Arrow: ___TMemIniFile ini = TMemIniFile.Create("c:\MyFolder\Settings.ini"); It selects THIS, with the the vertical bar being the cursor: ___TMemIniFile | ini =...
by rjbill
23 Jan 2024 18:51
Forum: Scripts
Topic: Error Reporting
Replies: 2
Views: 1601

Error Reporting

The level and type of error reporting in the Scripting system is ridiculous and stupid. Fixed it: The problem was "++nCount", which is not allowed, it has to be "nCount++". It's actually SAD and unfortunate that the error reporting works like this. For the JS code below, it only ...
by rjbill
23 Jan 2024 10:25
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 2279

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

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

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

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

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

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

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

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

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

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

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

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

Re: I guess the Script system changed

I finally got it to run, thanks.