Iiim Cloudy
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 5
-
Created Inlay wont display Chinese
AnsweredIn MyEditorCustomElementRenderer, I got font like this:Font font = editor.getColorsScheme().getFont(EditorFontType.PLAIN);And draw string in paint method:Graphics2D g = (Graphics2D) graphics_s.crea... -
Edited EditorTextField selection is weird when onelinemode was on
AnsweredWhen I try to select something in the EditorTextField in toolwindow, it will automatically select a weird block, as the gif shows. This problem was only appears whe it's in Windows OS and onlineMod... -
Created How to put toolwindows in different layer in splite mode
AnsweredThe screenshots show what I want: I drag the Database toolwindow up, The Gradle toolwindow would be totally covered. This performs like two layers.The status quo is: I place my toolwindow in the up... -
Edited How to add a button-like action to notification bubble
AnsweredI want to add a button-like action which looks like the "Always download" action in this notification bubble to my notification bubble. How do I achieve this? It's seem that the NotificationAction ... -
Edited JLabel text lost symbol '&' if it bind text resource in .form view
AnsweredThe actual value of 'foo' in the bundle is 'A & B'. If I bind it to a JLable in the .fome view, eventually the label text will be 'A B', the symbol '&' lost: But if I bind it by using lable.setTe...