This article shows how to change the text size and style for the Eclipse editor pane.
The font used for Eclipse editor pane can be customized with font preference. This preference is located under “Basic” settings and can be found in Window > Preferences > General > Appearance > Colors and Fonts.
1
Open Eclipse Preferences
Open the Eclipse Preferences via Window > Preferences
2
Navigate to Colors and Fonts
Navigate to ‘Colors and Fonts’ on the left-hand side preferences tree view
3
Basic Color and Font Settings
On the right-hand side pane, scroll and locate ‘Basic’
4
Text Font Settings
Scroll down to ‘Text Font’ under ‘Basic’
5
Edit and Set Desired font and styling
6
Click Apply and Close to Save your Settings. DONE!
Re-launch the Eclipse if your changes are not visible.
Hi! This is Tushar, the author of 'Automation Dojos'. A passionate IT professional with a big appetite for learning, I enjoy technical content creation and curation. Hope you are having a good time! Don't forget to subscribe and stay in touch. Wishing you happy learning!
Maven Basics
Maven automates the steps involved in building a software application like adding the JAR files, compiling code, running unit tests, creating the output...
IntelliJ Live Templates
Live templates let you insert frequently-used or custom code constructs into your source code file quickly and efficiently
IntelliJ IDEA comes with a...
Oh-My-Posh is a powerful custom prompt engine for any shell that has the ability to adjust the prompt string with a function or variable. It does not...
Design patterns Overview
Design patterns are basically solutions to programming problems that developers normally encounter during software development. Design patterns were first documented by four...
Introduction
There are often scenarios in programming, where you will need to convert a date in String format to an actual Date object. For example,...
Table of Contents
Introduction
1. Variables
2. Data Types
Primitive Data Types
Integer Data Types
Decimal Data Types
Character Data Types
Boolean Data Types
Reference...