This plugin is for creating String variables.
This plugin pastes the contents of the clipboard into a new String variable.
Using this plugin will paste the contents of the clipboard into the selection, or at the caret, as a new String variable, example: String fixMe = "Here is where the contents of the clipboard go."; The word 'fixMe' is then highlighted for easy changing.
A list of features.
- Pastes the contents of the clipboard into a new String variable.
Please see the topic ClipboardToStringDev?, any feedback is welcome
- Download the binary ZIP file (see below)
- Unzip ClipboardToString-bin.zip in your IntelliJ/plugins directory.
- Read the "Jar Dependencies" section in Plugin Info and install the needed jars
- Restart IntelliJ
| Plugin Author: | ThomasKimpton |
| Plugin Version: | 06 May 2004 (V1.000) |
| Change History: | |
| 06 May 2004 (V1.000): | Initial version |
| Jar Dependencies: | none |
| Plugin Home: | http://www.intellij.org/twiki/bin/view/Main/ClipboardToString | Feedback: | http://www.intellij.org/twiki/bin/view/Main/ClipboardToStringDev
Related Topics: PluginDocumentation, ProjectPluginTemplate, OpenAPI, IntellijPluginDocumentation,
IntellijPluginDocumentation, PluginDeployment, IdeasForPlugins
-- ThomasKimpton - 06 May 2004
|
|