| Summary: | [block selection] specify a win7 font value for org.eclipse.ui.workbench.texteditor.blockSelectionModeFont | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Susan McCourt <susan> |
| Component: | Text | Assignee: | Markus Keller <markus.kell.r> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert, dh_tue, markus.kell.r, michael.pellaton, nikolaymetchev, remy.suen |
| Version: | 3.7 | ||
| Target Milestone: | 4.6 M7 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | fix candidate | ||
| Bug Depends on: | 324882 | ||
| Bug Blocks: | |||
|
Description
Susan McCourt
We can't fix this right now, see bug 324882. After that, the fix is to add: <fontValue os="win32" osName="Windows 7" value="Consolas-regular-10"> </fontValue> *** Bug 346374 has been marked as a duplicate of this bug. *** Since all pre-Win7 OSes are out of support, we could safely change the default for win32 to Consolas-regular-10 now. But the right solution is to remove the platform-specific font definitions and use an AbstractPreferenceInitializer to set the default value for the blockSelectionModeFont to the default value of JFaceResources.TEXT_FONT. (In reply to Markus Keller from comment #3) > Since all pre-Win7 OSes are out of support, we could safely change the > default for win32 to Consolas-regular-10 now. Fixed with http://git.eclipse.org/c/platform/eclipse.platform.text.git/commit/?id=579ff36747d2c917fc9edc055a8ce753284c2f4c > But the right solution is to remove the platform-specific font definitions > and use an AbstractPreferenceInitializer to set the default value for the > blockSelectionModeFont to the default value of JFaceResources.TEXT_FONT. Keeping the bug open for that. (In reply to Markus Keller from comment #4) > > But the right solution is to remove the platform-specific font definitions > > and use an AbstractPreferenceInitializer to set the default value for the > > blockSelectionModeFont to the default value of JFaceResources.TEXT_FONT. > > Keeping the bug open for that. Filed bug 492247 for that. |