Re: Command Line Argument - Choosing a Style

2008-08-07 Thread hac
On Wed, Aug 6, 2008 at 9:00 PM, Jonathan deWerd <[EMAIL PROTECTED]>wrote: > I would make plugins of a different type: standard cocoa bundles (there are > a handful of tutorials on google). This way, people could install and > uninstall using the finder (a little known but helpful feature of the in

Re: Command Line Argument - Choosing a Style

2008-08-06 Thread Jonathan deWerd
I would make plugins of a different type: standard cocoa bundles (there are a handful of tutorials on google). This way, people could install and uninstall using the finder (a little known but helpful feature of the info box), you could use standard cocoa APIs, you wouldn't have to deal wit

Command Line Argument - Choosing a Style

2008-08-06 Thread hac
Hi, I'm developing an application to support third-party extensions that filter text. Each filter consists mainly of a property list and an executable. The idea is that the text of the current document goes into the executable along with settings specified in the property list (as arguments); text