Page 6 of 7

Re: XYS Syntax Highlighting/Autocomp. for Akelpad [XY v22.70]

Posted: 14 Jan 2022 12:20
by Horst
Looks good in a very short test.

Re: XYS Syntax Highlighting/Autocomp. for Akelpad [XY v22.70]

Posted: 14 Jan 2022 16:43
by klownboy
Working good for my posted example. Thanks Flux. :tup:

XYS Syntax Highlighting/Autocomp. for Akelpad [XY v23.70]

Posted: 27 Sep 2022 15:04
by FluxTorpedoe
Hi everyone,

I just updated the file to XYplorer v23.70 (link to file and configuration tips available in first post).

Features:
 — Curly brackets { } improper detection fix
 — Changes from 22.70
   (15 new commands/variables, plus get(parameters), other changes, and a few fixes)

Have a nice day, 8)
Flux

Re: XYS Syntax Highlighting/Autocomp. for Akelpad [XY v23.70]

Posted: 27 Sep 2022 16:39
by Horst
Thanks for continually updating :D

Re: XYS Syntax Highlighting/Autocomp. for Akelpad [XY v23.70]

Posted: 28 Sep 2022 12:05
by LittleBiG
Thanks indeed!

Re: XYS Syntax Highlighting/Autocomp. for Akelpad [XY v23.70]

Posted: 28 Sep 2022 12:38
by klownboy
Horst wrote: 27 Sep 2022 16:39 Thanks for continually updating :D
Thanks from me as well. :tup: :appl:

Re: XYS Syntax Highlighting/Autocomp. for Akelpad [XY v23.70]

Posted: 04 Nov 2022 07:05
by Malarki
And thanks from me. A great addition to the Pad.

Re: XYS Syntax Highlighting/Autocomp. for Akelpad [XY v23.70]

Posted: 15 Dec 2022 13:30
by Ampere
Great autocomplete :appl: !! There's a highlight for vscode , but without autocomplete.. there's a away to export this settings to work with vscode intellisense ?

Re: XYS Syntax Highlighting/Autocomp. for Akelpad [XY v23.70]

Posted: 13 Apr 2023 14:32
by FluxTorpedoe
@all
Thanks for the feedback! :)

@Ampere
I just came back… So in the meantime I guess have you explored other leads.

But just in case:
I don’t use vscode, but if there’s already a highlight file, I guess some regex could do the work.
The autocomplete for the words themselves is near the start after Words:.
And the autocomplete for the commands is the last half part after Blocks:.

Have a nice day,

    FLux

Re: XYS Syntax Highlighting/Autocomplete for Akelpad [XY v24.60]

Posted: 03 Jul 2023 16:14
by FluxTorpedoe
Hi everyone,

I just updated the file to XYplorer v24.60 (link to file and configuration tips available in first post).

Features:
 — Changes from 23.70
   (21 new commands/variables, plus get(parameters) and quicksearch(parameters))

Have a nice day, 8)
Flux

Re: XYS Syntax Highlighting/Autocomplete for Akelpad [XY v24.60]

Posted: 03 Jul 2023 17:28
by Horst
Thanks again for updating :D
I'm still using AkelPad for XY scripts
while my normal editor is PSPad.

Re: XYS Syntax Highlighting/Autocomplete for Akelpad [XY v24.60]

Posted: 01 May 2024 17:25
by ren326
Hello,

to scan easily through your code, add this line to highlight script captions

; Quotes
517 2 #FFFFFF #0000FF `"` `"` "" "" "-" <----- line to add
5 1 ${AREA} 0 `"` `"` "" "" ""
5 1 ${AREA} 0 "'" "'" "" "" ""
Result :
https://www.dropbox.com/scl/fi/2z3etl7q ... 4r3tq&dl=0

Re: XYS Syntax Highlighting/Autocomplete for Akelpad [XY v24.60]

Posted: 02 May 2024 10:26
by FluxTorpedoe
You just catch me at the right time, back online…

So Hello, and welcome to the forum ren326!

Great first post and great idea, thank you! 😃
I’ll definitely add this to the new file.
Since I have a more subdued color scheme, I’m tinkering with different values, trying to find a balance between dark and light themes with the best legibility, but YMMV…
Well, I’ll post the update and we’ll see.

Re: XYS Syntax Highlighting/Autocomplete for Akelpad [XY v25.90]

Posted: 02 May 2024 10:43
by FluxTorpedoe
Hi everyone,

I just updated the file to XYplorer v25.90 (link to file and configuration tips available in first post).

Features:
 — Changes from 24.60
   (10 new commands/variables, and a few fixes)
 — Script captions are now highlighted (thanks ren326 for the tip)
   Colors and style can be customized by (un)commenting or editing these lines (currently LightPetrol is used and LightAmber commented out):

Code: Select all

; 	Captions - LightPetrol
517 1 #FFF #40639A `"` `"` "" "" "-"
; 	Captions - LightAmber
;517 1 #FFF #959080 `"` `"` "" "" "-"
Have a nice day, 8)
Flux

Re: XYS Syntax Highlighting/Autocomplete for Akelpad [XY v25.90]

Posted: 02 May 2024 11:25
by Horst
Thanks for continuing updating the AkelPad files.