Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » newline after single line comment returns cursor to column 1
newline after single line comment returns cursor to column 1 [message #1797655] Sun, 04 November 2018 01:37 Go to next message
Eclipse UserFriend
I'm using Eclipse 3.3.0 and the latest stable release of PDT.

When you enter a single line comment and then press return/enter, the
cursor returns to the beginning of the next line, and not the column
position the text on the previous line started at, as it does with
non-comments.

i.e.
......$foo = 'bar';
......|
^ cursor here on return / enter

......// this is a comment
|
^ cursor here on return / enter


Is this by design or is it a bug? I don't recall this behaviour before I
upgraded from eclipse 3.2 but maybe I'm mistaken. Is there a way to force
it to behave?
Re: newline after single line comment returns cursor to column 1 [message #1797676 is a reply to message #1797655] Sun, 04 November 2018 21:00 Go to previous message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 291
Registered: March 2013
Senior Member
Latest stable PDT release not working on eclipse 3.3 (it's too old). Latest stable PDT (6.2) works on eclipse 2018-09 (4.9),

Mentioned feature works fine.



Previous Topic:Imagick support in PDT
Next Topic:This project encompasses the development components necessary to develop PHP-based Web Applications
Goto Forum:
  


Current Time: Fri Apr 19 03:35:32 GMT 2024

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

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

Back to the top