|
Sarah's Revolution Page
- plugins |
|
|
What is Revolution?
My Stacks - Recent - Plugins - Tutorials - Libraries - Miscellaneous Applications Links |
Plugins
are just normal stacks that you can place in the Plugins folder inside
your Revolution application folder. This allows you to have easy access
to them during development. Use Plugin Settings from the Development
menu to set whether you want them to open automatically on startup or
only when chosen from the Plugins submenu.
Starter.rev This plugin is designed to run whenever you start up Revolution, setting global properties or running script snippets to set up Revolution as you like it. It was inspired by the fact that in Rev 2.7.x, allowInterrupts is set to false by default, meaning you cannot escape from infinite loops :-) ToolTipper.rev This allows quick & easy allocation of tool tips to objects. Hover over any control and press Command/Control-backslash to see the existing tooltip. Edit it and click the "Set" button to set the tool tip instantly. A great timesaver when you want to do this for a lot of objects all at once. It can easily be altered to allow quick editing of any other property. Pending Message Manager.rev Display pending messages with readable times. Cancel some, all or all with the same name. Edit the script of the containing object. FunKey.rev Allocate script snippets to function keys. Sample scripts are included but the scripts are fully editable. StackDock.rev Clickable interface for easy access commonly used stacks. Add stack files to the "dock" by choosing a file, or by selecting from a list of open files. InspectPanel.rev Palette for switching between the Inspector's panels. This allows you to switch panels with a single click. It also overcomes the Inspector's tendency to show one title and other panel. |