ORACLE SQL Developer Dark Mode - oracle-sqldeveloper

Is there any official method to use ORACLE Dark Mode?

Tools > Preferences > Code Editor > PL/SQL Syntax Colors.
Here you can choose Twilight scheme.

No, there is no official method. There is a way to change it manually through, through editing a jar file. Here is the full video if it helps you out. By default you can only change the Syntax colors + background of the editor.

Try to do this
OS: Debian Linux
Desktop: Gnome 40
JDK: Open JDK 11
edit ~/.sqldeveloper/{version}/product.conf
add (the system theme will be used):
SetJavaHome /{path to open11jdk}
AddVMOption -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
If you would like to use a different theme that is not set for the system:
edit ~/.sqldeveloper/{version}/product.conf
add (after the above changes):
GTK_THEME={theme name}
export GTK_THEME
Windows 10:
edit: {user}/AppData/Roaming/sqldeveloper/{version}/product.conf
add:
AddVMOption -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Sqldeveloper will use the current default Windows 10 theme

Related

Why does VS code shows output with weird symbols?

i think this became a problem after installing extensions but i'm not sure[enter image description here]
i tried reinstalling vscode and removing sync of any settings but it didn't workyour text
In settings under Terminal > Integrated: Renderer Type, it defaults to "auto" which in my case selects the "canvas" setting. If you switch this to "dom" it will fix the jumbled letters in the integrated terminal.
Also i'd recommend double-checking your language packs that are installed in windows and either reinstall them or make sure you have installed correctly.
Hope this helps.

Apache NetBeans 12.0 or 12.3 Window Tabs Label Text Language Issue

I am facing this weird language issue on Start Screen and as well as on other windows tab.
I have tried editing netbeans.conf files but no luck.
Please help me to resolve this issue.
UPDATE:
I have uninstalled version 12.0 and tried to install newer version 12.3 but issue is same as it was in 12.0
Software Info
Product Version: Apache NetBeans IDE 12.3
Java: 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09
Runtime: Java(TM) SE Runtime Environment 1.8.0_201-b09
System: Windows 10 version 10.0 running on amd64; UTF-8; en_us_UTF8 (nb)
User directory: C:\Users\User\AppData\Roaming\NetBeans\12.3
Cache directory: C:\Users\User\AppData\Local\NetBeans\Cache\12.3
You could try the following options:
Use the latest JDK for Netbeans. The newest version for 1.8 is 281
How to point NetBeans to the new JDK see here.
Try to set the default language option for non-Unicode programs in windows as mentioned here.
Click Start > Control Panel.
Windows 10, Windows 8: Click Region
Windows 7: Click the Administrative tab.
(If there is no Advanced tab, then you are not logged in with
administrative privileges.)
Under the Language for non-Unicode programs section, select the desired language from the drop down menu.
Click OK.
Restart the computer to apply the change
If this doesn't help, try to change your java locale manually. You need to add something like this in the file netbeans.conf at the end of the variable netbeans_default_options:
-J-Duser.language=en -J-Duser.country=US -J-Duser.variant=UTF-8
You could try to change characters encoding for netbeans however my Netbeans version is differ from your but it should be the same approach fot thius. In my case i have netbeans config file (netbeans.conf) in a directory: C:\Program Files\NetBeans-11.1\netbeans\etc
I manually added -J-Dfile.encoding=UTF-8 to the default option ("netbeans_default_options"). Below I paste my netbeans_default_options value:
netbeans_default_options="-J-Djdk.lang.Process.allowAmbiguousCommands=true -J-XX:+UseStringDeduplication -J-Xss2m -J-Djdk.gtk.version=2.2 -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true -J-Dplugin.manager.check.updates=false -J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes -J--add-opens=java.base/java.net=ALL-UNNAMED -J--add-opens=java.base/java.lang.ref=ALL-UNNAMED -J--add-opens=java.base/java.lang=ALL-UNNAMED -J--add-opens=java.base/java.security=ALL-UNNAMED -J--add-opens=java.base/java.util=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing=ALL-UNNAMED -J--add-opens=java.desktop/java.awt=ALL-UNNAMED -J--add-opens=java.desktop/java.awt.event=ALL-UNNAMED -J--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED -J--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED -J--add-modules=jdk.jshell -J--add-exports=java.desktop/sun.awt=ALL-UNNAMED -J--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED -J--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED -J--add-exports=java.desktop/sun.swing=ALL-UNNAMED -J--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED -J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED -J--add-exports=java.management/sun.management=ALL-UNNAMED -J--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED -J--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED -J-XX:+IgnoreUnrecognizedVMOptions -J-Dfile.encoding=UTF-8"

Netbeans 12.1 menu fonts too small, --fontsize no longer works in /etc/netbeans.conf for Ubuntu 20.04

