scide: LookupDialog - redo lookup on classes after partial lookup
[supercollider.git] / SCClassLibrary / Common / GUI / PlusGUI / Core / KernelPlusGUI.sc
blob1c6cbf1182e6ab7527a7961e49d3adfb7f83e226
1 + Process{
2 //this called when the menu item file-new or file-open is called
3         addDocument {
4                 Document.prGetLast;
5         }
8 + Class {
9         browse {
10                 ^ClassBrowser.new(this)
11         }