mirror of
https://github.com/processing/processing4.git
synced 2026-03-01 10:14:31 +01:00
Further work on #2755
This commit is contained in:
@@ -1088,7 +1088,7 @@ public class ASTGenerator {
|
||||
String label = cc.getLabel();
|
||||
int x = label.lastIndexOf(')');
|
||||
cc.setLabel(cc.getElementName() + "(...)" + label.substring(x + 1));
|
||||
cc.setCompletionString(cc.getElementName());
|
||||
cc.setCompletionString(cc.getElementName() + "(");
|
||||
ignoredSome = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user