https://github.com/extracraftx/processing-code-helper
Adds some neat tools to speed up programming in Processing
https://github.com/extracraftx/processing-code-helper
Last synced: about 1 year ago
JSON representation
Adds some neat tools to speed up programming in Processing
- Host: GitHub
- URL: https://github.com/extracraftx/processing-code-helper
- Owner: ExtraCrafTX
- Created: 2017-08-01T21:02:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T17:26:24.000Z (almost 9 years ago)
- Last Synced: 2025-02-25T19:43:11.699Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a tool that adds several neat features to speed up programming in the Processing IDE.
## Modules
### BracketCloser:
1. Closes brackets and quotation marks automatically.
2. Can wrap selection.
### AutoCompleter:
1. Press tab to auto complete!
2. AutoCompletes can be modified in a file for customisation.
## Installation and use
### How to install:
1. Download a release from the [releases](https://github.com/ExtraCrafTX/processing-code-helper/releases) tab
(or [here](http://kaamiljasani.com/processing-code-helper/)).
2. Extract the folder from the zip file into your tools folder.
### How to use:
Run the tool from the tools menu. That's it! You can now use the tool.
1. Brackets and quotes are automatically closed!
2. Select some text and open a bracket or quote to wrap the text!
3. Press tab to auto complete!
Refer to the [wiki](https://github.com/ExtraCrafTX/processing-code-helper/wiki) for more information.
## Info
Tested on Windows only
Tested with Processing 3.3.5
Last update: 02/08/2016
### Credit:
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.