Hello everyone... I just signed up for the list, so I'm not sure if
this is the right group to ask.  Feel free to correct me on any
etiquette I get wrong.

I've figured out how to define a custom API.  When I add a function to
this list, like

  testfunction(param1) this function does something

Scite will correctly show me function as soon as I get to the "(" character.

I would really like to be able to have something similar for
properties.  For example:

  length Shows the length of a string

Is this possible?  How do you do it? I've already tried changing
autocomplete.cpp.start.characters (it is cpp derived) to "*".  When it
is set to ".(" I can make something like

 bob.length Shows teh length of a string

And it will bring up "bob.length" as soon as I type "bob." in scite,
but it won't show the description, and I don't want to have to type
bob.

Thanks for your help!
-sean
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to