主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcin R
活动总数
115
最后的活动
2023年07月13日 12:03
成员加入日期
2012年12月10日 15:14
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
44
活动概览
帖子(15)
评论(55)
按最近的活动排序
最近的活动
投票数
创建于
2014年04月11日 13:42
I removed dataKey HPP_CHECKLIST_CONFIGURATION_CREDITING_ITEMS from my file:2014-04-11 14:35:28,111 [ 809073] INFO - DataIndexerWithInputFilterBase - Starting reindexing for file HPP_2_Pola.csv 20...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 票
创建于
2014年04月16日 14:49
It is a bug in Intellij IDEA or I do something wrong? Could someone help me with this?
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 票
创建于
2014年05月19日 15:10
Workaround for reindexing with proper file content:public class PluginStartupActivity implements StartupActivity { @Override public void runActivity(Project project) { project.getMe...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 票
创建于
2014年05月21日 13:18
I change my indexing code to use com.intellij.util.indexing.FileContent#getContentAsText for receieving file content and it fix my problem. Thanks for helpful advice.
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 票
创建于
2014年04月25日 10:03
Add <depends>org.jetbrains.android</depends> to your plugin descriptor. See also http://devnet.jetbrains.com/message/5502539
社区
IntelliJ IDEA Open API and Plugin Development
How to get Manifest of an Android module...
0 票
创建于
2014年04月25日 10:14
Try this: final AndroidFacet facet = FacetManager.getInstance(module).getFacetsByType(AndroidFacet.ID); final VirtualFile manifestFile = AndroidRootUtil.getManifestFile(facet); if ...
社区
IntelliJ IDEA Open API and Plugin Development
How to get Manifest of an Android module...
0 票
创建于
2014年08月06日 10:28
<add-to-group group-id="someGroupId" relative-to-action="someActionId" anchor="first/last/before someActionOrGroupId/after someActionOrGroupId"/>
社区
IntelliJ IDEA Open API and Plugin Development
plugin.xml - <add-to-group .. /> attributes ?
0 票
创建于
2014年08月06日 09:49
If You want to replace default editor, You can implement com.intellij.openapi.fileEditor.FileEditorProvider interface and override com.intellij.openapi.fileEditor.FileEditorProvider#getPolicy as fo...
社区
IntelliJ IDEA Open API and Plugin Development
intercepting file open operation
0 票
创建于
2014年08月01日 12:27
You can extend com.intellij.ide.util.projectWizard.ModuleBuilder and override following method like this: @Nullable @Override public ModuleWizardStep modifySettingsStep(@NotNull Settings...
社区
IntelliJ IDEA Open API and Plugin Development
Setting jdk while project creation
0 票
创建于
2014年07月31日 07:20
Probably Your ToolWindowFactory class needs to implement com.intellij.openapi.project.DumbAware (see documentation of this interface for details).
社区
IntelliJ IDEA Open API and Plugin Development
Tool window closes on re-index
0 票
«
第一页
‹
上一页
下一页
›
最后
»