mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
notes about completion work
This commit is contained in:
@@ -36,6 +36,7 @@ import org.eclipse.jdt.core.dom.VariableDeclarationFragment;
|
||||
// getReturnType2() is used instead of getReturnType().
|
||||
// need to check whether that's identical in how it performs,
|
||||
// and if so, use makeLabel() and makeCompletion() more [fry 180326]
|
||||
// https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2Fdom%2FMethodDeclaration.html
|
||||
|
||||
public class CompletionCandidate implements Comparable<CompletionCandidate> {
|
||||
private final String elementName;
|
||||
|
||||
@@ -15,6 +15,10 @@ o possible fix (just copies on click)
|
||||
o https://github.com/processing/processing/pull/5345
|
||||
_ in the docs: modify 'search.format=' in preferences.txt
|
||||
X refactoring inside the completion code
|
||||
X https://github.com/processing/processing/commit/7e3661e9f7a6df1569c8bebc683e7742f50caa25
|
||||
X https://github.com/processing/processing/commit/20c6f86c0d600806c991962eb208548ac45e9e2a
|
||||
X https://github.com/processing/processing/commit/8dda8a4d02bc9a1d15e81fee3e6c183e4076a40e
|
||||
X https://github.com/processing/processing/commit/ff7dc4d5094ccf1cc35189c9412adda93153b436
|
||||
|
||||
contrib
|
||||
X updates to Japanese translation
|
||||
@@ -22,7 +26,6 @@ X https://github.com/processing/processing/pull/5263
|
||||
X added Russian translation
|
||||
X https://github.com/processing/processing/pull/5451
|
||||
|
||||
|
||||
welcome
|
||||
o just remove the welcome dialog; but what should the default behavior be?
|
||||
o or should it only show up for people who have used <=2 but not 3?
|
||||
|
||||
Reference in New Issue
Block a user