This is a tool that adds several neat features to speed up programming in the Processing IDE.
- Closes brackets and quotation marks automatically.
- Can wrap selection.
- Press tab to auto complete!
- AutoCompletes can be modified in a file for customisation.
- Download a release from the releases tab (or here).
- Extract the folder from the zip file into your tools folder.
Run the tool from the tools menu. That's it! You can now use the tool.
- Brackets and quotes are automatically closed!
- Select some text and open a bracket or quote to wrap the text!
- Press tab to auto complete!
Refer to the wiki for more information.
Tested on Windows only
Tested with Processing 3.3.5
Last update: 02/08/2016
Inspired from SpeedTool by Lars Kaltenbach.
I saw that it was not working with Processing 3 and really needed something like that. It's annoying to have to close brackets all the time :p
The code for the BracketCloser is very similar to the original code from SpeedTool.