mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
jdoc update
This commit is contained in:
@@ -296,7 +296,7 @@ public class CompletionPanel {
|
||||
/**
|
||||
* Inserts the CompletionCandidate chosen from the suggestion list
|
||||
* @param completionSource - whether being completed via keypress or mouse click.
|
||||
* @return true if code was successfully inserted at the caret position
|
||||
* @return true - if code was successfully inserted at the caret position
|
||||
*/
|
||||
public boolean insertSelection(int completionSource) {
|
||||
if (completionList.getSelectedValue() != null) {
|
||||
|
||||
Reference in New Issue
Block a user