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

master 2.1
Skylar Ittner 8年前
コミット 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>

読み込み中…
キャンセル
保存