Netbeans 12.1 no longer respects the --fontsize directive in the /etc/netbeans.conf config file.
The menu fonts are way too small on a large screen.
Yet setting Preferences->LXQt Settings->Font->Point size in the Ubuntu control menu, which is normally respected by most Unix app windows, does not carry through either.
And although Netbeans's
Tools->Options->Fonts & Colors->Profile: NetBeans->Syntax->All Languages->Default -> Font
setting changes the font for the code itself inside the editor, it doesn't change the IDE menus.
You would think, after all these years, that there would be a command inside the Options to change the menu font size, but it's still not there yet.
And now editing config to change the --fontsize startup option is no longer respected.
How best to change the size of all the system fonts in the Netbeans IDE display environment?
The best solution I've found so far is to change the Look & Feel.
Invoking aptitude install netbeans currently (Sept '20) gives version 10, which breaks with a jcraft/jsch error, also "could not successfully run the /usr/bin/g++ compiler" on my system even though g++ is perfectly fine and protections cleared, also "Build Host not connected", after C++ is installed from the 8.2 repository. Tastes like some kind of jdk error (I've got /usr/lib/jvm both 8 and 11 jdks installed, hard to believe it can't find them). But if the install doesn't work right out of the box, it's a bad sign. So I tried snap install netbeans --classic . This gets version 12.
Netbeans version 12 comes with the Metal Look & Feel configured by default. Changing this to the GTK+ look and feel, using Tools->Options->Appearance->Look and Feel->GTK+ with a restart, finally got the menus to the correct system size.
Unfortunately, the Help->About popup still does not respect this, having minuscule fonts. Perhaps there is a better way?
Although "Look and Feel" is an improvement, I would still like to see direct control of the IDE menu fonts. From the Options Fonts & Colors menu.
Running netbeans from commandline with an additional argument --fontsize 12 works for me. Open a console and go the bin directory of netbeans and use the command ./netbeans --fontsize 12. Change the font size to whatever suits you.
In Netbeans in Tools->Options->Appearance->Look and Feel, I could solve the problem.
But in my case, the selected option already was GTK+. Changing to Metal solved it.
Install Netbeans 13.
It should help

netbeans 7.3.1 no options under code formatting

I have just installed Netbeans 7.3.1 under GNU/Linux, Archlinux kernel version: arch-pc 3.10.10-1-ARCH x86_64
I have activated the PHP plugin and i want to setup the formatting options, for this I'm going to Tools->Options->Editor->Formatting, but the problem is that in here I have no code to select and setup the formatting, can this be a bug or I am doing something wrong?
This is how it looks when i get there:
The list under Language: has options Item 1 to Item 4 and the same for Category: Item 1 to Item 4.
The only way I was able to bring the option back up was to go to a deactivated language (PHP in my case) and click the button to activate it to get the available options.
After doing this, I clicked back on the "Formatting" tab and the options were all there again.
I have found a solution:
Go to: https://netbeans.org/kb/docs/java/editor-formatting-screencast.html
Download the zip under: NetBeans Sample Code Library
Import project: File>Import Project>From zip...
Go to Tools>Options>Editor>Formatting and you have the settings back
I do not know why it worked but it worked. Hope that this will help you.
Just enable Java SE plugin (tools - options - java - enable). You can then set formatting options for all languages (not only Java).
I had the same problem on arch linux 64bit. My solution is to install netbeans-cpp from AUR -- this version works, but hasn't other languages.
I was having the same issue with C++. This fixed it: Tools > Plugins > Installed > Click check box: "C/C++" > Activate. Now recheck editor formatting options.

Completely change IDE language in Netbeans 6.8

I installed the lastest version from NetBeans IDE (6.8). I tried to install it in English, but it forces me to install it in Portuguese (OS Language). I've googled about it and I found that I should add --locale en:US when launching the program.
It almost works perfectly: some things are still in portuguese. For example, the descriptions from the Tasks tab and the Services tab's name.
Is it possible to change it, without having to change my OS' language?
Thank you.
Netbeans automatically uses the Windows system default language as the default user interface language. I believe that it means to be a nice feature for localization. But I personally find it uncomfortable because I have been used with English interface.
After I did some Google search, I learned a few tips to set the Netbeans UI language.
1. Temporary Solution
Add "--locale en:US" at the end of Netbeans startup command.
"C:\Program Files\NetBeans6.8\bin\netbeans.exe" --locale en:US
2. Permanent Solution
Go to Netbeans installation directory, for example,
C:\Program Files\NetBeans6.8\etc
Open "netbeans.conf" and find netbeans default option line
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true"
Add "-J-Duser.language=en -J-Duser.region=US" to the end of this line
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true -J-Duser.language=en -J-Duser.region=US"
It would be nice that there is an option to allow me choose the user interface language in the next Netbeans release.