Community
Participate
Working Groups
var string[]; var.getSi<ctrl+space> This puts the cursor as follows: var.getSize(<cursor>) If you use content assist to complete a function defined within the part, it correctly places the cursor *after* the parens. Here are some of the functions with the problem: array.getSize() array.getMaxSize() array.removeAll() dictionary.getValues() dictionary.getKeys() dictionary.size() dictionary.removeAll() I'm sure there's plenty of others.
Created attachment 203232 [details] Patch for System words postions
This defect exists in RBD. Has been resolved. Please apply the patch.
Verified