PHP autocomplete in Eclipse PDT function documentation not formatted -


i installed eclipse pdt. autocomplete works, , when pop-up box comes shows list of functions. problem descriptions of functions right in box not formatted. description describe function , list parameters plain text, , has visible css styling, not parsed such. how start of str_getcsv function described:

/* font definitions */ html { font-family: 'sans',sans- serif; font-size: 10pt; font-style: normal; font-weight:  normal; } body, h1, h2, h3, h4, h5, h6, p, table, td,  caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; } pre  { font-family: monospace; } /* margins */   

has had problem. can't seem find reference this.

it's because library eclipse uses render html inside autocomplete missing.

in ubuntu or debian can solve installing libwebkitgtk-1.0-0

sudo apt-get install libwebkitgtk-1.0-0

then restart eclipse


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -