Prechádzať zdrojové kódy

[core] Ace autocomplete now matches the start of the word

Enrico Berti 10 rokov pred
rodič
commit
46fdb83b10

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
desktop/core/src/desktop/static/desktop/js/ace/ext-language_tools.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
desktop/core/src/desktop/static/desktop/js/ace/mode-rhtml.js


+ 1 - 1
tools/ace-editor/lib/ace/autocomplete.js

@@ -422,7 +422,7 @@ var FilteredList = function(array, filterText) {
     this.all = array;
     this.all = array;
     this.filtered = array;
     this.filtered = array;
     this.filterText = filterText || "";
     this.filterText = filterText || "";
-    this.exactMatch = false;
+    this.exactMatch = true;
 };
 };
 (function(){
 (function(){
     this.setFilter = function(str) {
     this.setFilter = function(str) {

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov