主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Edu Garcia
活动总数
46
最后的活动
2016年01月16日 14:07
成员加入日期
2013年06月18日 00:25
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
14
活动概览
帖子(14)
评论(18)
按最近的活动排序
最近的活动
投票数
创建于
2013年10月04日 11:22
There was no bug. I didn't notice that a) I only had the iOS 7.0 SDK installed (I swear I had more before installing Xcode 5, but maybe it was on another machine) and b) for iOS 7.0, there is no no...
社区
AppCode
Simulator versions
0 票
创建于
2013年06月19日 10:51
Thank you for your responses! I'll try that tomorrow.While you are improving the docs, can you also add CustomReferenceConverter to it? In my experience, automatic referencing doesn't work unless y...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月20日 01:39
Hi Yann,I've tried your better solution (implement Converter<IProperty> without CustomReferenceConverter) and now I get proper errors on invalid properties (red wavy line instead of red text), but ...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月20日 06:58
Yes, that one worked, although when doing that, I lost the auto completion, as I'm returning an empty list on the getVariants() function. Previously, that worked automatically, so unless ResolvingC...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月18日 11:14
Thanks!SEM seems like a very good start, and even if not for this, I'm sure I'll find uses for it :). Unless anyone from JetBrains says otherwise, I think I can store the things I want to cache aga...
社区
IntelliJ IDEA Open API and Plugin Development
Caching on a DOM Converter
0 票
创建于
2013年06月18日 11:36
Yeah, I'm using those already for my Folding provider (same stuff there, folding property references to show the real values). On a related note, is there any way of doing that folding "automatical...
社区
IntelliJ IDEA Open API and Plugin Development
Caching on a DOM Converter
0 票
创建于
2013年10月29日 09:03
Hi Colin.Sorry for the delay. You were right, this was the call, although I don't understand why, because before this gets called, there are other places that get hit with different whitespace alre...
社区
IntelliJ IDEA Open API and Plugin Development
API for indenting
0 票
创建于
2015年10月03日 21:20
Thank you Alexander, that's exactly what I needed :).I will certainly be asking questions about my implementation if I get stuck, thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Custom CSS properties
0 票
创建于
2013年06月19日 13:21
I have the following element:<element property="my.property"/>'my.property' is a property from a .properties file. I wanted to Cmd+Click on it to go to the .properties file.I implemented a Converte...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月18日 11:27
Well, I haven't done any profiling yet, but the "algorithm" is something along the lines of:1. Find .properties files linked to this XML flie (<properties file="myprop.properties"> elements)2. Find...
社区
IntelliJ IDEA Open API and Plugin Development
Caching on a DOM Converter
0 票
下一页
›
最后
»