> Request : that the plugins can be visualized. For instance, to be able to > provide helping plugins with menus to insert elements extending the > possibilites you have provided at the bottom (i'm into structured editing). > maybe an option to make the plugin appear as a drawer on the side of tText? > That's my birthday present!
This can already be done. I just made a simple test plugin that opens as a palette with a couple of formatting buttons that add tags to the selected text. Make a new plugin, and in the doStartup handler, all you need is "palette this stack" (or you can make it a drawer I guess). Then remove the default interface from the plugin window, add your own interface objects and script them. Use the examples and the default doStartup handler to work out what to include in your own handlers. Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
