主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
KronicDeth
Creator of the IntelliJ Elixir plugin
活动总数
146
最后的活动
2022年10月13日 15:10
成员加入日期
2014年10月30日 01:35
关注
0 名用户
关注者数
1 名用户
投票数
11
订阅数
47
活动概览
帖子(32)
评论(56)
按最近的活动排序
最近的活动
投票数
创建于
2016年09月03日 16:00
I get all the variants from outside the file with `StubIndex.getInstance().getAllKeys(AllName.KEY, project)` here
社区
IntelliJ IDEA Open API and Plugin Development
StubIndex persisting between test runs leading to incorrect completions
0 票
创建于
2016年09月02日 03:55
I went with shipping a copy in my own namespace https://github.com/KronicDeth/intellij-elixir/pull/406
社区
IntelliJ IDEA Open API and Plugin Development
Some users of my plugin get java.lang.NoSuchMethodError: com.intellij.lang.parser.GeneratedParserUtilBase.enter_section_
0 票
创建于
2016年09月02日 03:28
I see from the git history (https://github.com/JetBrains/intellij-community/commits/master/platform/lang-impl/src/com/intellij/lang/parser/GeneratedParserUtilBase.java) that the com.intellij.lang.p...
社区
IntelliJ IDEA Open API and Plugin Development
Some users of my plugin get java.lang.NoSuchMethodError: com.intellij.lang.parser.GeneratedParserUtilBase.enter_section_
0 票
创建于
2016年07月27日 12:28
I debugged further the tests and it looks like the PorjectRootManager is null because ProjectRootManager service = ServiceManager.getService(project, ProjectRootManager.class); is null, so now my ...
社区
IntelliJ IDEA Open API and Plugin Development
Setting SDK for ParsingTestCase
0 票
已编辑于
2016年07月22日 17:04
Thanks Dennis, I was wondering about how the lexer would work, so your post helps with that.The other open question I have is, how do I handle that Elixir token will represent only a partially vali...
社区
IntelliJ IDEA Open API and Plugin Development
ERB like template language
0 票
创建于
2015年04月10日 18:26
Thanks, this helped with a test of an action that calls createSubdirectory. Creating the file itself didn't need to be in a WriteAction, but creating a directory above the file did: https://github...
社区
IntelliJ IDEA Plugin Users
Write access is allowed inside write-action only
0 票
创建于
2014年11月16日 18:56
I thought I should add that I tried what I thought was the obvious precedence change of putting `keywordIndentifier` at the top of `expression` instead of near the bottom and that didn't have any e...
社区
IntelliJ IDEA Open API and Plugin Development
Operator (!==) winning over keyword identifier (!==:)
0 票
创建于
2014年11月16日 20:12
If you need more context, here's the branch with the problem https://github.com/KronicDeth/intellij-elixir/tree/feature/7/keyword-identifiers
社区
IntelliJ IDEA Open API and Plugin Development
Operator (!==) winning over keyword identifier (!==:)
0 票
创建于
2014年12月06日 05:29
Thanks for posting how you solved this. Adding the netty jar from the community sources fixed this for me too.
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ IDEA Ultimate 13.1.5 [SOLVED by including netty..alpha]
0 票
创建于
2015年04月10日 14:33
How do I get an PSIDirectory from the myFixture or myModule so I can call createFile(String name, String templateName, PsiDirectory dir) In the actual IDE, using the debugger, I can see that Crea...
社区
IntelliJ IDEA Open API and Plugin Development
Tests for New File Action
0 票
«
第一页
‹
上一页
下一页
›
最后
»