Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Enrique Piatti
Total activity
24
Last activity
July 13, 2023 14:54
Member since
August 24, 2016 10:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (4)
Comments (15)
Sort by recent activity
Recent activity
Votes
Edited
September 01, 2016 13:47
Hi Alexey, sorry for the delay I was trying to solve the problem by myself, but I'm stuck at this point. I was able to solve some situations, but there are some cases that I don't know what to do W...
Community
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 votes
Created
August 31, 2016 11:51
using startInWriteAction did the trick, TextFieldWithAutoCompletion works fine now. And ChooseByNamePanel is showing the autocompletion but when I select some item from the autocomplete list is not...
Community
IntelliJ IDEA Open API and Plugin Development
Use ChooseByNamePopup inside custom form/dialog
0 votes
Created
August 31, 2016 09:25
Sadly I was not able to use any of those solutions. With TextFieldWithAutoCompletion I'm getting the error: java.lang.AssertionError: Completion should not be invoked inside write action (my dialo...
Community
IntelliJ IDEA Open API and Plugin Development
Use ChooseByNamePopup inside custom form/dialog
0 votes
Edited
August 28, 2016 22:04
Thanks Peter! I think that could work
Community
IntelliJ IDEA Open API and Plugin Development
Use ChooseByNamePopup inside custom form/dialog
0 votes
Created
August 24, 2016 10:45
Hi Alexey, I have fixed it using this: ((PhpTypedElement) element).getType().getTypes(); // this includes "#[MYKEYHERE][MYSIGNATUREHERE]" instead of: ((Variable) element).getSignature(); // this...
Community
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 votes
«
First
‹
Previous