Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » "smarter" word wrap
"smarter" word wrap [message #279367] Mon, 17 January 2005 10:31 Go to next message
Eclipse UserFriend
Originally posted by: barabucc.cs.unibo.it

Hi, I'm a newcomer to the eclipse editor (3.0.1).

I played a bit with Java editor settings but I did not find how to set this
kind of word wrap:
1) Use TAB character to indent
2) Use spaces to align arguments

like (<--> is a tab, _ is a space)

class Test {
<-->Test(LongClassName a,
<-->_____LongClassName b) {
<--><-->a.use(b);
<-->}
}

I like this kind of word wrap because it will keep sources aligned in files
that are shared between developers that like TAB=4 spaces and who likes
TAB=8 space.

Is possible to achieve this with eclipse java editor?
Re: "smarter" word wrap [message #279400 is a reply to message #279367] Tue, 18 January 2005 04:23 Go to previous message
Eclipse UserFriend
Gioele Barabucci wrote:
> Hi, I'm a newcomer to the eclipse editor (3.0.1).
>
> I played a bit with Java editor settings but I did not find how to set this
> kind of word wrap:
> 1) Use TAB character to indent
> 2) Use spaces to align arguments
>
> like (<--> is a tab, _ is a space)
>
> class Test {
> <-->Test(LongClassName a,
> <-->_____LongClassName b) {
> <--><-->a.use(b);
> <-->}
> }
>
> I like this kind of word wrap because it will keep sources aligned in files
> that are shared between developers that like TAB=4 spaces and who likes
> TAB=8 space.
>
> Is possible to achieve this with eclipse java editor?

not currently, tom
Previous Topic:TreeViewer and Decorations
Next Topic:What happened to Error/Warning vertical bar in M4
Goto Forum:
  


Current Time: Sun Jun 08 19:54:44 EDT 2025

Powered by FUDForum. Page generated in 0.02209 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top