Dan Cioca
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 122
-
Created 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... -
Created 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... -
Created 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... -
Created 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? -
Created 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... -
Created 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. -
Created [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... -
Created 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. ... -
Created 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... -
Created 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:...