Divyanshu2102002agarwal

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Divyanshu2102002agarwal commented, -
-
Divyanshu2102002agarwal created a post, Answeredhow to use an autocomplete JCombobox?
I saw intelliJ using i autocomplete itself at many places like for selecting the type of psi while using psi tree buiding tool . But I do not know how to use such Combobox for myself in my project. -
-
-
Divyanshu2102002agarwal commented, -
Divyanshu2102002agarwal created a post, Answeredhow to use the com.intelli.diagram api
I am trying to create a diagram similar to plantUML Class diagram .but in my diagram i want to use and display flow of a list of property files . It should have file name in place of class name ,... -
Divyanshu2102002agarwal created a post, AnsweredWhat dependencies to use to import com.intellij.diagram.* in my plugin
i am trying to use com.intellij.diagram to create a reference diagram of a list of virtual files. how to import the above api . -
Divyanshu2102002agarwal created a post, AnsweredBackground task on project startup which takes about 30seconds and show the result on tool window.
i want to perform a perform a background tasks in the beginning of the project setup basically which uses an existing library that will parse the property files and get all the key value pairs. (Di...