MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
stanquinn
Post subject: Word wrap  PostPosted: Jan 28, 2005 - 09:37 PM
Veteran Member
Veteran Member


Joined: Jan 28, 2005
Posts: 10

Is it possible to turn on word wrap on the jsp/java editors? If so I can't find it. It's a royal pain having to scroll over to see the entire line of code. Thanks.
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Jan 29, 2005 - 12:41 AM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

Quote:

Is it possible to turn on word wrap on the jsp/java editors?

Not real-time, but you can setup your formatter to word wrap at a certain length and when you format the file it will break at that length (as best it can).

Windows > Prefs > Java > Code Style > Code Formatter > Customize

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
myeclipse@charybdis.de
Post subject:   PostPosted: Feb 10, 2006 - 09:59 AM
Registered Member
Registered Member


Joined: Sep 23, 2005
Posts: 1

But unless I am mistaken, this does not really help if you have an href with a lot of parameters in a JSP page.
Breaking it might not really agree with the browser later on.

Is there really no way for MyEclipse / Eclipse to wrap a line? Most other (partly very simple) editors I have used had that functionality.

Seb
 
 View user's profile Send private message  
Reply with quote Back to top
stanquinn
Post subject:   PostPosted: Jun 30, 2008 - 11:15 PM
Veteran Member
Veteran Member


Joined: Jan 28, 2005
Posts: 10

Anyone? Anyone? Seems like a trivial thing to implement...you have the "visual return" and an actual return for a new line. How it's displayed in the GUI really has very little to do with how it's parsed and compiled. If you can store meta information about the file you can surely store information about where the visual returns are taking place. It's been, what...3 years and I still can't get this feature? Jedit's been doing it for years, but lacks a lot of other features i need. It's been an issue for Eclipse since the beginning and a requested feature since 2002ish. https://bugs.eclipse.org/bugs/show_bug.cgi?id=35779. Hard to believe that the basic editor code is so whack you can't hack a visual line return into it.
 
 View user's profile Send private message  
Reply with quote Back to top
piforest
Post subject: Word Wrap Feature  PostPosted: Mar 04, 2012 - 04:29 PM
Registered Member
Registered Member


Joined: Jan 15, 2007
Posts: 3

You may try the com.ahtik.wordwrap feature which URL is :
http://ahtik.com/eclipse-update/
I use it for a while now in every Eclipse deployment
* from Eclipse
* from Zend
* from MyEclipse

It is very convenient to be able to view a file with no horizontal scrolling even if you dont want to edit it in that mode.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits