- Joined
- Jun 27, 2012
- Messages
- 1,316
- Reaction score
- 537
- First Language
- indonesian
when we add plugin parameter in MZ. now we can use @parents to make it look like a list
ex:
which will load at the editor expanded like this:
anyone know how to make it to be default collapse instead of expanded when we open the plugin manager?
to make it looks neater
like this:
anyone know the plugin parameter or something like that.
something like:
@something = collapse
that we can add in plugin parameter.
hope this post clear enough.
thx.
ex:
Code:
@param AutoColorList
@text List By Color
@desc List of the text based on color...
@param estColor1
@text \C[1]: Blue
@parent AutoColorList
@type string[]
@desc A list of all the words that will be automatically colored with Blue color.
@default []
@param estColor2
@text \C[2]: Red
@parent AutoColorList
@type string[]
@desc A list of all the words that will be automatically colored with Red color.
@default []
and so on
anyone know how to make it to be default collapse instead of expanded when we open the plugin manager?
to make it looks neater
like this:
anyone know the plugin parameter or something like that.
something like:
@something = collapse
that we can add in plugin parameter.
hope this post clear enough.
thx.


