Ticket #8978: 8978_2.patch
File 8978_2.patch, 578 bytes (added by , 11 years ago) |
---|
-
_source/plugins/menu/plugin.js
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
145 145 146 146 onClick : function( item ) 147 147 { 148 this.hide( false );149 150 148 if ( item.onClick ) 151 149 item.onClick(); 152 150 else if ( item.command ) 153 151 this.editor.execCommand( item.command ); 152 153 this.hide( false ); 154 154 }, 155 155 156 156 onEscape : function( keystroke )