Search found 121 matches

by rjbill
23 Jan 2024 23:55
Forum: Scripts
Topic: TMemIniFile
Replies: 3
Views: 1002

Re: TMemIniFile

BTW -- I'm using this .ini for another Script called "TabToLastColumn", which will use this stored value. Unfortunately, it will have to open and read the file every time it's called, which is not ideal. It's the only way I could see to save a STATIC value between executions. It would be n...
by rjbill
23 Jan 2024 23:45
Forum: Scripts
Topic: TMemIniFile
Replies: 3
Views: 1002

Re: TMemIniFile

Okay. Thanks.

So it's been broken and no one noticed because no one tried it?
by rjbill
23 Jan 2024 22:25
Forum: Scripts
Topic: TMemIniFile
Replies: 3
Views: 1002

TMemIniFile

Now I can't get this .ini stuff to work. I originally tried writing an Integer, but it wouldn't accept the variable as an integer, no matter what I did. (WriteInteger) So I decided to write it as a string. nTabColumn is created using: var nTabColumn = StrToInt (InputBox ("Tab To Column", &...
by rjbill
23 Jan 2024 22:18
Forum: Scripts
Topic: Error Reporting
Replies: 2
Views: 227

Re: Error Reporting

It works without the MainApp.

Mine has never changed the cursor location anywhere. (that I can remember historically, even)
Even when I do Dual Document View like is suggested in the Help.
by rjbill
23 Jan 2024 22:15
Forum: Bugs
Topic: CHM Help file
Replies: 3
Views: 270

Re: CHM Help file

Thanks. That was the problem.

It's not Unlock, it's UnBlock.

Just right-click on the file and choose Properties, and at the bottom click the Unblock checkmark.
by rjbill
23 Jan 2024 20:03
Forum: Bugs
Topic: CHM Help file
Replies: 3
Views: 270

CHM Help file

I don't know if it's just me, but the CHM file doesn't work. (newly downloaded)
When I click on an item in the left "menu", it doesn't show anything in the right section.
by rjbill
23 Jan 2024 19:51
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 747

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

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

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

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

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

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

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

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

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?