主页
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年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 票
创建于
2015年04月10日 16:34
Looking at the code, the myEditor is only needed when `ignoreTrailingWhitespaces` is `false`, so I changed it to `true` and made sure to override `getTestDataPath()` and the test is working now: pa...
社区
IntelliJ IDEA Open API and Plugin Development
Tests for New File Action
0 票
创建于
2015年04月27日 13:22
If compiling against the new SDK is not the correct steps then https://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products needs to be changed because it s...
社区
IntelliJ IDEA Open API and Plugin Development
Build against Rubymine SDK not working when using depends optional=true
0 票
创建于
2015年08月06日 12:56
How do I determine which namespace to use inside the depends tag?
社区
IntelliJ IDEA Open API and Plugin Development
Annotator for another plugin's language
0 票
创建于
2015年08月06日 13:36
Ok, so I'd use `org.jetbrains.erlang` then. For the Project Structure did you make the jar for the plugin you depend on Compile scope or Provided scope, since the plugin you depend on is provided ...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator for another plugin's language
0 票
«
第一页
‹
上一页
下一页
›
最后
»