浏览代码

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.

部分文件因为文件数量过多而无法显示