Browse Source

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

Enrico Berti 10 năm trước cách đây
mục cha
commit
46fdb83

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
desktop/core/src/desktop/static/desktop/js/ace/ext-language_tools.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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.filtered = array;
     this.filterText = filterText || "";
-    this.exactMatch = false;
+    this.exactMatch = true;
 };
 (function(){
     this.setFilter = function(str) {

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác