主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2015年08月19日 10:57
Cheers Dmitry. this helps.Is there a way to cache values on per-project basis?Speaking more broadly, how could I tie (set & get) custom class instances to a project?This is probably another topic. ...
社区
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 票
创建于
2015年09月02日 10:47
may I add to the above question:PsiReference.getVariantsvsCompletionProvider.addCompletionsboth produce LookupElementswhat is the main purpose of each?did I understand Dmitry's answer correctly: ...
社区
IntelliJ IDEA Open API and Plugin Development
CompletionContributor vs. PsiReference
0 票
创建于
2015年09月16日 12:48
Thank you Maxim!well it is auto generated factory which throws an error.createElement is "patched" now. But I am still unable to wrap KEY in LINE by calling precede() and done() on PsiBuilder.1) wh...
社区
IntelliJ IDEA Open API and Plugin Development
PsiParser - complex element
0 票
创建于
2015年09月16日 14:06
you are right. Let's narrow this down.I am trying to implement PsiParser from 0.However I am using GrammarKit generated files as a guide. I assume that some GrammarKit autogenerated files (not the ...
社区
IntelliJ IDEA Open API and Plugin Development
PsiParser - complex element
0 票
创建于
2015年09月16日 14:11
> each Marker.mark / done will produce distinct composite ast node with type as given in argument.This is what I expect, too. This does not happen. ?:|Outer marker has no effect.IElementType type p...
社区
IntelliJ IDEA Open API and Plugin Development
PsiParser - complex element
0 票
创建于
2015年09月16日 14:57
com.intellij.psi.impl.DebugUtil.treeToStringcheers! this certainly helps.
社区
IntelliJ IDEA Open API and Plugin Development
PsiParser - complex element
0 票
创建于
2015年09月10日 11:22
could you give SDK use example?e.g. there is valid SDK defined. with this SDK plugin coder can .... ?
社区
IntelliJ IDEA Open API and Plugin Development
What is an SDK?
0 票
创建于
2015年09月09日 22:41
ok here is a solution:in FormattingModelBuilder:FormattingModel createModel(PsiElement, CodeStyleSettings) returns FormattingModelImpl (your own minimum implementation)FormattingModel implementati...
社区
IntelliJ IDEA Open API and Plugin Development
Formatter - indent
0 票
创建于
2015年09月25日 21:33
how about this: touch $fileon opening file, then as per this thread:https://devnet.jetbrains.com/message/5503148#5503148?
社区
IntelliJ IDEA Open API and Plugin Development
Set Icons when the state is not changed.
0 票
创建于
2015年09月20日 17:12
Hi Walter,package com.simpleplugin;so in your custom plugin projectunder srcadd folders:comsimpleplugin (or another folder of your choice)the example files go right therethe reason the created file...
社区
IntelliJ IDEA Open API and Plugin Development
Missing documentation details in IntelliJ Platform SDK DevGuide
0 票
«
第一页
‹
上一页
下一页
›
最后
»