> I have some questions... if you are writting a test in the browser and want > to run it (just test), if you press ctr+t, does it run that test or all the > tests? and also, if it does not save the method, how does it run the test > you just wrote ?
It runs just the selected test method. If you have not accepted the change it runs the old compiled code (as it would for a do-it). > I did the ctrl+t do the save before running because I found myself saving > then running, saving then running, etc, all the time... and if you want to > run the test you have to save it before... why do you think you would not > like the two things combined? do you see something that could bother or be > wrong about it? Consistency with the rest of the browser and separation of concerns. But, I haven't tried your approach so I cannot really tell what is better. Jorge demoed your debugger changes (create class, create method). I would like to see them in PharoCore. Also I would like to get rid of the pre-debugger all-together. Do you think that you could provide these changes in the PharoInbox? Lukas -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
