Dan Cioca
- 活动总数 363
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 122
-
创建于 [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. ... -
创建于 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()? -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 [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... -
创建于 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... -
-
创建于 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...