Divyanshu2102002agarwal
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created how to use an autocomplete JCombobox?
AnsweredI 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. -
Created how to use the com.intelli.diagram api
AnsweredI 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 ,... -
Created What dependencies to use to import com.intellij.diagram.* in my plugin
Answeredi am trying to use com.intellij.diagram to create a reference diagram of a list of virtual files. how to import the above api . -
Created Background task on project startup which takes about 30seconds and show the result on tool window.
Answeredi 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...