master
Jordi Boggiano 12 years ago
parent 755e68ed46
commit 89841d8a6a
  1. 3
      ace/ace.js
  2. 2
      ace/mode-php.js
  3. 7
      php-console.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -104,11 +104,10 @@
editor.commands.addCommand({
name: 'submitForm',
bindKey: {
win: 'Ctrl-Enter|Alt-Enter',
mac: 'Command-Enter|Alt-Enter',
sender: 'editor'
win: 'Ctrl-Return|Alt-Return',
mac: 'Command-Return|Alt-Return'
},
exec: function(env, args, request) {
exec: function(editor) {
$('form').submit();
}
});

Loading…
Cancel
Save