Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dan Cioca
Total activity
363
Last activity
May 19, 2023 09:38
Member since
December 05, 2006 15:28
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
122
Activity overview
Posts (86)
Comments (154)
Sort by recent activity
Recent activity
Votes
Created
March 12, 2008 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).
Community
IntelliJ IDEA Open API and Plugin Development
Create new file dialog
0 votes
Created
April 02, 2008 09:23
Was wrong. CodeStyleSettings.RIGHT_MARGIN is returning the configured value.
Community
IntelliJ IDEA Open API and Plugin Development
How to get the "Right margin" from the CodeStyleSettings
0 votes
Created
April 02, 2008 14:14
Found the answer myself:Extensions.getRootArea(). getExtensionPoint(CodeStyleSettingsProvider.EXTENSION_POINT_NAME). registerExtension(new MyCodeStyleSettingsProvider());
Community
IntelliJ IDEA Open API and Plugin Development
How do i register a CodeStyleSettingsProvider?
0 votes
Created
April 02, 2008 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
Community
IntelliJ IDEA Open API and Plugin Development
How do i register a CodeStyleSettingsProvider?
0 votes
Created
April 01, 2008 13:54
Hi Dmitry,Thanks for the feedback.Is there another way to intercept an action invocation?Dan
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger additional operations on code formatting (Ctrl+Alt+L)
0 votes
Created
April 01, 2008 20:17
Thanks Nathan,i would prefer a more non-intrusive solution but it looks like there is none.Regards,Dan
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger additional operations on code formatting (Ctrl+Alt+L)
0 votes
Created
June 30, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to make idea aware of TODOs within custom language
0 votes
Created
June 29, 2008 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()
Community
IntelliJ IDEA Open API and Plugin Development
How to embed file editor into tool window?
0 votes
Created
August 26, 2008 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.lang.LanguageDialect with idea 7.0
0 votes
Created
February 27, 2009 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.
Community
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 votes
«
First
‹
Previous
Next
›
Last
»