Search found 136 matches

by DerellLicht1
29 Nov 2023 19:39
Forum: Questions
Topic: resolved: new syntax files... ugh!!
Replies: 10
Views: 2574

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

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

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

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

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

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

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!
by DerellLicht1
16 Aug 2023 23:03
Forum: Bugs
Topic: FIXED: jumping cursor issue: new data
Replies: 9
Views: 1782

Re: jumping cursor issue: new data

Rickard Johansson wrote: 14 Aug 2023 13:13 "TextEd.ini" should be enough...
Okay, here you go; Note that it is *possible* that this is related to cpp changes that I've made, so perhaps I may need to deliver those as well; let me know, if this is not sufficient...
by DerellLicht1
13 Aug 2023 23:51
Forum: Bugs
Topic: FIXED: jumping cursor issue: new data
Replies: 9
Views: 1782

Re: jumping cursor issue: new data

Rickard Johansson wrote: 09 Aug 2023 17:29 No luck here either :(
Is it possible that I could share some configuration files that would enable you to try to pursue this??
I'm not sure what I would need; at a minimum, probably TextEd.ini; possibly cpp.ini/cpp.syx, what else??
by DerellLicht1
03 Aug 2023 16:24
Forum: Bugs
Topic: FIXED: jumping cursor issue: new data
Replies: 9
Views: 1782

Re: jumping cursor issue: new data

Maybe Rickard -- or someone else -- will be able to confirm this, but I couldn't: no cursor jumping for me. Dang... I was afraid of that... I just downloaded the file and tested again, and it still happens for me... Note: if I do this sequence, the issue does *not* occur: > put cursor at beginning ...
by DerellLicht1
02 Aug 2023 02:30
Forum: Bugs
Topic: FIXED: jumping cursor issue: new data
Replies: 9
Views: 1782

FIXED: jumping cursor issue: new data

Okay!! I finally have a file where this issue is occurring repeatable... I will include the file here, and hope that it does this for Rickard as well... If I go to line 9, position the cursor right under the 3 in 305, then start typing 306, The 3 enters properly, but then the cursor jumps in *front*...
by DerellLicht1
24 Jul 2023 20:05
Forum: Bugs
Topic: Fixed: jumping cursor issue (very sporadic)
Replies: 3
Views: 1235

New data: jumping cursor issue (very sporadic)

Okay!! I finally have a file where this issue is occurring repeatable... I will include the file here, and hope that it does this for Rickard as well... If I go to line 9, position the cursor right under the 3 in 305, then start typing 306, The 3 enters properly, but then the cursor jumps in *front*...
by DerellLicht1
05 Jul 2023 23:56
Forum: Bugs
Topic: RJTe Bug: Editor improperly closed - Do you wish to recover
Replies: 16
Views: 3134

Re: RJTe Bug: Editor improperly closed - Do you wish to recover

This is interesting... I had reported this issue a couple of years ago... I keep RJTE open at all times; at a minimum, I have an x.txt file where I just past random scraps of data that I want to convert to text... So whenever Windows decides it needs to reboot, I would have this issue... But @rickar...