> > |
%META:TOPICINFO{author="ThomasKimpton" date="1083798660" format="1.0" version="1.1"}%
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
%META:FORM{name="IntelliJPluginWebForm"}%
%META:FIELD{name="IntelliJPluginName" title="IntelliJPluginName" value="ClipboardToString"}%
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="1.0"}%
%META:FIELD{name="IntelliJPluginVendor" title="IntelliJPluginVendor" value="GooberDude"}%
%META:FIELD{name="IntelliJPluginBinary" title="IntelliJPluginBinary" value=""}%
%META:FIELD{name="IntelliJPluginSource" title="IntelliJPluginSource" value=""}%
%META:FIELD{name="IntelliJPluginClassification" title="IntelliJPluginClassification" value="CodeHelper"}%
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginPackage"}%
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="This plugin pastes the contents of the clipboard into a new String variable. "}%
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value="OsWinXP"}%
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value="AnyOS"}%
%META:FILEATTACHMENT{name="ClipboardToString.zip" attr="" comment="Contains plugin jar." date="1083798551" path="C:\TEMP\ClipboardToString.zip" size="3497" user="ThomasKimpton" version="1.1"}%
%META:FILEATTACHMENT{name="ClipboardToString-src.zip" attr="" comment="Source archive" date="1083798682" path="C:\TEMP\ClipboardToString-src.zip" size="14063" user="ThomasKimpton" version="1.1"}% |