Search found 118 matches

by rjbill
19 Mar 2024 18:24
Forum: Bugs
Topic: FIXED: SHIFT-Ctrl-Right-Arrow in Quick Macro BUG
Replies: 2
Views: 120

FIXED: SHIFT-Ctrl-Right-Arrow in Quick Macro BUG

I sometimes need to line up some 2-column (or N-column) text. To do that, I create a Quick Macro that does a SHIFT-Ctrl-Right-Arrow to select the SPACEs starting from a column to the first word, then do a DELETE to delete those SPACEs, and then a Down-Arrow for the next line. So I created my Quick M...
by rjbill
17 Mar 2024 18:49
Forum: Features
Topic: User Toolbar
Replies: 0
Views: 80

User Toolbar

One of these days, a User Toolbar (or two?) would be nice, under the main toolbar. That you can choose to display or not display. Like the Firefox (and other browsers?) Bookmarklet Toolbar. That we can have execute built-in commands, saved macros, or scripts. And that you can specify an icon for. ('...
by rjbill
29 Feb 2024 23:04
Forum: Bugs
Topic: Ctrl+Alt+C — Copy & Append not working
Replies: 2
Views: 271

Re: Ctrl+Alt+C — Copy & Append not working

I thought that's what I did and it didn't work.

I'll try again and let you know if it fails.
by rjbill
24 Feb 2024 01:45
Forum: Features
Topic: DONE? "Never Delete" Find AND Replace List Items
Replies: 2
Views: 206

DONE? "Never Delete" Find AND Replace List Items

I have a REALLY NICE "Universal" Paste Buffer App (FREE) for Windows that has some nice features, called "Ditto" ( https://ditto-cp.sourceforge.io/ ). It mostly just remembers "all" of my Copies and Cuts (including non-textual), with some large upper limit I've chosen (...
by rjbill
23 Feb 2024 08:54
Forum: Features
Topic: DONE? Bookmark a Line with Mouse Click or ?
Replies: 1
Views: 102

DONE? Bookmark a Line with Mouse Click or ?

I thought we used to be able to Right-Click the Line Number and do Bookmark stuff. That would be nice if we could. I think it should be at the TOP of the context menu. I think we used to be able to Double-Click the Line Number and it would toggle the Bookmark. Maybe you changed it to Select the Line...
by rjbill
23 Feb 2024 08:45
Forum: Bugs
Topic: Ctrl+Alt+C — Copy & Append not working
Replies: 2
Views: 271

Ctrl+Alt+C — Copy & Append not working

Afaict, Ctrl+Alt+C — Copy & Append is not working, and is only doing Copy.
by rjbill
04 Feb 2024 23:11
Forum: Features
Topic: DONE: Global/Static/User/Scripting .INI file and Object
Replies: 2
Views: 182

Re: DONE: Global/Static/User/Scripting .INI file and Object

THANKS.

That will come in very handy.
by rjbill
25 Jan 2024 08:42
Forum: Bugs
Topic: Syntax Editor Color Weirdness
Replies: 2
Views: 251

Syntax Editor Color Weirdness

I opened up the Syntax Editor and it looks like this:
.
by rjbill
24 Jan 2024 09:00
Forum: Features
Topic: Local Help CHM in Menu
Replies: 2
Views: 150

Local Help CHM in Menu

It would be nice to have a Help menu item for a local .CHM if the user downloads it and installs it. (wherever)
by rjbill
24 Jan 2024 08:58
Forum: Features
Topic: DONE: Global/Static/User/Scripting .INI file and Object
Replies: 2
Views: 182

DONE: Global/Static/User/Scripting .INI file and Object

If you "get some free time", this would be a nice thing to have for scripting users. A Global .INI file that is loaded at Editor startup and written at Editor quit. An associated Object, like the Scriptable Object, would have the values loaded into it for Get and Set by the user's scripts,...
by rjbill
23 Jan 2024 23:55
Forum: Scripts
Topic: TMemIniFile
Replies: 3
Views: 692

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

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

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", &...