主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2015年04月27日 21:22
My intellij-elixir.zip contains OtpErlang.jar, hamcrest-core-1.3.jar, hamcrest-library-1.3.jar, intellij-elixir.jar, junit-4.11.jar, and junit.jar. I really don't think I should be shipping hamcre...
社区
IntelliJ IDEA Open API and Plugin Development
Build against Rubymine SDK not working when using depends optional=true
0 票
创建于
2015年04月27日 21:54
Ok, so this mix is completely non-obvious to me, but the trick was to mark the parent of the META-INF directory as a Sources Root. Since META-INF was at the top of my project, I had to move META-I...
社区
IntelliJ IDEA Open API and Plugin Development
Build against Rubymine SDK not working when using depends optional=true
0 票
创建于
2015年07月31日 02:39
I tried building the intellij-elixir.zip artifact directly using Build > Build Artifacts > intelij-elixir.zip. That output it to bin/intellij-elixir.zip. When I unzip bin/intellij-elixir.zip, it ...
社区
IntelliJ IDEA Open API and Plugin Development
jsp modules not being packaged in zip
0 票
创建于
2015年10月14日 12:51
The Sandox Home (/Users/limhoff/Library/Caches/IdeaIC14/plugins-sandbox) seems correct. Since I first posted, I tried debugging again: after installing the zip, Debug is aware of source changes on...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Run Configuration doesn't work after moving to new computer with new username
0 票
创建于
2015年10月31日 04:08
Grammar Kit does actually support pseudo-multiple inheritance using the mixin rule option, so instead of extending org.elixir_lang.psi.impl.NamedStubbedPsiElementBase<?> as I did for alias I mixed ...
社区
IntelliJ IDEA Open API and Plugin Development
Using extends to trigger Pratt Parser and extending NamedStubbedPsiElementBase<?> for resolving references
0 票
创建于
2014年10月30日 14:22
I got the use of the `left` modifier from looking at the haxe plugin's usage. I had started using that pattern because I couldn't get the recursive pattern where is operator just works on a top-le...
社区
IntelliJ IDEA Open API and Plugin Development
"Another not done marker added after this one. Must be done before this."
0 票
创建于
2014年11月18日 02:35
I wasn't able to get the precedence to work in the bnf, but I took a hint from how elixir itself handles the parsing in https://github.com/elixir-lang/elixir/blob/de39bbaca277002797e52ffbde617ace06...
社区
IntelliJ IDEA Open API and Plugin Development
Operator (!==) winning over keyword identifier (!==:)
0 票
创建于
2014年12月09日 04:36
Thanks, Jon. your suggestion of BlockSupport worked for deleting invalid whitespace between function names and `()` and having the annotation being removed in intellij-elixir.
社区
IntelliJ IDEA Open API and Plugin Development
Reparse after inserting PSI
0 票
创建于
2015年04月10日 17:51
I refreshed (https://github.com/KronicDeth/intellij-elixir/commit/c9638b8c6af1e5f613b2346c0fba088993f740f5) the list of jars in from the idea tarball fileset and the CreateElixirModuleAction test n...
社区
IntelliJ IDEA Open API and Plugin Development
Action and Inspection (LightCodeInsightFixtureTestCase) tests work in IntelliJ, but not in ant
0 票
创建于
2015年04月10日 16:10
Thanks you for that last post. I have the my action CreateElixiroduleAction.createFile returning an ElixirFile as expected, but checkResultsByFile is raising an exception. public void testCamelCas...
社区
IntelliJ IDEA Open API and Plugin Development
Tests for New File Action
0 票
«
第一页
‹
上一页
下一页
›
最后
»