Bug? No parameter names of methods in the IDE

moster67

Expert
Licensed User
Longtime User
I have noted, but only in my own compiled libraries, that the "standard" methods (from the core xml-file) do not show the names of the parameters in the IDE. For instance, my own methods in my libraries are showing correctly the parameters in the IDE but the default ones, such as SetColorAnimated is showing only arg0, arg1 etc. A screenshot is attached.

If I am using a b4a-button, the IDE is showing the names of the parameters correctly.

I am using the SimpleLibraryCompiler and I am wondering if the xml-file generated by me is "damaging" something with the xml-file of the core-library?

Any ideas?
 

Attachments

  • NoParametersNames.PNG
    17.2 KB · Views: 406

moster67

Expert
Licensed User
Longtime User
I now understand. Thank you.
With your magic, isn't there a way you could implement something in SimpleLibraryCompiler, such as a postprocessing batch of the generated xml-file, which simply replaces the description of the inherited methods with the ones from the xml-file of the core-library, for instance with views?
It would look more professional to have descriptions available in the IDE.
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…