| Author |
Message |
|
|
Post subject: is it possible to have word-wrap whilst editing?
Posted: Mar 08, 2006 - 01:42 PM
|
|
Registered Member


Joined: Jan 26, 2006
Posts: 22
|
|
Hi,
Im trying to work out how to get word-wrap during editing only.
i.e. not code formatting in the original source file - but during display/edit - is this possible?
Cheers,
Buzz |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 08, 2006 - 03:34 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
Buzz,
No that currenlty isn't supported by the editors. I'm actually not aware of an IDE that does this as content is line-sensative, so word-wrap negates that mapping that is required. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: editor's with word-wrap
Posted: Apr 09, 2006 - 02:53 AM
|
|
Veteran Member


Joined: Jan 28, 2005
Posts: 10
|
|
Just about every editor I've used before eclipse (and myeclipse) had word-wrap capability. It's a common feature in almost all windows based editors. These include Homesite, Coldfusion Studio and Dreamweaver. If you are doing front-end web developement in HTML/PHP/JSP then Dreamweaver's probably your best bet, although I always liked the simplicity of Homesite (just not sure if it's still being supported). For J2EE I'd recommend JBuilder or IntelliJ. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 09, 2006 - 02:25 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
I should have clarified what I meant by "IDE", I meant "J2EE IDE". Consider a typical debugging session, you put a break point on line 22, that is actually a really long line start starts on line 18 and has been wrapped 4 lines. When the break point is hit where is the debugger support to mark the editor?
These issues is why I'm not aware of any word wrapping in any J2EE IDE.
Windows-based editors? Sure, they all have them. Then again, they don't have debugging. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: virtual returns
Posted: Jun 06, 2006 - 05:31 AM
|
|
Veteran Member


Joined: Jan 28, 2005
Posts: 10
|
|
The debugger support marks the editor on line 18....as far as it's concerned there is no 18-22, only line 18. The word-wrap is for visual purposes only and uses virtual returns recognized by the GUI as opposed to an actual return that creates a new line.
I think more people will be clamoring for word-wrap as web 2.0 people start getting on board w/myeclipse...
-Stan |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: virtual returns
Posted: Jul 29, 2008 - 10:28 PM
|
|
Veteran Member


Joined: Jan 28, 2005
Posts: 10
|
|
I'm going to piss and moan about this one more time. Here's the link to the bug for this in Eclipse: https://bugs.eclipse.org/bugs/show_bug.cgi?id=35779
It just borders on ridiculous. It's the primary reason I still use Homesite 5.5 and Notepad++ on the side. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: virtual returns
Posted: Jul 29, 2008 - 10:46 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
90 votes... really surprising it hadn't been addressed yet. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: virtual returns
Posted: Oct 30, 2008 - 05:21 AM
|
|
Joined: Oct 30, 2008
Posts: 14
|
|
Include me. World wrap is a must have feature.
| Quote: | I should have clarified what I meant by "IDE", I meant "J2EE IDE". Consider a typical debugging session, you put a break point on line 22, that is actually a really long line start starts on line 18 and has been wrapped 4 lines. When the break point is hit where is the debugger support to mark the editor?
These issues is why I'm not aware of any word wrapping in any J2EE IDE.
Windows-based editors? Sure, they all have them. Then again, they don't have debugging. |
Even Netbeans has it. Most of editors/IDEs just skip the line number, so there is no problem for debuggers. It's a purely visual thing... |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: virtual returns
Posted: Mar 12, 2010 - 07:50 PM
|
|
Joined: Mar 09, 2010
Posts: 9
|
|
Wow! That feature has still not been implemented. What a shame! I agree that this is a must feature. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: virtual returns
Posted: Mar 15, 2010 - 12:22 PM
|
|
Registered Member


Joined: Feb 03, 2009
Posts: 3442
|
|
roman2,
As Riyad has clarified earlier that this is currently not supported in J2EE IDE. If eclipse provides support, we will also include the support in our future versions.
Best. |
_________________ Joy
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: Word Wrap Feature
Posted: Mar 04, 2012 - 04:32 PM
|
|
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. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 05, 2012 - 04:54 AM
|
|

Joined: Nov 11, 2010
Posts: 2152
|
|
piforest ,
Thank you for posting it. This will surely help other users. |
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|