Lucee icon indicating copy to clipboard operation
Lucee copied to clipboard

LDEV-3335 store component properties per class

Open zspitzer opened this issue 1 month ago • 0 comments

https://luceeserver.atlassian.net/browse/LDEV-3335

zspitzer avatar Nov 14 '25 00:11 zspitzer

I was thinking of implementing something like this at some point. I’ll mark this as an enhancement

APickledWalrus avatar Sep 26 '20 20:09 APickledWalrus

If it can help : https://github.com/lucko/commodore https://github.com/Mojang/brigadier

Maybe a json format can be used ?

Anarchick avatar Sep 26 '20 20:09 Anarchick

priority: low 😭

deathsou avatar Sep 26 '20 20:09 deathsou

If it can help : https://github.com/lucko/commodore https://github.com/Mojang/brigadier

Maybe a json format can be used ?

As of right now, we can't use Brigadier because Skript still supports 1.9 - 1.12

APickledWalrus avatar Sep 26 '20 20:09 APickledWalrus

Hello! I see this has been abandoned and would like to suggest again that it be added! This would make custom Skripts so much nicer! You could even define them more simply like this:

on load:
    loop 10:
        set {listVar::%loop-index%} to loop-index
  
command /foo <parameter> with suggestions {listVar::*}:

The above example would have 10 suggestions total (1-10)

JuceInUse avatar Apr 13 '24 03:04 JuceInUse

this technically hasn't been abandoned just not labled it has a pr at #6418

Fusezion avatar Apr 13 '24 03:04 Fusezion