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