Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Block alignment lines
Block alignment lines [message #656830] Mon, 28 February 2011 18:04 Go to next message
coffent is currently offline coffentFriend
Messages: 6
Registered: February 2011
Junior Member
Is there a way to get Eclipse to show alignment lines between the start and end of a block of code, in the same way, for example, that Notepad++ does? Example:

for(int i = 0; i < n; i++){
| code here
| the bar to the left indicates the alignment line
| more code
}
Re: Block alignment lines [message #656925 is a reply to message #656830] Tue, 01 March 2011 01:30 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 2/28/2011 11:34 PM, coffent wrote:
> Is there a way to get Eclipse to show alignment lines between the start
> and end of a block of code, in the same way, for example, that Notepad++
> does? Example:
>
> for(int i = 0; i < n; i++){
> | code here
> | the bar to the left indicates the alignment line
> | more code
> }
>
No. Though there is a bug already open for this against JDT/UI.
Re: Block alignment lines [message #656929 is a reply to message #656830] Tue, 01 March 2011 03:05 Go to previous message
coffent is currently offline coffentFriend
Messages: 6
Registered: February 2011
Junior Member
OK, thanks. I'll eagerly await its implementation!
Previous Topic:how to set path to include files?
Next Topic:need to integrate market place client in eclipse 3.2
Goto Forum:
  


Current Time: Fri Apr 26 23:10:43 GMT 2024

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

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

Back to the top