JDT Quickfix Enhancement 0.0.1
Categories:
Introduction
It's a small tool to enhance the quick fix proposal of JDT.
JDT is a powerful IDE to develop java application. However it's not so intelligent all the time. This tool do some enhancement on JDT to improve my productivity.
All of features of this tool are based on my development favor. More intelligent feature might be implemented in future if I find I need one.
It has
For example,
Sometime I copy a path in my code from file explorer of Windows, the string looks like "C:\Documents and Settings\kzhu0\My Documents\helios\features\com.ibm.rational.clearcase.ccrc.tours.doc.feature.nl1_7.1.0.v200910291843".
Character "\" used in path need be escaped, I have to fix them one by one in the long string. Now this tool can fix all of them in one mouse click. :)
Additional Details
- Version Number: 0.0.1
- Eclipse Versions: eclipse 3.4+
- Organization: Meng Xin Zhu
- Date Created: 19/08/2010
- Date Updated: 24/08/2010
- Development Status: Alpha
- License: EPL
- Submitted by: kane zhu
- This listing has been installed 13 times in the last 30 days.
By Stephan Herrmann
Have you seen the following
Have you seen the following JDT option?
- Preferences - Java - Editor - Typing - In string literals - Escape text when pasting into a string literal
cheers,
Stephan

