主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dan Cioca
活动总数
363
最后的活动
2023年05月19日 09:38
成员加入日期
2006年12月05日 15:28
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
122
活动概览
帖子(86)
评论(154)
按最近的活动排序
最近的活动
投票数
创建于
2008年03月12日 11:27
Should have searched the forum before posting this.. ;)The answer is FileChooser. It provides a quite flexible way to select directories for a restricted scope (e.g. module or project content roots).
社区
IntelliJ IDEA Open API and Plugin Development
Create new file dialog
0 票
创建于
2008年04月02日 09:23
Was wrong. CodeStyleSettings.RIGHT_MARGIN is returning the configured value.
社区
IntelliJ IDEA Open API and Plugin Development
How to get the "Right margin" from the CodeStyleSettings
0 票
创建于
2008年04月02日 14:14
Found the answer myself:Extensions.getRootArea(). getExtensionPoint(CodeStyleSettingsProvider.EXTENSION_POINT_NAME). registerExtension(new MyCodeStyleSettingsProvider());
社区
IntelliJ IDEA Open API and Plugin Development
How do i register a CodeStyleSettingsProvider?
0 票
创建于
2008年04月02日 23:53
Thanks Dmitry. You're right, this shouldn't be done programmatically. I tried it and it works. Still, the "codeStyleSettingsProvider" it is not complaint with the plugin.dtd. Dan
社区
IntelliJ IDEA Open API and Plugin Development
How do i register a CodeStyleSettingsProvider?
0 票
创建于
2008年04月01日 13:54
Hi Dmitry,Thanks for the feedback.Is there another way to intercept an action invocation?Dan
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger additional operations on code formatting (Ctrl+Alt+L)
0 票
创建于
2008年04月01日 20:17
Thanks Nathan,i would prefer a more non-intrusive solution but it looks like there is none.Regards,Dan
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger additional operations on code formatting (Ctrl+Alt+L)
0 票
创建于
2008年06月30日 20:10
The api documentation states "The To Do view is supported automatically if the plugin provides a correct implementation of the ParserDefinition.getCommentTokens() method.". As far as my language pa...
社区
IntelliJ IDEA Open API and Plugin Development
How to make idea aware of TODOs within custom language
0 票
创建于
2008年06月29日 14:57
try using EditorFactory.createEditor()it will get you an com.intellij.openapi.editor.Editor its JComponent you can embed in your swing form - Editor.getComponent()
社区
IntelliJ IDEA Open API and Plugin Development
How to embed file editor into tool window?
0 票
创建于
2008年08月26日 13:43
Thanks Peter, makes sense. Nevertheless, I will need to provide slightly different highlighting for each dialect. But I think I could hook into the Language.getSyntaxHighlighter(...) for achieving ...
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.lang.LanguageDialect with idea 7.0
0 票
创建于
2009年02月27日 18:38
No no! Not another major redesign. :-)The concept i find quite ok. Just needs some language context around it I think. At least for the "foreign" code completion contributors.
社区
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 票
«
第一页
‹
上一页
下一页
›
最后
»