Better autocompletion constants...
Posted: Sat Sep 25, 2021 8:15 am
Hi!
When you are writing a gadget declaration, would be nice if only show the constants valids for that gadget.
Example:
If you start to write: "#PB" in the second parameter of: "SetGadgetColor(#Gadget, ColorType, Color)" I expect to get only these:
#PB_Gadget_FrontColor
#PB_Gadget_BackColor
#PB_Gadget_LineColor
#PB_Gadget_TitleFrontColor
#PB_Gadget_TitleBackColor
#PB_Gadget_GrayTextColor
This would be a huge time saver to users like me with poor memory
because they must be looking at the help over and over again.
Thanks!

When you are writing a gadget declaration, would be nice if only show the constants valids for that gadget.
Example:
If you start to write: "#PB" in the second parameter of: "SetGadgetColor(#Gadget, ColorType, Color)" I expect to get only these:
#PB_Gadget_FrontColor
#PB_Gadget_BackColor
#PB_Gadget_LineColor
#PB_Gadget_TitleFrontColor
#PB_Gadget_TitleBackColor
#PB_Gadget_GrayTextColor
This would be a huge time saver to users like me with poor memory

Thanks!