Lines Matching refs:Editor

96 …this.addAction('save', function() { ui.saveFile(false); }, null, null, Editor.ctrlKey + '+S').isEn…
97 …this.addAction('saveAs...', function() { ui.saveFile(true); }, null, null, Editor.ctrlKey + '+Shif…
106 … PrintDialog(ui).container, 300, 180, true, true); }, null, 'sprite-print', Editor.ctrlKey + '+P');
110 this.addAction('undo', function() { ui.undo(); }, null, 'sprite-undo', Editor.ctrlKey + '+Z');
111 …{ ui.redo(); }, null, 'sprite-redo', (!mxClient.IS_WIN) ? Editor.ctrlKey + '+Shift+Z' : Editor.ctr…
134 }, null, 'sprite-cut', Editor.ctrlKey + '+X');
154 }, null, 'sprite-copy', Editor.ctrlKey + '+C');
163 if (Editor.enableNativeCipboard)
198 }, false, 'sprite-paste', Editor.ctrlKey + '+V');
259 if (Editor.enableNativeCipboard)
468 }, null, null, Editor.ctrlKey + '+Delete');
480 }, null, null, Editor.ctrlKey + '+D');
488 }, null, null, Editor.ctrlKey + '+R'));
498 …Vertices', function() { graph.selectVertices(null, true); }, null, null, Editor.ctrlKey + '+Shift+…
499 …this.addAction('selectEdges', function() { graph.selectEdges(); }, null, null, Editor.ctrlKey + '+…
500 …this.addAction('selectAll', function() { graph.selectAll(null, true); }, null, null, Editor.ctrlKe…
501 …this.addAction('selectNone', function() { graph.clearSelection(); }, null, null, Editor.ctrlKey + …
524 }, null, null, Editor.ctrlKey + '+L');
528 …this.addAction('exitGroup', function() { graph.exitGroup(); }, null, null, Editor.ctrlKey + '+Shif…
529 …this.addAction('enterGroup', function() { graph.enterGroup(); }, null, null, Editor.ctrlKey + '+Sh…
530 …this.addAction('collapse', function() { graph.foldCells(true); }, null, null, Editor.ctrlKey + '+H…
531 …this.addAction('expand', function() { graph.foldCells(false); }, null, null, Editor.ctrlKey + '+En…
537 }, null, null, Editor.ctrlKey + '+Shift+F');
541 }, null, null, Editor.ctrlKey + '+Shift+B');
570 }, null, null, Editor.ctrlKey + '+G');
610 }, null, null, Editor.ctrlKey + '+Shift+U');
647 }, null, null, Editor.ctrlKey + '+M');
857 }, null, null, Editor.ctrlKey + '+Shift+Y');
974 }, null, null, Editor.ctrlKey + ' + (Numpad) / Alt+Mousewheel');
985 }, null, null, Editor.ctrlKey + ' - (Numpad) / Alt+Mousewheel');
1013 var b = Editor.fitWindowBorders;
1025 }, null, null, Editor.ctrlKey + '+Shift+H');
1046 }), null, null, Editor.ctrlKey + '+J');
1068 }), null, null, Editor.ctrlKey + '+Shift+J');
1103 }), null, null, Editor.ctrlKey + '+0'));
1130 }, null, null, Editor.ctrlKey + '+Shift+G');
1308 …tants.FONT_BOLD, function() { document.execCommand('bold', false, null); }, Editor.ctrlKey + '+B');
1309 …s.FONT_ITALIC, function() { document.execCommand('italic', false, null); }, Editor.ctrlKey + '+I');
1310 …_UNDERLINE, function() { document.execCommand('underline', false, null); }, Editor.ctrlKey + '+U');
1468 }), null, null, Editor.ctrlKey + '+E');
1475 }, null, null, Editor.ctrlKey + '+Shift+D');
1482 }, null, null, Editor.ctrlKey + '+Shift+R');
1581 }), null, null, Editor.ctrlKey + '+,');
1588 }), null, null, Editor.ctrlKey + '+.');
1706 }), null, null, Editor.ctrlKey + '+Shift+L');
1712 }), null, null, Editor.ctrlKey + '+Shift+P');
1737 }), null, null, Editor.ctrlKey + '+Shift+O');