主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2014年07月06日 06:49
I want to say that your:sym_head is not really a reference to what you think it is.You should add a property that shows the resolved element so you can see it in PsiViewer.I have this on my referen...
社区
IntelliJ IDEA Open API and Plugin Development
Mark element at caret and FindUsage missing a resolved element
0 票
创建于
2014年07月05日 19:18
<lang.findUsagesProvider language="Lua" implementationClass="com.sylvanaar.idea.Lua.findUsages.LuaFindUsagesProvider"/>Here is the one I implement in my plugin.Did you use...
社区
IntelliJ IDEA Open API and Plugin Development
Mark element at caret and FindUsage missing a resolved element
0 票
创建于
2014年07月05日 08:47
Do you use the DefaultWordScanner in your implementaiton of FindUsages?It breaks words using JavaIdentifierCharacters. That would explain Find Usages.Since it would not turn sym_head into <sym> <he...
社区
IntelliJ IDEA Open API and Plugin Development
Mark element at caret and FindUsage missing a resolved element
0 票
创建于
2014年07月04日 08:40
Therre is IntelliJ Tasks. They don't do 100% of what you want - but you should look into them.http://www.jetbrains.com/idea/webhelp/managing-tasks-and-context.html
社区
IntelliJ IDEA Users
Task-focused development?
0 票
创建于
2014年07月04日 06:21
It is for references within a package statement. package com.example;It says that this reference only refers to fully qualified package names.
社区
IntelliJ IDEA Open API and Plugin Development
what does PACKAGE_FQ and PACKAGE_FQ mean
0 票
创建于
2014年07月03日 14:44
You should read this information:http://confluence.jetbrains.com/display/IDEADEV/Persisting+State+of+Components
社区
IntelliJ IDEA Open API and Plugin Development
Should I prefix properties in PropertiesComponent?
0 票
创建于
2014年07月01日 10:10
That is in fact what I do.
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年07月01日 06:36
Did you install the plugin from the repository?You should just trace the network requests that IDEA is making to your server to see if it is requesting a URL that you aren't serving
社区
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 票
创建于
2014年07月01日 02:28
http://www.jetbrains.com/idea/webhelp/adding-plugins-to-enterprise-repositories.html
社区
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 票
创建于
2014年07月01日 02:22
Your Project SDK defines what version of IntelliJ (or whatever IDE) will run when you use the plugin run configuration.Define another SDK for your install of IntelliJ12 and just switch your project...
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
«
第一页
‹
上一页
下一页
›
最后
»