kook ob
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 14
-
Created 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... -
Created How to design GUI with JBComponents?
AnsweredHi, 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 ... -
Created How to get the machine's mac address?
AnsweredI did not find the corresponding util class, Is there any API can get Media Access Control Address? -
Created How to navigate to another toolWindow in the Run/Debug console?
AnsweredHi, 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... -
Created The plugin is not display when enable it.
AnsweredWhen 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... -
Edited How to create a popup window like NavigationGutter?
AnsweredI 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 ... -
Created How to dynamically enable/disable a lineMarkerProvider?
AnsweredLike this:<codeInsight.lineMarkerProvider language="JAVA" implementationClass="test.TestLineMarkerProvider"/> I want to control a button to enable or disable the function: collectNavigationMarkers ... -
Created How to add a new tab in search popup window?
AnsweredJust 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...