Clipboard modificator - plugin detail
Modifies a text in the clipboard for being ready to paste it in the Java source code like the valid String. By adding the double quotes before and after the text, replacing already presented quotes by \" , adding before and after carriage returs another double quotes and after cr + makes text in the clipboard perfectely valid for adding to the Java source code. Modification is possible even the backward to the text, by clicking on the string to text button.
| Plugin owner: |
danielkec |
| Website: |
http://www.syntea.cz |
| Added: |
2010-02-10 |
| Last updated: |
2011-05-31 |
| NetBeans Versions: |
6.1, 6.5, 6.7, 6.8, 6.9, 7.0 |
| License: |
Freeware |
| Category: |
Utilities |
| Size: |
0.03 MB |
| Downloaded: |
439 times |
| Rating: |
|
Verifications for NetBeans versions
Plugin is not subject to any verification |
Introduction
Modifies a text in the clipboard for being ready to paste it in the Java source code like the valid String. By adding the double quotes before and after the text, replacing already presented quotes by \" , adding before and after carriage returs another double quotes and after cr + makes text in the clipboard perfectely valid for adding to the Java source code. Modification is possible even the backward to the text, by clicking on the string to text button.
Modificator is working with clipboard, so there is usage step-by-step:1. - Copy desired text in the clipboard(ctrl+c) Example:
Hello world!!!
and the "second" line
2. - Run modification by clicking on the button text to string 3. - Paste result in the desired location(ctrl+v) Modificated example:
"Hello world \n"+
"and the \"second\" line"
Buttons:
Modificate text in the clipboard to Java's String value: text >> "text"
Modificate text in the clipboard by regexes specificated in the options, Tools/Options/Miscellaneous/ClipBoardModifier
Modificate Java's String value in the clipboard bacward to the text: "text" >> text

Modification is being provided by the regular expressions, which can be modified in the options.
What's new in this version
Just some small optimalization.
|
[ You have to be logged in to be able to comment. ]
User Comments
It's working!
Simple but very powerful!
Posted by kytus on Feb 10, 2010