Nikita Belenkiy
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
Created New feature: breakpoint groups corresponding to "Changes" files
I mean IDEA may disable breakpoints in files which are not in the current changes view... As for me it would be very useful now. -
Created FileBrowser plugin exception
Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching beforeFileDeletionjava.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger... -
Created DBhelper Exception
IDEA 7M1Already disposedjava.lang.AssertionError: Already disposed at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:104) at com.intellij.openapi.v... -
Created How to generate Java object for Hibernate from existing DB?
How to generate Java object for Hibernate from existing DB?Is there any feature like for EJB3 entities?(IDEA 7M1)Message was edited by: Nikita -
Created Link to IntelliJ IDEA 6.0.3 references to IntelliJ IDEA 6.0.2
Linkat IDEA download page of IntelliJ IDEA 6.0.3 build 6146 still references to IntelliJ IDEA 6.0.2 build 6107 -
Created Cannot download SimpleIntentions and SimpleActions from plugin Manager
Cannot download SimpleIntentions and SimpleActions from plugin Manager Always occurs such error:"Plugin ]]> was not installed: Syntax error in file name or directory name."I am running IDEA on WinX... -
Created Library Finder Doesnt work on the latest EAP(6083)
After showing dialog it throws an exception and only way to continue work is to restart idea.. -
Created How does" DataSource ORM annotation problems" work
Who can explain to me how does this inspection work. I have entity class with anntotations, generated by IDEA (from the datasource), but this ispections highlights annotation values as incorrect.null -
Created Ant doesnt use Max heap size parameter
Looks like IDEA 5594 never used ant max heap size paarmeter.. build processes are very slow and java process memory usage ~<20 MB.. max heap size 512 MB. -
Created Inspection and hightlighting bug ... Call to simple getter
If method locates at Constructor.. and conscructor has value with such name IDEA forget to insert "this"ExampleBEFOREclass TXComponent{ private Project project; private TXXForm parentForm; pub...