Skip to content

Commit e43bee0

Browse files
gjtorikiannightwing
authored andcommitted
Get rid of my junk
1 parent dcdcd81 commit e43bee0

3 files changed

Lines changed: 1 addition & 15 deletions

File tree

lib/ace/autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ var Autocomplete = function() {
180180
};
181181

182182
this.changeListener = function(e) {
183-
console.log(e)
183+
//console.log(e)
184184
};
185185

186186
this.blurListener = function() {

lib/ace/commands/default_commands.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,6 @@ exports.commands = [{
307307
exec: function(editor) { editor.jumpToMatching(true); },
308308
multiSelectAction: "forEach",
309309
readOnly: true
310-
}, {
311-
name: "hideautocomplete",
312-
bindKey: bindKey("Esc", "Esc"),
313-
exec: function(editor) { editor.$hideautocomplete(); },
314-
readOnly: true
315310
},
316311

317312
// commands disabled in readOnly mode

lib/ace/css/editor.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -386,12 +386,3 @@
386386
.ace_italic {
387387
font-style: italic;
388388
}
389-
390-
.ace_autocomplete {
391-
position: fixed;
392-
z-index: 9999;
393-
}
394-
395-
.ace_autocomplete li {
396-
color: #000000;
397-
}

0 commit comments

Comments
 (0)