1 // in 3.6, both "help" and "openHelpFile" will work fine. In 3.7, "openHelpFile" will be deprecated. In 3.8 it will be gone.
28 // openTextFile is actually the same as openDocument
30 openTextFile { arg selectionStart=0, selectionLength=0;
31 this.openDocument(selectionStart, selectionLength)
36 openTextFile { arg selectionStart=0, selectionLength=0;
37 ^this.openDocument(selectionStart, selectionLength)