Notifications
Clear all

[Closed] Mxseditor calltips

no chance

but…
you can collect ‘primitives’ which are usually functions… but you cannot be sure that they are all functions… let me think…

check this:


ff = for i in globalvars.gather() where iskindof (f = globalvars.get i) Primitive collect f
ss = for i in globalvars.gather() where iskindof (s = globalvars.get i) StructDef collect s
ii = for i in globalvars.gather() where iskindof (i = globalvars.get i) Interface collect i

but i don’t see yet how to get struct and interface functions without SDK…

thanks, Denis. I see now that my parser missed a lot of data. Gonna update my api file with these.

Page 2 / 2