-
Here's the error message that prompts:
Unable to find the declaration file for module "smalltalk". "d:/Scripts/Encapsulationcode/bgxxzsRunlocally/node_modules/smalltalk/lib/smalltalk.js" implicitly h…
-
```
ClassDescription >> drTestsBrowse
Smalltalk tools browser openOnClass: self
```
-
```
TimeProfilerNode >> browseItem
Smalltalk tools browser
openOnClass: self methodClass selector: self selector
```
=>
```
TimeProfilerNode >> browseItem
application tools browser
…
-
```
DANode >> browseClass: classToBrowse
Smalltalk tools browser openOnClass: classToBrowse
```
=> it should get access to the application
and be rewritten as
```
browseClass: classToB…
-
```
DebugPointInstanceVariableTarget >> browse
(Smalltalk tools browser openOnClass:
self instanceVariable owningClass)
switchToVariables;
selectVariableNamed: self instanceVariable na…
-
Hi esteban
I have several questions:
- why this class is not packaged in NewTools?
- Should not be named StBrowser
- What about SpToolCommand?
- then
Can we define application as
```
a…
-
```
TestCase >> failureLog
^ Smalltalk tools transcript
```
Should be turned into
```
TestCase >> failureLog
^ application tools transcript
```
http://rmod-pharo-mooc.lille.inria.fr/…
-
Or it should remove the browseAll method.
We should stop to cross layers this way. A domain object should not make reference to UI elements freely.
```
browseAll
| methods |
methods := s…
-
-
## Is your idea/suggestion related to a problem? Please describe.
Something about receptionist..
The median score is high -> the task is solved
Task is very static. e.g.
- The Robots are tell…