17 | Use CamelCase in content assist while editing LotusScript as beforeStarrow Pan4199 - 28 2012 / (0) The old LS editor inserts the API in CamelCase e.g. GetAllDocumentsByKey. The new Eclipse editor ignores the case with Getalldocumentsbykey.
Another issue is the new editor lists NotesDocumentCollection before NotesDocument. |
8 | LotusScript content assist to include members of custom base classesStarrow Pan4199 - 16 2012 / (0) The LotusScript editor lists members of custom classes. It would be better to cover the members of a base class when referencing a object of the derived class. |