소스 검색

[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) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.