Browse Source

Fix method references select in Browser: we cannot browse current method references as it's already selected

Laurent Laffont 12 years ago
parent
commit
379fe3b007
3 changed files with 55 additions and 325 deletions
  1. 0 6
      js/IDE.deploy.js
  2. 53 318
      js/IDE.js
  3. 2 1
      st/IDE.st

File diff suppressed because it is too large
+ 0 - 6
js/IDE.deploy.js


File diff suppressed because it is too large
+ 53 - 318
js/IDE.js


+ 2 - 1
st/IDE.st

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

Some files were not shown because too many files changed in this diff