Fix code completion bug, Update plugin install icon, Add banner iframe to Browser homepage (for notifications, news, etc)
This commit is contained in:
parent
cc970d3a39
commit
e33b8dfc6a
@ -109,10 +109,6 @@ 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) {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
@ -83,7 +83,7 @@ you permission, that decision is considered final and binding.
|
||||
<input type="submit" value="Search" />
|
||||
</form>
|
||||
<p><a href="http://wiki.symatapp.com/doku.php">SyMAT Wiki</a> | <a href="http://m.wolframalpha.com/">WolframAlpha</a> | <a href="http://apis.symatapp.com/changelog.php">Changelogs</a></p>
|
||||
|
||||
<iframe src="http://apis.symatapp.com/homepagebanner.php" style="width: 100%; height: 100%; border: none;" ></iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user