"WORKSPACES - https://gist.github.com/philippeback/4dd8e1e4866e26a0de34 http://ws.stfx.eu workspace - Need to post something on this at: http://borden.pharocloud.com/pier/john-c-borden/updates/ Original workspace this is based on:" ZnWorkspace openUrl: 'http://ws.stfx.eu/1WS4U'. "Of course, even without installing the tool, you can download and upload workspaces" Workspace openContents: (ZnClient new get: 'http://ws.stfx.eu/1WS4U'). "Post it through code (in case the down arrow isn't working in the top-right):" ZnClient new systemPolicy; beOneShot; url: 'http://ws.stfx.eu'; contents: Clipboard clipboardText asString; post. "Don't forget to inspect this last expression to see the new key" "It is also possible to create new workspace via a web interface, try http://ws.stfx.eu/new " "PROBLEM W/ PIER PERSISTENCY" SmalltalkImage current openSourceFiles. "Updated PRToDoView>>setReports so when complete is hit, it calls #setReports again (and moves where the completed item is)." "PRToDo WORK Could make PRToDoView more like the browse button, question is how to get the background right." "PIER WORK - find out how to get the PRImagePersistency to work again. Also find out why TOC is not working well."