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({ editor.commands.addCommand({
name: 'submitForm', name: 'submitForm',
bindKey: { bindKey: {
win: 'Ctrl-Enter|Alt-Enter', win: 'Ctrl-Return|Alt-Return',
mac: 'Command-Enter|Alt-Enter', mac: 'Command-Return|Alt-Return'
sender: 'editor'
}, },
exec: function(env, args, request) { exec: function(editor) {
$('form').submit(); $('form').submit();
} }
}); });

Loading…
Cancel
Save