[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] new methods: avoid chaos, including files



[Pit Noack]->[[sc-users] new methods: avoid chaos, including...

let me try ..

 |First:
 |Sometimes i would like to add methods to a "standard" SC Class instead of
 |creating a subclass. But what do i do when there will be the next update?
 |Do have to add all the methods again or is it possible to add methods to a
 |class in another file to avoid confusion?

Help -> Writing-Classes: search for "External Method Files"
then put your external method files into some private lib dir.

 |Second:
 |Is it possible to have a file executed automatically before executing other
 |code in the workspace-window - think about something like #include in c.

Help -> String: search for "load"

bst, opt