|
From: SourceForge.net <no...@so...> - 2010-05-16 21:44:44
|
Patches item #3002186, was opened at 2010-05-15 14:29 Message generated for change (Comment added) made by ezust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=3002186&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Accepted Priority: 5 Private: No Submitted By: fgracia (fgracia) Assigned to: Alan Ezust (ezust) Summary: Help viewer: change of font size Initial Comment: Would it be possible to add to the Help viewer a mechanism for varying the size of the displayed font? I think that JEdit help is very good, but I find the type of the main panel too small for comfortable reading. I have not found any means for increasing or modifying it. So, if I am right, I think that it would be a nice improvement. Thanks. ---------------------------------------------------------------------- >Comment By: Alan Ezust (ezust) Date: 2010-05-16 14:44 Message: correction: now you can configure it from appearance option pane. ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2010-05-16 13:52 Message: committed # 17827 to trunk. Now it uses the same font / size you have for your textarea. ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2010-05-16 13:12 Message: This is almost a patch, but I will turn it into one. ---------------------------------------------------------------------- Comment By: Nikos Kasselouris (nikkas) Date: 2010-05-15 22:48 Message: the code viewer.setFont(new Font("Dialog",Font.PLAIN,16)); does not works. Needs and this: viewer.putClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE); Then in the properties file put the option.... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=3002186&group_id=588 |