George Gastaldi
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 TextFieldWithAutoCompletion.setTooltipText does not work.
Hello,I have a com.intellij.ui.TextFieldWithAutoCompletion object with with setOneLineMode set to true. I calledsetToolTipText("My Tooltip");but unfortunately it is not displayed. Is this a bug in ... -
创建于 Textfield and label positioning
Hello,What's the best way to add a JLabel a JTextfield with the correct alignment ?I want to create a Wizard and add the labeled textfields using the standard way.I am currently using com.intellij.... -
创建于 ServiceLoader issues and locating folders inside the plugin
Hello,I have written a plugin that is packed using the third option in http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Plugin+Structure:Sample myrepository ... other jars and x...