Dan Cioca
- 活动总数 363
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 122
-
创建于 How to trigger additional operations on code formatting (Ctrl+Alt+L)
Need to do additional code formatting operations (others than INDENT, WRAP and SPACING) when code formatting is triggered (like changing the case of the tokens). Unfortunately the FormattingDocumen... -
创建于 Question to ModuleComponent and Configurable
As I understood, if a class implements the ModuleComponent and Configurable interfaces, the setup screen will show-up in the options panel of a module. I need the ModuleRootManager to show up as we... -
创建于 Create new file dialog
Is there something like "create new file" dialog in intellij openapi? ..or even non-openapi? I need to provide the ability to create a new file within the scope of a given module or project (solely... -
创建于 Show action caption (text) in ActionToolbar
Want to display the name of the action in a custom toolbar, and not only the icon. Is this possible? -
创建于 How to determine module relative path of a VirtualFile
I need to display the relative path of a virtual file. e.g. \[Module content root]\scripts\test.sqlCould theoretically parse the VirtualFile.getPath() value, still, how do i get hold of the content... -
创建于 Editor with class:<editor class> hasn't been released
I keep getting this error message in the background. Any idea why?How do I "release" an editor after I don't need it any more?I use EditorFactory.createEditor(document, project) for creating it. -
创建于 [ANN] Database Navigator 1.0.179 released
A new version of Database Navigator is available (1.0.179)http://plugins.intellij.net/plugin/?id=1800The tool is now supporting almost all SQL structures besides of CREATE and some ALTER statements... -
创建于 How to change the vertical alignment of the actions in the ActionToolbar
Have created a horizontal ActionToolbar using ActionManager.createActionToolbar() for a predefined ActionGroup.One of the actions is a ComboBoxAction which is a bit slimmer than the other actions. ... -
创建于 How to create temporary (red-framed) ranges in text editor
this feature is available for example in the xml editor after code completion. Several ranges in the newly created element are framed with a red line, and navigation in the editor is somehow constr... -
创建于 ANT javac2 error - "Content is not allowed in prolog"
Trying to build my plugin using ant. The *.form files have to be compiled using javac2 (com.intellij.ant.Javac2).The task is throwing JDOMParserException. What could be the reason?...\build.xml:72:...