Search found 134 matches

by DerellLicht1
01 Feb 2024 16:16
Forum: Bugs
Topic: long delay when editing
Replies: 3
Views: 307

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

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

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

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

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

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

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

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...
by DerellLicht1
15 Jan 2024 18:02
Forum: General discussion
Topic: Resolved: odd screen-shifting issue
Replies: 5
Views: 395

Resolved: odd screen-shifting issue

This is another issue that's going to be hard to chase down, because it is intermittent... For now, I just want to make note of it, and see if anyone else is seeing this issue? I *believe* that it started with V16.10, though I'm not absolutely certain; it *is* recent, past couple of weeks or so. Wha...
by DerellLicht1
15 Jan 2024 16:08
Forum: Bugs
Topic: FIXED: NextWordNoSymbolsAction - tweak requested
Replies: 4
Views: 297

FIXED: NextWordNoSymbolsAction - tweak requested

I'm sorry to raise this topic again, but could I request a change to how NextWordNoSymbolsAction operates?? I *really* would prefer that Ctrl-RightArrow (which uses this function) jump to *beginning* of word, not *end* of word?? The current behavior is really obtuse; I don't know *any* reason why I ...
by DerellLicht1
15 Jan 2024 16:03
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 574

Re: [v16.10] CTRL-RIGHT bug

Rickard; Since you have already implemented separate "NoSymbol" functions for me, maybe you should change the original function back to how they historically operate?? Or perhaps you could exclude underscore from the symbols that you recognize, since they are used in function names, especi...
by DerellLicht1
15 Jan 2024 16:01
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 574

Re: [v16.10] CTRL-RIGHT bug

Yeah, this has been caused by a change that Rickard implemented at my request, but it causes anomalies in this case... I had asked that Ctrl-left and Ctrl-right *not* stop at every symbol, but only jump between words... that would make it more efficient when traversing lines such as: for (i=start ; ...
by DerellLicht1
19 Dec 2023 01:35
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4277

Re: (sorta) FIXED: minor bug in cursor movement

hmmm... well, left movement works ideally now... but right movement is odd... why would anyone ever want to jump to *end* of word?? That makes not much sense; even when jumping right by word, we still are dealing with words, and expect to start at beginning of word... Frankly, though, if you are tir...
by DerellLicht1
19 Dec 2023 01:24
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4277

Re: FIXED: minor bug in cursor movement

YES!!! That is perfect!! Thank ye very much...
by DerellLicht1
17 Dec 2023 21:08
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4277

Re: FIXED? minor bug in cursor movement

Ahhh... interesting... I've actually used both move and select (shift-ctrl-arrow vs ctrl-arrow), but never consciously realized I was doing it!! Thanks for the clarification...