소스 검색

Merge pull request #245 from lolgzs/fix-browser-method-references-selector

Fix method references select in Browser: we cannot browse current method...
Nicolas Petton 12 년 전
부모
커밋
e2a30be96e
3개의 변경된 파일55개의 추가작업 그리고 325개의 파일을 삭제
  1. 0 6
      js/IDE.deploy.js
  2. 53 318
      js/IDE.js
  3. 2 1
      st/IDE.st

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 6
js/IDE.deploy.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 53 - 318
js/IDE.js


+ 2 - 1
st/IDE.st

@@ -1226,7 +1226,8 @@ updateSourceAndButtons
 				with: [ |option|
 					html option
 						with: 'References';
-						at: 'disabled' put: 'disabled'.
+						at: 'disabled' put: 'disabled';
+                        at: 'selected' put: 'selected'.
 					html option
 						class: 'important';
 						with: selectedMethod selector.

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