I'm working on the Editor in the NetBeans plugin, specifically the syntax coloring, and error checking. It's a bit weird with my limited knowledge of the language but I'm learning.

To test I've been parsing the 6000+ idl files in the DEV300 repository. I've run across a construct I can't find anything explaining it in the wiki.

At the beginning of the file there are what seem to be attributes or properties describing an interface.

For example in AcmeIsScriptable.idl:

#include "nsISupports.idl"

[scriptable, uuid(f78d64e0-1dd1-11b2-a9b4-ae998c529d3e)]
interface acmeIScriptObject : nsISupports {


or in :

[ uik(E2423753-33D6-11D1-AABE00A0-259D5623), ident( "XMozillaTesttoolServer", 1.0 ) ]
interface XAction : com::sun::star::uno::XInterface

If you have any insight into these constructs please let me know

Thanks,
Joe

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to