瀏覽代碼

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

Enrico Berti 10 年之前
父節點
當前提交
46fdb83

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/js/ace/ext-language_tools.js


文件差異過大導致無法顯示
+ 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) {

部分文件因文件數量過多而無法顯示