kook ob

- 活动总数 40
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 14
-
创建于 How to bind SearchTextArea to a JEditorPane?
Hello, I want to add a search box on the top of JEditorPane or JTextArea. And I new a SearchTextArea Object, and how can I bind this SearchTextArea to the JEditorPane? When I enter a text search, i... -
创建于 How to design GUI with JBComponents?
已回答Hi, I design the GUI Form. And I want to use JB Components to replace the default Component. Like this: JBSplitter -> JSplitPaneJBTable -> JTableJBList -> JList and so on.. I looked at some source ... -
创建于 How to get the machine's mac address?
已回答I did not find the corresponding util class, Is there any API can get Media Access Control Address? -
创建于 How to navigate to another toolWindow in the Run/Debug console?
已回答Hi, I develop a plugin filter the console log and output special content to another toolWindow. And I want to add navigate from console to my toolwindow. and position the corresponding line. How to... -
创建于 The plugin is not display when enable it.
已回答When I remove the plugin license and restart the ide, and the plugin is disabled automatically. But when I enable the plugin. Click "Help -> Register..." can't list the enable plugin. And restart I... -
已编辑于 How to create a popup window like NavigationGutter?
已回答I want to implement a feature like:when I press the shortcut key and popup the list psiment to navigate.like I click the icon with mouse, or holder ctrl and click the mouse. What is the best way ... -
创建于 How to dynamically enable/disable a lineMarkerProvider?
已回答Like this:<codeInsight.lineMarkerProvider language="JAVA" implementationClass="test.TestLineMarkerProvider"/> I want to control a button to enable or disable the function: collectNavigationMarkers ... -
创建于 How to add a new tab in search popup window?
已回答Just like the picture above, I want to develop a plugin to extend the default search popup to add a new tab in the red frame. Whether the idea is support or not? And which SDK class I can use? Th...