Dan Cioca
- 活动总数 363
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 122
-
创建于 CPU / Memory snapshot with JProfiler instead of YourKit Profiler
Looking at this article (http://devnet.jetbrains.com/docs/DOC-1253), profiling memory and CPU in IntelliJ products is using YourKit Profiler, producing YourKit proprietary format snapshots.Is there... -
创建于 [HOW TO] Soft assertions with support for error reporting
Is it possible to do "handled" assertions that do not break the code execution but are handled by the standard error reporting interface (i.e. show error notification at the right bottom of the scr... -
创建于 Events triggering PsiParser.parse()
I see the psi language parser is being triggered several times for a psi file after one single edit action (most probably for building the temporary psi tree for code completion).Is there a way to ... -
创建于 Spam messages with ratings in the plugin repository site
I saw that spam messages in plugin repository are being removed quite promptly by the site admins. Nevertheless, in most of the cases the spam messages come with a rating which is by no means repre... -
创建于 Change/extend behavior of the OpenFileDescriptor
Looking at the references of this class (no factory facade), there is no way to change/extend its behavior by subclassing it. Can I suggest extending this with something like OpenFileDescriptorProv... -
创建于 [HOW-TO] implement code completion fallback
I want to be able to suggest completion variants from another CompletionContributor (only) if the main one is not returning any completion variants. Was not able to achieve this just by sorting the... -
创建于 [HOW-TO] change icon for editor IntentionActions
Obviously this is possible just by looking at the various intention actions in the editor. Still, was not able to find out how, just by looking at the IntentionAction interface. Appreciate any hint. -
创建于 [ANN] Database Navigator 3.0.1844 released
A new version of Database Navigator plugin for IntelliJ IDEA (and related products) was released (3.0.1844)See release notes and download the plugin in the repository page: http://plugins.intellij.... -
创建于 Question to "navigation bar"
Is the navigation bar on the the top of the editors PSI centric, or can it be extended to display navigation paths for editors with no PSI structure? -
创建于 Plugin manager: 413 Request Entity Too Large
Trying to upload my plugin on the plugin repository page fails with "413 Request Entity Too Large". The plugin package is round 5 MB. Is there a new limitation on the plugin size?