Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public JythonAutocompletionProvider(final RSyntaxTextArea text_area, final Impor
this.text_area = text_area;
this.formatter = formatter;
this.setParameterizedCompletionParams('(', ", ", ')'); // for methods and functions
setAutoActivationRules(true, "."); // when using auto-activation, make it so that it occurs after any letter or '.'
new Thread(ClassUtil::ensureCache).start();
}

Expand Down