Background 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. (Didnt used PSI here as details of logic is different and not that simple) . After getting the result i want to populate the combobox t choose a key and value from the tool window. i have tried several combinations but nothing is working. What is the right way of doing it.
请先登录再写评论。
Please share the solutions you tried to implement. What didn't work?