Dan Cioca
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 122
-
Created [ANN] Database Navigator 1.0.303 released
A new version of Database Navigator has been released (1.0.303). This is mainly a technical release, containing major redesign of the language parser engine. Reason, support multiple SQL dialects. ... -
Created How to make idea aware of TODOs within custom language
The todo’s within comments for my custom language do not seem to be taken in consideration by the IDE. Is there something I have to implement in addition to ParserDefinition.getCommentTokens()? -
Created Is version control "Incoming" changes tool window working?
I never get any items in the "Incoming" or "Repository" lists of the "Changes" tool window. "Browse Changes..." feature also does not return any results. Tried to query the version control server w... -
Created Is there something like ReadonlyModificationHandler for read-only Document?
The modification of a guarded block in the document is customizable via ReadonlyFragmentModificationHandler. Is there something similar for a readonly Document (Document.setReadonly(true))?The appl... -
Created How to override/manipulate the context menu in "Structure" tool window.
I need to provide completely different features to the Structure context menu for a given file type. I use StructureViewModel to provide the structure view for it. There seems to be a way to add me... -
Created Question to LocalFileSystem ignored files
General IDE settings allow specifying file or directory name patterns to be ignored ("Ignore files and folders:"). How do i check if a VirtualFile is being ignored? NOTE: this has nothing to do wit... -
Created [ANN] Database Navigator 1.0.283 released
A new version of the tool has been released. The plugin is available for download at: http://plugins.intellij.net/plugin/?id=1800This release encloses several improvements on the SQL coding support... -
Created Sort code completion variants (using LookupItem)
The getVariants of my PsiReference returns an array of com.intellij.codeInsight.lookup.LookupItem objects.I done my own implementation of LookupItem and have overwritten the compareTo() method in t... -
-
Created How to get the "Right margin" from the CodeStyleSettings
This may appear trivial, still I didn't find out how...There is an accessible attribute called RIGHT_MARGIN in the CodeStyleSettings instance, but this does not return the value I configured.Apprec...