-
Notifications
You must be signed in to change notification settings - Fork 132
Change font size on Mac version #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
txs for the input. |
I mean the project explorer, were you can browse your project files. The other tree views in the dialogs do also have small fonts like the preferences/property dialog and the library selector, but you do not use them that often, so the need to make those fonts larger for easier reading is not so high. Jimmy
|
To give some more info, when using CSS Spy there are no entries in the CSS Class and CSS id column, while they are there for the standard eclipse. Op 24 jun. 2014, om 11:59 heeft jantje [email protected] het volgende geschreven:
|
Not sure what is going on here. I'll see what I can do. |
I've tested this and I have been able to reproduce the problem in linux. It is a product only problem. |
Yes it is a duplicate of #152. I will fix it. |
This one can be closed. Lines added: .MPart Tree{ |
Small fonts? I did notice this line (seems to be a default) in the product file [1] What if you remove that line and set the css back to normal? |
Were can I find this file on the installation? I looked around, but could not find it. From a github location to were it is when installed, is not transparent in this case. Op 1 jul. 2014, om 10:24 heeft Wim Jongman [email protected] het volgende geschreven:
|
This information goes into the ini file which is in the root of the product. On Tue, Jul 1, 2014 at 2:05 PM, xaljox [email protected] wrote:
|
Did the remove of the setting in the ini file work or the change in the [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=388476 On Tue, Jul 1, 2014 at 4:29 PM, xaljox [email protected] wrote:
|
Yes it did work I commentd in github, with screenshots, to make clear the difference. On 01 Jul 2014, at 16:42, Wim Jongman [email protected] wrote:
|
I can not find chrome theme in market place, but did find: On 01 Jul 2014, at 16:42, Wim Jongman [email protected] wrote:
|
@xaljox Do I understand correctly that in the latest version removing |
Yes that brings it to a size that works both nicely for my iMac 27 and my macBook Air 13Inch. Depending on screen size and resolution your milage may vary. But I think for most Mac users the bigger fonts are preferable. It is not that it gets the size that it is readable for the half blind. It goes from 11px to 13px. On 01 Jul 2014, at 18:07, jantje [email protected] wrote:
|
Yes Met vriendelijke groet, Wim
|
I think this one can be close. Please reopen if I'm wrong. |
You're right, just remove the line in the ini file and the fonts are decent. The issue started initially since it wasn't possible to set the font size via the css, this has been fixed as well. So there are multiple ways to get decent fonts on the mac. On 10 Jul 2014, at 02:48, jantje [email protected] wrote:
|
I've added the ini file fix to the FAQ http://eclipse.baeyens.it/Arduino%20eclipse%20plugin%20FAQ.html#Mac_Small_font |
I use the ini file approach, it is a simple fix to to after the download and I’m happy with the font type and size. There is a standard eclipse way to change this font but in the product version from 1 july 2014 onwards you can delete following line in the eclipseArduinoIDE.ino. Op 10 jul. 2014, om 11:52 heeft jantje [email protected] het volgende geschreven:
|
I added your description to the faq. txs |
maybe we can remove the -D option and describe how to add it if the users On Fri, Jul 11, 2014 at 1:43 PM, jantje [email protected] wrote:
|
@wimjongman I considered that to. However as Eclipse thinks this is the way it should be and not so many people complained I think we'd better keep it like default. |
By default the font sizes of eclipse are small on the Mac version and this is a known issue. The font sizes of the editor can be easily changed via the preferences. The font sizes of the tree view which are also small can not be changed via the preferences.
A search via google came up with the solution to edit the file 'e4_default_mac.css' at location '.../eclipseArduino/plugins/org.eclipse.platform_4.3.2.v20140221-1700/css'.
and to set the font_size there by adding for example:
org-eclipse-jdt-ui-PackageExplorer Tree,
org-eclipse-ui-navigator-ProjectExplorer Tree,
org-eclipse-ui-views-ContentOutline Tree,
PerspectiveSwitcher ToolBar {
font-size: 13px;
}
When trying this out, it did not work. I found it a bit strange that the solution to fix this small font issue did not work, while it was all over the internet. So I downloaded the "Eclipse IDE for C/C++ Developer" package and dit the same patch on the same file but now on the standard eclipse instead of the Arduino version of jantje. Now the patch did work, thus somehow there is a difference in behaviour in this respect and as a result it is not possible to alter the font to a size that is more pleasant for my eyes.
Another difference in behaviour I noticed was that in the "standard" eclipse version
"Preferences->General->Appearance" worked normally and a theme can be selected. While in the Arduino version I get the error: "The currently displayed page contains invalid values".
Note that I used version mac64.2014-05-22_02-07-31.tar.gz of the eclipseArduino.
Further I have to say that I love the work of Jantje!
The text was updated successfully, but these errors were encountered: