How To Change Font Size Of The Sql Developer Application? (Doc ID 953455.1)
Steps to change font size of the SQL Developer Application.
Solution
To view full details, sign in with your My Oracle Support account.
Don’t have a My Oracle Support account? Click to get started!
In this Document
My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.
Oracle offers a comprehensive and fully integrated stack of cloud applications and platform services. For more information about Oracle (NYSE:ORCL), visit oracle.com. � Oracle | Contact and Chat | Support | Communities | Connect with us | | | | Legal Notices | Terms of Use
Change font for ORACLE SQL but the display words are still small
I have tried Tool-> preference -> search «font» and make it bigger as this picture shown. However, even I restart my ORACLE SQL, my font is till super small. ps: I use windows10 and the version for ORACLE SQL Developer is 20.2 Anyone know how can I fix it?
asked Aug 5, 2020 at 9:04
user13971133 user13971133
3 Answers 3
I also faced a similar issue when installed this on Windows 10. The issue has to do with compatibility settings. I have fixed it following the steps given below:
- Get shortcut of sqldeveloper at your desktop
- Ensure that you have admin rights in your PC
- Right Click on sqldeveloper icon and select Properties. Go to the Compatibility tab:
- Compatibility mode change it to windows 7
- Check the option of Override high DPI scaling behaviour
- Select «System» in drop down below
- Apply
answered Aug 5, 2020 at 9:10
Roberto Hernandez Roberto Hernandez
8,371 3 3 gold badges 15 15 silver badges 48 48 bronze badgesPlease change the font size and test by typing in the SQL window. Below is the sniping
answered Aug 5, 2020 at 9:13
Jim Macaulay Jim Macaulay
5,051 5 5 gold badges 31 31 silver badges 55 55 bronze badgesThank you. However, as shown in my picture, I have tried to make my font size larger. And restart SQL. But it does not work.
– user13971133
Aug 5, 2020 at 9:26I have tried all the answers provided, but changing to system(enhanced) from high DPI scaling behavior has saved me.
HOW:
Right Click on sqldeveloper application icon (.exe) and select Properties > Compatibility tab > Check the option of Override high DPI scaling behaviour > Select «System ( Enhanced )» in drop down below > click Apply > Re-Launch the applicationanswered Mar 30, 2022 at 7:38
sababu Bosco sababu Bosco
46 3 3 bronze badges-
The Overflow Blog
Related
Hot Network Questions
Subscribe to RSS
Question feed
To subscribe to this RSS feed, copy and paste this URL into your RSS reader.
Site design / logo © 2024 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2024.4.30.8412
How to Change the UI Font Size for Oracle SQL Developer
And here’s a look at what it looks like when I bump the font size up to 14 on a normal display in Windows:
And here’s how it looks on a 4k Mac Screen with it set to 21
And here’s where to set that property
In Windows, you want to to go to the Application Data, Roaming Users directory that stores the settings files for SQL Developer. On my machine that’s here:
C:\Users\jdsmith\AppData\Roaming\SQL Developer\system4.1.0.13.75\o.sqldeveloper.12.2.0.13.75Note: my version string at the end might be a different than yours depending on your version of SQL Developer.
You want to open ide.properties. You’ll notice it is VERY well documented. There’s a section that speaks to Windows in particular. To change the default size for all look and feels, add this line, the uncommented one:
# To modify the font size for a particular locale under all # look-and-feels, set the Ide.FontSize. property. For # example: Ide.FontSize.en=14
If you think 14 looks huge, one of my co-workers has his set to 21!
This doesn’t control the font size for text in the editors and the data grids
We have a preference in the UI for that.
Как увеличить размер шрифта в Oracle SQL Developer?
Чтобы увеличить размер шрифта в Oracle SQL Developer, вы можете выполнить следующие шаги: 1. Откройте Oracle SQL Developer. 2. Перейдите в меню «Инструменты» (Tools) в верхней панели инструментов. 3. Выберите пункт «Настройки» (Preferences). 4. В дереве настроек слева выберите «Оформление» (Appearance). 5. В правой части окна найдите опцию «Размер шрифта» (Font Size). 6. Используйте выпадающий список, чтобы выбрать желаемый размер шрифта. 7. Щелкните «ОК», чтобы применить изменения.
SELECT * FROM таблица;
В этом примере я использовал SQL запрос «SELECT * FROM таблица» для демонстрации кода. Помимо этого, вы можете использовать другие SQL команды в Oracle SQL Developer для работы с базами данных.
Детальный ответ
Привет! В этой статье я расскажу тебе, как увеличить размер шрифта в Oracle SQL Developer. Увеличение размера шрифта может быть полезным, если тебе неудобно читать текст на экране или если у тебя высокое разрешение экрана. Мы рассмотрим несколько способов, чтобы ты смог выбрать наиболее удобный для себя.
1. Изменение размера шрифта в настройках SQL Developer
- Запусти SQL Developer.
- В верхнем меню выбери пункт «Tools (Инструменты)» и в выпадающем меню выбери «Preferences (Настройки)».
- В левой панели выбери «Code Editor (Редактор кода)».
- В разделе «Fonts (Шрифты)» найди опцию «Size (Размер)».
- Увеличь значение в поле «Size (Размер)» до желаемого значения.
- Нажми кнопку «Apply (Применить)» и затем «OK (ОК)», чтобы сохранить изменения.
SELECT * FROM employees;
После выполнения этих шагов, размер шрифта в редакторе SQL Developer будет увеличен.
2. Изменение размера шрифта через настройки Windows
Если изменение размера шрифта из настроек SQL Developer не работает или если хочется изменить размер шрифта во всех программах на компьютере, можно воспользоваться настройками Windows. Следуй этим инструкциям:
- На рабочем столе правой кнопкой мыши щелкни по свободному месту и выбери «Display settings (Настройки отображения)».
- В разделе «Scale and layout (Масштаб и компоновка)» найди опцию «Change the size of text, apps, and other items (Изменить размер текста, приложений и других элементов)».
- Установи желаемый размер шрифта, перетаскивая ползунок.
- Нажми кнопку «Apply (Применить)», чтобы сохранить изменения.
После выполнения этих шагов, размер шрифта будет изменен во всех программах, включая SQL Developer.
SELECT first_name, last_name FROM employees;
3. Изменение размера шрифта с помощью настройки SQL Developer.conf
Если предыдущие способы не сработали или если тебе так удобнее, можно изменить размер шрифта непосредственно в файле настроек SQL Developer.conf. Следуй этим шагам:
- Найди файл SQL Developer.conf на своем компьютере. Обычно он находится в директории, где установлен SQL Developer.
- Открой файл SQL Developer.conf в текстовом редакторе.
- Найди строку, содержащую опцию «AddVMOption -Dide.fontsize language-sql»> SELECT * FROM employees;
После выполнения этих шагов, SQL Developer будет использовать указанный размер шрифта.
Вывод
Теперь ты знаешь несколько способов, как увеличить размер шрифта в Oracle SQL Developer. Через настройки SQL Developer, настройки Windows или изменение файла настроек можно легко достичь комфортного чтения текста в редакторе SQL Developer. Надеюсь, эти советы помогут тебе настроить SQL Developer под свои предпочтения!