Get rid of my junk
This commit is contained in:
parent
dcdcd81584
commit
e43bee07e2
3 changed files with 1 additions and 15 deletions
|
|
@ -180,7 +180,7 @@ var Autocomplete = function() {
|
|||
};
|
||||
|
||||
this.changeListener = function(e) {
|
||||
console.log(e)
|
||||
//console.log(e)
|
||||
};
|
||||
|
||||
this.blurListener = function() {
|
||||
|
|
|
|||
|
|
@ -307,11 +307,6 @@ exports.commands = [{
|
|||
exec: function(editor) { editor.jumpToMatching(true); },
|
||||
multiSelectAction: "forEach",
|
||||
readOnly: true
|
||||
}, {
|
||||
name: "hideautocomplete",
|
||||
bindKey: bindKey("Esc", "Esc"),
|
||||
exec: function(editor) { editor.$hideautocomplete(); },
|
||||
readOnly: true
|
||||
},
|
||||
|
||||
// commands disabled in readOnly mode
|
||||
|
|
|
|||
|
|
@ -386,12 +386,3 @@
|
|||
.ace_italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.ace_autocomplete {
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.ace_autocomplete li {
|
||||
color: #000000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue