Search found 134 matches

by DerellLicht1
17 Dec 2023 17:09
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4281

Re: FIXED? minor bug in cursor movement

Excellent!! Thank you so much!! and I agree with you about those other editors; I looked at each of those, when I was looking for a replacement for MultiEdit, which I had used for decades before the company folded... frankly, I think VS Code is quite primitive; n++ is close, but lacks *many* feature...
by DerellLicht1
17 Dec 2023 11:04
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4281

Re: FIXED? minor bug in cursor movement

Okay, I'm using 16.10 beta 1... but movement by word still isn't working as I expect... looking at this line: for (i=start ; i< finish ; i++) { starting at end of line, ctrl-left... Pspad: stops only on keywords, no symbols; number of steps from right to left: 6 multiedit: stops only on keywords, no...
by DerellLicht1
11 Dec 2023 00:00
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4281

Re: minor bug in cursor movement

Well, I pray that you will pursue the logical choice... When moving among words in a line, stopping at every symbol character simply makes no sense, and is very disruptive... I would suggest that this should be viewed in the context of "moving among words"... PreviousWordAction should move...
by DerellLicht1
10 Dec 2023 20:25
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4281

Re: minor bug in cursor movement

Will do... will report back here afterwards.
Thanks, Rickard!!
by DerellLicht1
10 Dec 2023 19:31
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4281

Re: minor bug in cursor movement

But RJTE includes every single symbol in the line!! What exactly do you mean? Using your code (or my own PHP code), caret goes to: beginning of the word "flag" -- end of "idx" -- beginning of "idx" -- end of "data_flags" -- beginning of "data_flags"...
by DerellLicht1
10 Dec 2023 19:19
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4281

Re: minor bug in cursor movement

But RJTE includes every single symbol in the line!! What exactly do you mean? Using your code (or my own PHP code), caret goes to: beginning of the word "flag" -- end of "idx" -- beginning of "idx" -- end of "data_flags" -- beginning of "data_flags"...
by DerellLicht1
09 Dec 2023 22:25
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4281

FIXED: minor bug in cursor movement

Okay, this may seem like a trivial issue, but it has been bugging me for all the time that I've used RJTE, so I would at least wish to discuss it with our author and everyone else... So consider this line of C++ code: for (idx=0; data_flags[idx].flag != 0; idx++) { Visualize the cursor sitting just ...
by DerellLicht1
29 Nov 2023 19:39
Forum: Questions
Topic: resolved: new syntax files... ugh!!
Replies: 10
Views: 2333

Re: new syntax files... ugh!!

Perhaps you have inadvertently assigned to your files the wrong highlighter (i.e. before switching on AutoIt highlighter) and subsequently they were opened with it? And your third file was opened with the correct one, because it was then already switched on, as per your first post? Well, I didn't *...
by DerellLicht1
29 Nov 2023 15:52
Forum: Questions
Topic: resolved: new syntax files... ugh!!
Replies: 10
Views: 2333

Re: new syntax files... ugh!!

I have no idea, it should actually work out of the box. Hi, micha_he !! I'm surprised to see you still around; your previous thread is almost a decade old... Anyway, I *do* have a possible, *very* minor, bug in your AutoIt syntax file... In block comments, #ce is "end of block", but it is...
by DerellLicht1
29 Nov 2023 15:40
Forum: Questions
Topic: resolved: new syntax files... ugh!!
Replies: 10
Views: 2333

Re: new syntax files... ugh!!

Aye, I'm using V16.01... And actually, this syntax file *is* working... sometimes... I closed and re-opened the wfas.au3, and it came up using the proper syntax! I then opened another .au3 and it did *not* use it, but then I closed and re-opened *that* file, and it now is working!! That gave me the ...
by DerellLicht1
29 Nov 2023 00:17
Forum: Questions
Topic: resolved: new syntax files... ugh!!
Replies: 10
Views: 2333

resolved: new syntax files... ugh!!

Hi @pjj ; Could you help me again, I'm confused... I want to add syntax highlighting support for AutoIt files (.au3) ... So went to Environment -> Addons -> Highlighters ... There is already an option for AutoIt3, so I enabled that... I then added .au3 files to the file-extension list... I then clos...
by DerellLicht1
12 Nov 2023 18:23
Forum: Bugs
Topic: FIXED: V16.0 - error in markdown language syntax hiliting
Replies: 2
Views: 765

FIXED: V16.0 - error in markdown language syntax hiliting

Hi all; I've suddenly encountered an error in RJTE V16.0, with github markdown language... See the attached image... Note line 54 - I have a single-quote character in the formula name, but RJTE treats that as beginning of a quotation... as a result, it misses the *actual* beginning of the code block...
by DerellLicht1
13 Oct 2023 01:24
Forum: Bugs
Topic: tab text color anomalies
Replies: 1
Views: 820

tab text color anomalies

I brought this topic up previously, a year or two back, but it never got addressed... Permit me to broach it again... I'm using RJTE 15.96 on Windows 10 Pro... I use the Windows 10 SlateGray theme, and have heavily modified the syntax highlighting colors, though that shouldn't have anything to do wi...
by DerellLicht1
23 Aug 2023 02:23
Forum: Bugs
Topic: FIXED: jumping cursor issue: new data
Replies: 9
Views: 1624

Re: jumping cursor issue: new data

Rickard Johansson wrote: 17 Aug 2023 17:18 Fixed in next release (v15.93). Thanks!

("Allow text cursor beyond end of line" and "Paste should not move the text cursor" does not play well together...)
Wow!!! Once again, you are just awesome!! Thank you so much!