Bug 496570 - Icons bigger than 32 pixels should be possible for visually impaired people
Summary: Icons bigger than 32 pixels should be possible for visually impaired people
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2016-06-22 12:43 EDT by Kristof Mulier CLA
Modified: 2016-08-30 10:46 EDT (History)
2 users (show)

See Also:


Attachments
Bigger icons for Eclipse requested for visually impaired users. (71.27 KB, image/png)
2016-06-22 12:43 EDT, Kristof Mulier CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kristof Mulier CLA 2016-06-22 12:43:48 EDT
Created attachment 262596 [details]
Bigger icons for Eclipse requested for visually impaired users.

The Eclipse Neon release is a huge step forward for people working with a 4K display, or people who are visually impaired. The icon size increased from 16 to 32 pixels.
Nevertheless, 32 pixels is still too small for people without sharp eyesight. Please consider the option to increase icon and button sizes.

I've done my best to come up with a solution (see the following StackOverflow post):

http://stackoverflow.com/questions/37929996/building-eclipse-ide-from-scratch-making-bigger-icons-sometimes-successful

But it did not work for all icons.
Comment 1 Patrik Suzzi CLA 2016-06-22 13:09:07 EDT
Increase the size of the icons up to 48 px?
I think it is a cool idea. 

Can you provide an initial patch ?
see: https://wiki.eclipse.org/Platform_UI/How_to_Contribute

Adding Markus in c/c as he might be interested in Hi-DPI
Comment 2 Kristof Mulier CLA 2016-06-22 13:35:09 EDT
Thank you Patrik for your reply.
I would love to provide an initial patch. But I've never contributed to the Eclipse sourcecode before. So I'm kind of a newbie to the Eclipse codebase. How steep is the learning curve?
And where can I find documentation to get started?

Kind greetings,

Kristof
Comment 3 Patrik Suzzi CLA 2016-08-30 10:46:18 EDT
Kristof, sorry for the late reply. 

The learning curve is harder than average. 
QuickStart: 
- Sign the CLA (now ECA)
- Install the Eclipse installer by Oomph, 
- Start installing your IDE using Eclipse IDE for committers as base Product
- Select Eclipse Platform UI as the project to contribute to. 
- Wait for the IDE is installed and the source code is downloaded.
- Then you can start the development. 

Instructions here: 
- http://www.vogella.com/tutorials/EclipsePlatformDevelopment/article.html
- https://wiki.eclipse.org/Platform_UI/How_to_Contribute

Good Luck!