t olschewski wrote
1. is there a way to run "do-it"s and other user activity at a priority of 40, say, by default ?
The beauty of a live, open, dynamic system is that there's a way to do anything :) For instance, to have your desired behavior in Workspaces, you could do something like override SmalltalkEditor>>doIt to read: ^ [ self evaluateSelection ] forkAt: 40. n.b. the above will work for the doIt shortcut, as the menu item calls a different method. t olschewski wrote
2. are my "forkAt:" processes supposed to appear in the Process Browser and if yes: where do I find them ?
It will be listed along with the usual processes. If you didn't see it, it could be because your process completed to quickly, or you didn't have auto-update turned on in the Process Browser. -- View this message in context: http://forum.world.st/process-priority-tp4092574p4093492.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.