mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-08 01:26:47 +01:00
for added as a abbreviation
This commit is contained in:
@@ -1860,6 +1860,8 @@ var ICEcoder = {
|
||||
top.ICEcoder.doSnippet('f ','function VAR() {\nINDENT\tCURSOR\nINDENT}');
|
||||
} else if (content.slice(0,2)=="if") {
|
||||
top.ICEcoder.doSnippet('if','if (CURSOR) {\nINDENT\t\nINDENT}');
|
||||
} else if (content.slice(0,3)=="for") {
|
||||
top.ICEcoder.doSnippet('for','for (var i=0; i<CURSOR; i++) {\nINDENT\t\nINDENT}');
|
||||
} else {
|
||||
cM.operation(function(){
|
||||
var msg = document.createElement("iframe");
|
||||
|
||||
Reference in New Issue
Block a user