Community
Participate
Working Groups
The autocompletion for class names in the OQL editor is useful. Another area which would be good is autocompletion for field names Java bean properties on standard objects (IInstance, IClass etc.) Java methods on standard objects (IInstance, IClass etc.) variables e.g. ${snapshot} I have some code to do this, which also adds some icons for the autocompletion pop-up. To filter the possible field names I have tried using just the classes returned from the last class name autocomplete operation. That seems to work okay, though would need some explanation in the help.
I've committed my changes. Once we are happy with how it works then I can update the help to match.
I am now using context information to select the class for field names. I have added some help to tips and tricks.
This is now finished