Merge origin/master
Conflicts: src/net/apocalypselabs/symat/functions.java.txt
This commit is contained in:
commit
cc970d3a39
@ -109,6 +109,10 @@ public class CodeCompleter {
|
||||
switch (fileid) {
|
||||
case "functions":
|
||||
String[] args = line.split("\\|");
|
||||
// Prefix symat to Java commands
|
||||
if (lang.equals("java")) {
|
||||
args[0] = "symat." + args[0];
|
||||
}
|
||||
if (args.length == 2) {
|
||||
provider.addCompletion(new BasicCompletion(provider, args[0], args[1]));
|
||||
} else if (args.length == 3) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user