Mahmoud Adam

- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Mahmoud Adam created a post, Answeredhandshake failed error with Remote Debugging
Hi,When I try remote debugging on my mac it work without any problem but when I'm try it from on local vagrant box machine i got the following exception in the event logError running retailapp: Una... -
Mahmoud Adam created a post, Calling organize imports from IntelliJ plugin
Is there is any way to call organize imports for java classes programatically inside an idea plugin? -
Mahmoud Adam commented, -
Mahmoud Adam created a post, How to set AutoscrollToSource in ProjectViewImpl?
Hi,I'm developing idea plugin and want set AutoscrollFromSource & AutoscrollToSource in the project view.I found the following class com.intellij.ide.projectView.impl.ProjectViewImpl that have the ... -
-
-
Mahmoud Adam commented, -
Mahmoud Adam commented, -
Mahmoud Adam created a post, How to access Exception Breakpoints panel
HiI'm developing plugin for IntelliJ and want to know how can I access the Exception Breakpoints panel and change its properties programatically. -
Mahmoud Adam created a post, How to change the Pinned mode of Maven panel
HiI'm developing plugin for IntelliJ and want to know how can I change the Pinned mode of the maven pannel or any other pannel in idea programatically.