Iiim Cloudy
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 5
-
-
Iiim Cloudy 创建了一个帖子, 已回答Inlay 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 创建了一个帖子, 已回答EditorTextField 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 创建了一个帖子, 已回答How 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 进行了评论, -
Iiim Cloudy 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答JLabel 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...