主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Avdeev
活动总数
811
最后的活动
2024年06月26日 17:35
成员加入日期
2005年10月05日 15:14
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
330
活动概览
帖子(18)
评论(463)
按最近的活动排序
最近的活动
投票数
已编辑于
2017年05月18日 04:43
Hi, how do you know it doesn't work? Did you try to debug your code? Do you see it to be invoked?
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference to an XML file
0 票
创建于
2017年04月18日 11:06
Hi, it looks like a bug. Could you please submit it to YouTrack? Currently supported way to add templates is to put a template file (e.g. "Foo.java.ft") into "/fileTemplates" directory in your plug...
社区
IntelliJ IDEA Open API and Plugin Development
FileTemplates doesn't save on disk
0 票
创建于
2017年04月12日 16:35
Hi Crispin, is it possible for you to turn off Instant Run as it's suggested? It works for me.
社区
IntelliJ IDEA Users
When will Idea 2017 catch up with the current Android gradle plugin?
0 票
创建于
2017年03月10日 11:25
Hmm, I can't find getLocation() method in XmlNamespaceHelper.
社区
IntelliJ IDEA Open API and Plugin Development
Looking for an example of a custom XmlSchemaProvider
0 票
创建于
2017年03月10日 10:24
I would iterate through DOM elements and check if their offsets (text ranges) belong to the selection.
社区
IntelliJ IDEA Open API and Plugin Development
How to get list of XmlTag objects in selection?
0 票
创建于
2016年12月08日 12:28
Hi, you can use com.intellij.tasks.TaskManager to access current task information. To track task activity, use TaskManager.addTaskListener(...).
社区
IntelliJ IDEA Open API and Plugin Development
Create plugin that interacts with and extends the Task Management plugin?
0 票
创建于
2016年11月07日 13:13
You need to obtain PSI for your file, then locate the element you need, then remove it.
社区
IntelliJ IDEA Open API and Plugin Development
Parsing an XML file
0 票
创建于
2016年11月07日 13:00
Sorry for delay, take a look at com.intellij.psi.impl.source.jsp.el.impl.ELVariablesProvider extension point, although this is not a public API.
社区
IntelliJ IDEA Open API and Plugin Development
How to customize the syntax for EL completion on JSPs, like elvariable
0 票
已编辑于
2016年10月28日 10:30
Hi, do you use those variables in EL expressions, or somewhere else?
社区
IntelliJ IDEA Open API and Plugin Development
How to customize the syntax for EL completion on JSPs, like elvariable
0 票
创建于
2016年09月22日 07:48
AS 2.2 features have not ported to IDEA yet. Work is in progress.
社区
IntelliJ IDEA Users
android studio 2.2 features constraintlayout designer
0 票
«
第一页
‹
上一页
下一页
›
最后
»