Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PHPDoc PDT eclipse(It is possible to edit pattern for display PHPDoc in editor window?)
PHPDoc PDT eclipse [message #727717] Wed, 21 September 2011 21:20
Kamil  is currently offline Kamil Friend
Messages: 2
Registered: September 2011
Junior Member
Hello. I want to change the way how my eclipse displays PHPDoc in editor hoovers.

For example: when I enter php doc like this


/**
 * PHPDOC example
 * This line exceeds 80 chars and must be break with new caret character
 * dndndndnndndndnndndnndnddnjdndjnjnwognrkognrw;gowrirwjgprwjg;rwpgjrwpgrw;grwggr
 */



Eclipse displays it as:
PHPDOC Example
this line exceeds 80 chars and must be break
with new caret character

dndndndnndndndnndndnndnddnjdndjnjnwognr
kognrw;gowrirwjgprwjg;rwpgjrwpgrw;grwggr

As you can see it makes new paragraph in place where new caret char is entered.
I guess that eclipse changes any enter to <br/> tag.
It is possible to change pattern without writing new plugin? this way of PHPDoc displaying is really annoying - the window of php doc is small and unwanted new lines makes it useless. Confused

[Updated on: Wed, 21 September 2011 21:24]

Report message to a moderator

Previous Topic:include path
Next Topic:Eclipse doesn't start after file system crash
Goto Forum:
  


Current Time: Thu Apr 25 10:51:30 GMT 2024

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

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

Back to the top