主页
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年09月21日 08:51
take a look at this:https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples/simple_language_pluginyou can begin by git-cloning entire project
社区
IntelliJ IDEA Open API and Plugin Development
Missing documentation details in IntelliJ Platform SDK DevGuide
0 票
创建于
2015年09月21日 09:27
:)you are welcome
社区
IntelliJ IDEA Open API and Plugin Development
Missing documentation details in IntelliJ Platform SDK DevGuide
0 票
创建于
2015年09月18日 17:46
assuming that your Psi Tree looks something like this:CLASS FUNCTION SYMCL :: SYMMETHOD (PARAM*)you could walk up & down Psi Treecompletion parameters -> PsiElement -> up to FUNCTION...
社区
IntelliJ IDEA Open API and Plugin Development
Code Completion - get context in which is method called
0 票
创建于
2015年09月16日 21:26
> when the file is renamed its refering links do not get renamed.renaming file and renaming identifiers are separate operations.
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
创建于
2015年09月16日 21:36
> if the link has non-standard chars @ then hitting tab on a completion replaces text only to the @ and not the full node's text.could you check in PsiViewer, is the link - one single token i.e. XT...
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
创建于
2015年09月16日 21:57
you are welcome Vladimir. I just noticed that [[sample@document]] is underlined as bad token. There is (!) icon in the top right corner too.it seems that lexer does not permit / recognize sample@d...
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
创建于
2015年09月16日 22:05
> I can do refactor > rename on one of the links and the file rename dialog opens but renaming the file does not invoke any of the calls for refactoring.>> renaming the file does not invoke any of ...
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
创建于
2015年09月16日 22:14
Could you narrow it down to some place in your code?E.g., Interface.method(...) is passed or outputs x1 when it should be x2?maybe let's wait until tomorrow. The Pros may give a simple answer.
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
创建于
2015年09月17日 16:53
> customizing the way references are searched in the files so that I can search for the right pattern @Overridepublic void processQuery(@NotNull ReferencesSearch.SearchParameters parameters, ...
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
创建于
2015年09月17日 16:56
you are welcome.I thought this would be an easier problem :p
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
«
第一页
‹
上一页
下一页
›
最后
»