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
Created
August 29, 2022 13:39
Yes I thought that could be a reason so I've tried changing to Linux line endings but didn't work either. I hope IDEA can fix this soon
Community
PhpStorm
File and Code Templates in 2022.2
0 votes
Created
August 26, 2022 13:51
Yes it's private, do you know some tip to try to debug the error? Maybe some class/method where I can put a brakpoint and see why is that error thrown, and why after saving any other template it se...
Community
PhpStorm
File and Code Templates in 2022.2
0 votes
Created
September 07, 2016 21:20
I was trying to use PhpCaches.TYPE_COMPLETION_CACHE but is very unstable
Community
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 votes
Created
September 06, 2016 11:01
Do you have any tip or extra help to make this work better Alexey? basically what I need is a way to get resolved signatures for chained methods. I mean if we have: Mage::helper('catalog')->getProd...
Community
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 votes
Created
September 02, 2016 20:31
Hi Alexey, is not so easy with Magento, classes are very dynamic and can be overrided by config files. Magento has a special type of class called "Collection", those classes are implementin Iterato...
Community
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 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