Valery Semenchuk

Results 112 issues of Valery Semenchuk

For now linux use GNOME icons for it. For example IDEA use own icons for KDE(and from GNOME another one) https://github.com/JetBrains/intellij-community/tree/master/platform/icons/src/linux/theme/kde

Hello. Title inside the title bar sometimes change position on window resize (or changing title) Check video, and take a closer look to title https://drive.google.com/file/d/1yqdf5MlE6YqRgatShJUZabeqU-BThTGp/view?usp=sharing ```java package untitled; import com.formdev.flatlaf.FlatLightLaf;...

Hello. IntelliJ IDEA use same hack as for default frame. Here example: ![Image](https://github.com/user-attachments/assets/2bbb94bc-2a42-4deb-88ba-995dae384db0) Code from intellij https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/find/impl/FindPopupPanel.java#L253

KDE: ![Image](https://github.com/user-attachments/assets/1ee7dc76-caee-4bad-91dc-8250d1af6148) XFCE: ![Image](https://github.com/user-attachments/assets/17d2f324-658a-4055-af06-7dd5f590c745) GNOME: No screenshot - sure same

Windows 11 - no borders set to component(and rounded borders enabled) ![image](https://github.com/user-attachments/assets/4fd822a7-47c3-42a7-9112-89fd6ab352f6) Windows 10/Windows 11 (without round borders) ![image](https://github.com/user-attachments/assets/31359539-0c03-4f5f-9d86-7149bf5ebadb) How I can determinate - popup with border or not? *...

Hello. I'm testing tree implementation, and saw - expanded/collapsed icon didn't change color if item selected. Meanwhile - menu arrow has changed color | Tree | Menu | |--------------------------------------|----------------------------------------------------| |![image](https://github.com/user-attachments/assets/5028243c-84cc-49a3-8496-8bcae50dcb3c)|![image](https://github.com/user-attachments/assets/d80a5f4b-e5bf-4614-98f7-94d2cba05fd6)|

Hello. Will be nice have such feature :) Analog of *JTextField.trailingComponent* IDEA code https://github.com/JetBrains/intellij-community/blob/master/platform/xdebugger-impl/src/com/intellij/xdebugger/impl/ui/XDebuggerEmbeddedComboBox.java How its like in IDEA ![{7AE278BE-5E7D-4DC0-BB16-CD1C3D6FA05B}](https://github.com/user-attachments/assets/55958e5d-9566-47b2-952f-c51dfb5bdb46)

# Windows 10 + Windows 11 (and later) Registry option HKEY_CURRENT_USER\Control Panel\Accessibility\DynamicScrollbars ![image](https://github.com/user-attachments/assets/e31c22d9-822c-4797-ad79-ecc0f338e68b) # macOS https://developer.apple.com/documentation/appkit/nsscroller/preferredscrollerstyle https://developer.apple.com/documentation/appkit/nsscroller/style - overlay will hide track ![image](https://github.com/user-attachments/assets/1b6e535f-3e51-40fc-a2fb-d63e425ef835) # Linux Looks like GNOME has this...

* [ ] migrate to jspecify annotations instead jakarta * [ ] add plugin NullAway * [ ] enable strict null mode

type: task 🎯
prio: major