Search found 141 matches

by DerellLicht1
16 Apr 2024 02:16
Forum: Next release
Topic: Version 16.16
Replies: 1
Views: 220

Re: Version 16.16

I has a purr... sigh... This almost makes me wish I hadn't retired after all... Between RJTextEd and dnGrep, I have serious tools that could handle all of the challenges of a professional environment... *and* they could be used by copying the install and config folders, without having to run an inst...
by DerellLicht1
09 Apr 2024 22:23
Forum: Questions
Topic: Where can I download V16.16-x64 (*not* beta version)?
Replies: 5
Views: 136

Re: Where can I download V16.16-x64 (*not* beta version)?

Let me make a small(?) correction: Rickard is several steps of us all . ...Okay, perhaps I shouldn't spill the beans, but, hey, YOLO. So one of my trusted sources informed me that Rickard already had on his machine -- one of his machines to be precise -- you'd never guess... wait for it... RJ TextE...
by DerellLicht1
09 Apr 2024 19:47
Forum: Questions
Topic: Where can I download V16.16-x64 (*not* beta version)?
Replies: 5
Views: 136

Re: Where can I download V16.16-x64 (*not* beta version)?

Thank ye, @pjj !!!

As it turns out, the Master is one step ahead of me, and has already fixed everything!!
Wow...
by DerellLicht1
09 Apr 2024 19:45
Forum: Bugs
Topic: FIXED: V16.16b2 - Ctrl-right/left is broken again...
Replies: 4
Views: 118

Re: FIXED: V16.16b2 - Ctrl-right/left is broken again...

Ahhhh!!! Thank you once again, Master !!!!!
by DerellLicht1
08 Apr 2024 22:18
Forum: Questions
Topic: Where can I download V16.16-x64 (*not* beta version)?
Replies: 5
Views: 136

Where can I download V16.16-x64 (*not* beta version)?

I'm trying to find the version where Ctrl-right/left worked properly, which is neither V16.15 nor V16.16b2 ...
by DerellLicht1
08 Apr 2024 22:08
Forum: Bugs
Topic: FIXED: V16.16b2 - Ctrl-right/left is broken again...
Replies: 4
Views: 118

Re: V16.16b2 - Ctrl-right/left is quirky again...

hmmm... so I reverted to V16.15, and find that Ctrl-left works as expected, but Ctrl-right fails like the current beta does...

Waaaahhhhh! This was working before, why is it broken now???
by DerellLicht1
08 Apr 2024 22:02
Forum: Bugs
Topic: FIXED: V16.16b2 - Ctrl-right/left is broken again...
Replies: 4
Views: 118

FIXED: V16.16b2 - Ctrl-right/left is broken again...

Well, this was working beautifully for me, up until this new update, now it's quirky again... Consider the following C++ line: return (*winproc_table[idx].winproc_func)(hwnd, message, wParam, lParam, NULL) ; stops: | | | | | expected: | | | | | | | So basically, it is *not* actually stopping on word...
by DerellLicht1
01 Feb 2024 16:16
Forum: Bugs
Topic: long delay when editing
Replies: 3
Views: 387

Re: long delay when editing

Nae, I'm not seeing this issue.
Windows 10 Pro, RJTE 16.11
by DerellLicht1
27 Jan 2024 23:56
Forum: General discussion
Topic: Final notes on left/right word shifting...
Replies: 0
Views: 680

Final notes on left/right word shifting...

Hi Rickard; I just want to thank you, from the depths of my heart, for all the work that you put in to get this working as I dearly wanted it to work, without breaking the program for everyone else... it was clearly a *great* deal of effort, with numerous iterations... I have ended up with an editor...
by DerellLicht1
26 Jan 2024 19:50
Forum: General discussion
Topic: Resolved: odd screen-shifting issue
Replies: 5
Views: 549

Re: odd screen-shifting issue

HAH!! I found what causes this!! It has nothing to do with RJTE at all!! My mouse, Logitech MX Master 2S, has a little scroll wheel on the side... I do not intentionally use that wheel, but it is right next to where my thumb sits in the mouse... that scroll wheel can be used to scroll the current sc...
by DerellLicht1
26 Jan 2024 15:57
Forum: General discussion
Topic: Resolved: odd screen-shifting issue
Replies: 5
Views: 549

Re: odd screen-shifting issue

Rickard Johansson wrote: 26 Jan 2024 09:22 Thanks! I still have a ton of questions. But a screenshot, when it happens, would probably answer them all...
Aye; next time it happens, I'll take after and before snapshots and pass them along...
by DerellLicht1
26 Jan 2024 15:55
Forum: Bugs
Topic: FIXED: NextWordNoSymbolsAction - tweak requested
Replies: 4
Views: 383

Re: FIXED: NextWordNoSymbolsAction - tweak requested

vha wrote: 26 Jan 2024 08:15 Just do a search for 'move' in the search box of the environment options

vha
Thank you very much, @vha !!! I searched for many other words, but 'move' didn't occur to me for some reason!!

And now the editor works *exactly* like I want it to!!
by DerellLicht1
26 Jan 2024 04:29
Forum: General discussion
Topic: Resolved: odd screen-shifting issue
Replies: 5
Views: 549

Re: odd screen-shifting issue

No, just the contents of the editor window (i.e., the displayed code) get shifted over... it's very strange!! It's even *more* strange, because I cannot find any action that causes it to happen, it just does it when it feels like it... It only started relatively recently, though. And I'm still not s...
by DerellLicht1
26 Jan 2024 03:12
Forum: Bugs
Topic: FIXED: NextWordNoSymbolsAction - tweak requested
Replies: 4
Views: 383

Re: NextWordNoSymbolsAction - tweak requested

Use the new options in v16.11 instead (when released). Note that you have to switch back to the original keyboard actions for the options to take effect. Yikes!! This is embarrassing, but where in the Options menus are these options?? I don't seem to be able to find them... I *am* running 16.11 now...
by DerellLicht1
17 Jan 2024 00:06
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 716

Re: [v16.10] CTRL-RIGHT bug

for (i=start ; i< finish ; i++) { Tested that one with Visual Code, Visual Studio and Notepad and CTRL-RIGHT has more or less the old behaviour of TextEd, stopping at almost every position (which I like way more than the new behaviour) vha Well, *I* was the one pushing for more efficient cursor mov...