Arash Danesh Araste
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Arash Danesh Araste created a post, AnsweredRun commands using docker container
I'm currently working on a plugin for PhpStorm. It adds a section to the project generation wizard using directoryProjectGenerator extension point. from there I want to execute some commands inside... -
Arash Danesh Araste commented, -
Arash Danesh Araste created a post, AnsweredHow to hide JBTextField placeholder when user starts typing
I'm new to plugin development for IntelliJ. I'm using JBTextField as a text input so I can set the placeholder text using JBTextField.getEmptyText().setText(...) method. But according to the Intell...