[ phpeclipse-Bugs-1589403 ] wrap double/single quoted strings

"SourceForge.net" <[email protected]> Thu, 05 Apr 2007 22:58:26 -0700
Newsgroups gmane.comp.ide.eclipse.phpeclipse.devel
Message-ID <[email protected]>
Bugs item #1589403, was opened at 2006-11-03 02:13
Message generated for change (Comment added) made by toshihiro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1589403&group_id=57621

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Preference Settings
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: J (puppypoker)
Assigned to: Nobody/Anonymous (nobody)
Summary: wrap double/single quoted strings

Initial Comment:
JRE version: 1.5.0_06-b05
Eclipse Version: 3.2.0
PHPeclipse version: 1.1.8


if you open the preferences:
- expand PHPeclipse 
- select PHP
- select the Typing tab

when unsetting/setting the "Wrap double quoted PHP
strings", both the "escape text ... double quoted" and
the "escape text ... single quoted" get enabled/disabled.

but when "unsetting/setting the "Wrap single quoted PHP
strings", neither "escape text..." options get
enabled/disabled.


----------------------------------------------------------------------

Comment By: Toshihiro (toshihiro)
Date: 2007-04-06 14:58

Message:
Logged In: YES 
user_id=1527096
Originator: NO

Fixed in CVS.


----------------------------------------------------------------------

Comment By: Toshihiro (toshihiro)
Date: 2007-03-07 10:42

Message:
Logged In: YES 
user_id=1527096
Originator: NO

PTF.

http://phpeclipse.cvs.sourceforge.net/phpeclipse/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/JavaEditorPreferencePage.java?revision=1.22&view=markup

net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/JavaEditorPreferencePage.java
change
 1384       addCheckBox(group, label,
PreferenceConstants.EDITOR_WRAP_STRINGS_SQ, 1);
to
 1384       button = addCheckBox(group, label,
PreferenceConstants.EDITOR_WRAP_STRINGS_SQ, 1);



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1589403&group_id=57621

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV