Fix code completion bug, Update plugin install icon, Add banner iframe to Browser homepage (for notifications, news, etc)

master 2.1
Skylar Ittner 8 年前
父節點 cc970d3a39
當前提交 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) {

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 2.9 KiB

之後

寬度:  |  高度:  |  大小: 2.6 KiB

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 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>

載入中…
取消
儲存