Amila Karunathilaka

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Amila Karunathilaka created a post, How to add ComboBox as a cell editor in table of ToolWindow (JBTable)
public class Example extends JDialog { private DefaultTableModel dtm; private JBTable tbProperty; private JBScrollPane scrPropertyTable; private ComboBox cmb1; public HttpClientAdvan... -
-
Amila Karunathilaka created a post, Dependency can't found in intellij IDEA plugin runtime
I had developed intellij idea plugin. In this plugin project I use few external dependencies. When this project sloved depencencies compile time. But problem is found in runtime. When runtime proje... -
Amila Karunathilaka commented, -
Amila Karunathilaka created a post, Develop Customized Tool Window Plugin for Intellij IDEA 14.1
I hope to develop toolbox of our product as a IDEA tool window plugin like a below image marked(IDEA database tool window). So when I want to know I implement this window. IDEA has any framework fo...