主页
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月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 票
创建于
2015年10月19日 19:23
createStub is being called when I place a breakpoint in its body. (I assume by one of the built-in StubBuilder implementations.) My understanding of http://www.jetbrains.org/intellij/sdk/docs/bas...
社区
IntelliJ IDEA Open API and Plugin Development
indexStub not being called and index is empty
0 票
创建于
2015年10月19日 21:51
Sorry, I just realized I did setup a StubBuilder, but as an anonymous subclass inside of the ElementType for my File. I didn't remember it because I was copy and modifying from intellij-erlang, so...
社区
IntelliJ IDEA Open API and Plugin Development
indexStub not being called and index is empty
0 票
创建于
2015年10月20日 02:47
So far I've only written the stubs for the File and the Alias, but an Alias in a `defmodule` call isn't a direct child of a File node. Does this matter? The docs said I could leave elements out o...
社区
IntelliJ IDEA Open API and Plugin Development
indexStub not being called and index is empty
0 票
创建于
2015年10月20日 04:20
It looks like my stub.type.File was just incomplete because I missed copying some of the method overrides. With this version of the class, I get a built index: package org.elixir_lang.psi.stub.typ...
社区
IntelliJ IDEA Open API and Plugin Development
indexStub not being called and index is empty
0 票
创建于
2016年02月24日 04:13
I had to also override `#isSuitable` (https://github.com/KronicDeth/intellij-elixir/commit/2b608354465bec0af88223b19775f6c19684c4fc) because most of my elements use the interface Call, but some Cal...
社区
IntelliJ IDEA Open API and Plugin Development
Scroll From Source not working when implementing StructureViewTreeElement
0 票
创建于
2022年10月13日 15:10
I have to click the red dot to see those balloons, so I think that is a general setting for the IDE. I don’t use a notification ballon API. I just use the error reporting API and so whether you s...
社区
IntelliJ IDEA Open API and Plugin Development
Elixir IDE
-2 票
«
第一页
‹
上一页