主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Enrique Piatti
活动总数
24
最后的活动
2023年07月13日 14:54
成员加入日期
2016年08月24日 10:45
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(4)
评论(15)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月29日 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
社区
PhpStorm
File and Code Templates in 2022.2
0 票
创建于
2022年08月26日 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...
社区
PhpStorm
File and Code Templates in 2022.2
0 票
创建于
2016年09月07日 21:20
I was trying to use PhpCaches.TYPE_COMPLETION_CACHE but is very unstable
社区
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 票
创建于
2016年09月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 票
创建于
2016年09月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 票
已编辑于
2016年09月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 票
创建于
2016年08月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Use ChooseByNamePopup inside custom form/dialog
0 票
创建于
2016年08月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Use ChooseByNamePopup inside custom form/dialog
0 票
已编辑于
2016年08月28日 22:04
Thanks Peter! I think that could work
社区
IntelliJ IDEA Open API and Plugin Development
Use ChooseByNamePopup inside custom form/dialog
0 票
创建于
2016年08月24日 10:45
Hi Alexey, I have fixed it using this: ((PhpTypedElement) element).getType().getTypes(); // this includes "#[MYKEYHERE][MYSIGNATUREHERE]" instead of: ((Variable) element).getSignature(); // this...
社区
IntelliJ IDEA Open API and Plugin Development
PhpStorm and foreach elements type inference (problem in new 2016.2)
0 票
«
第一页
‹
上一页