Iiim Cloudy
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 5
-
-
Iiim Cloudy created a post, AnsweredInlay wont display Chinese
In 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... -
-
Iiim Cloudy created a post, AnsweredEditorTextField selection is weird when onelinemode was on
When 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... -
-
Iiim Cloudy created a post, AnsweredHow to put toolwindows in different layer in splite mode
The 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... -
Iiim Cloudy commented, -
Iiim Cloudy created a post, AnsweredHow to add a button-like action to notification bubble
I 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 ... -
Iiim Cloudy created a post, AnsweredJLabel text lost symbol '&' if it bind text resource in .form view
The 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...