主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2016年07月18日 05:32
> Add IntelliJ source to the SDK are you changing your plugin code or Intellij code? If changes are made to Intellij code, I have no idea how this is supposed to work. If this is plugin code, in my...
社区
IntelliJ IDEA Open API and Plugin Development
Code change is not being reflected in the idea plugin
0 票
创建于
2016年07月17日 19:37
> once after uninstalling the plugin, and a second time after that for it to pick up my plugin code changes. what happens if you do not uninstall the plugin but instead: close the secondary instan...
社区
IntelliJ IDEA Open API and Plugin Development
Code change is not being reflected in the idea plugin
0 票
创建于
2016年07月17日 12:44
> restarting that secondary instance yes I thought you'd referred to the main "non-plugin-dev" instance. well secondary instance needs to be restarted if you change plugin code. I am not sure if th...
社区
IntelliJ IDEA Open API and Plugin Development
Code change is not being reflected in the idea plugin
0 票
创建于
2016年07月17日 05:25
it is possible to run a plugin you work on, without installing it: select "Plugin" run/debug configuration, then click run button. When upgrading plugin to a new version, it is not necessary to u...
社区
IntelliJ IDEA Open API and Plugin Development
Code change is not being reflected in the idea plugin
0 票
创建于
2016年06月15日 06:01
this may work: JBPopupFactory factory = JBPopupFactory.getInstance(); BalloonBuilder builder = factory.createHtmlTextBalloonBuilder(html, MessageType.INFO, null); Balloon b = builder.createBalloo...
社区
IntelliJ IDEA Open API and Plugin Development
Message dialog in Intellij
0 票
创建于
2016年06月09日 21:45
> Total: $4.99 .. it used to be 2p some time ago. Still it is good value, if you ask me. ;)
社区
IntelliJ IDEA Open API and Plugin Development
Get line/column by offset
0 票
创建于
2015年08月06日 16:23
> The intended usage is to add all of the dependent code as modules to a single project.This would be the ideal solution, yes.This plugin is for a language for which module type & SDK do not appear...
社区
IntelliJ IDEA Open API and Plugin Development
ChooseByNameContributor.getItemsByName (.. includeNonProjectItems)
0 票
创建于
2015年07月30日 12:11
ok following Sebastian Sprenger's suggestion in this thread:https://devnet.jetbrains.com/message/5507074#5507079I added Sebastian's code to SimplePsiImplUtiland added getReferences to {mixin ... me...
社区
IntelliJ IDEA Open API and Plugin Development
Register the reference contributor
0 票
创建于
2015年08月19日 10:17
my more specific question is:myConstructorsCache is a private [field / property?] in ClassInnerStuffCache so it seems to be tied to its instance.is it possible to set / get cache via static method...
社区
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 票
创建于
2015年08月19日 11:18
.. so an example ofpublic static <T> void set(String key, T instance){ ...}public static <T> T get(String key){ ...} .. or non-static:public <T> void set(Project project, String key, T inst...
社区
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 票
«
第一页
‹
上一页
下一页
›
最后
»