Forráskód Böngészése

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 éve
szülő
commit
e2a30be96e
3 módosított fájl, 55 hozzáadás és 325 törlés
  1. 0 6
      js/IDE.deploy.js
  2. 53 318
      js/IDE.js
  3. 2 1
      st/IDE.st

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 6
js/IDE.deploy.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 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.

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott