Nikita Belenkiy
- 活动总数 68
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 28
-
创建于 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. -
创建于 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... -
创建于 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... -
创建于 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 -
创建于 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 -
创建于 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... -
创建于 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.. -
创建于 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 -
创建于 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. -
创建于 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...