Eclipse is formatting javadoc tooltips very poorly on Ubuntu

前端 未结 4 2054
执笔经年
执笔经年 2020-12-29 08:05

I\'ve been using Eclipse on Windows a lot, and recently started using it on Ubuntu for work.

My problem is, that the Javadoc tool til mostly is unformatted, E.g.

4条回答
  •  Happy的楠姐
    2020-12-29 08:33

    Got the same problem with the rendering of HTML inside the tooltips. After some fiddling around I got the solution:

    Install libwebkitgtk-1.0-0 from the official Ubuntu repositories. It'S used by eclipse (and most likely other GTK applications) to render the HTML, but neither pre-installed on Kubuntu nor listed as a dependency in the eclipse packages.

提交回复
热议问题