No Mail
- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 33
-
Created Perforce broken in 7.0.4?
My connection to Perforce worked flawlessly in 7.0.3After upgrading to 7.0.4:- I try to change the file- Idea asks me to clear read-only status using version control integration- I'm getting "Error... -
Created 7.0.3 JPA query not an error
I'm using JPA QueryStatement is:Query query = em.createQuery("select w from ABC w where w.id = :par");w.id is not a field in ABC class.Idea correctly highlights .id in red, with tooltip text "This ... -
Created Quick access to ER diagram
Idea 7.0.2What's the fastest way to access ER diagram(s)?I do it this way:- View as Java EE: Structure- expand JPA Facets node- expand persistence unit node- expand table node- right click column n... -
Created Perforce tickets
Idea 7.0.1It looks to me that Idea doesn't read Perforce tickets. Am I right, or Imissed some settings?I use P4CONFIG environment variable. File, which this variable points tocontains P4CLIENT, P4P... -
Created Error: JVM could not be started
Idea 7.0.1 on WinXPEvery time I start an Idea after reboot, I'm getting the message: "TheJVM could not be started. The main method may have thrown an exception".Second attempt to start always succe... -
Created ant module build file
Idea 7.0.1In Idea6 Ant build file for modules contained definitions like this: Idea7 on Windows generates build file: ]]>It's not a problem when Ant build is executed on Windows. But when Iexe... -
Created end of line in project/module files
When project/modules are created on Windows .ipr and .iml files arewritten with CR/LF characters.Store the entire project into version control system (Subversion in mycase).I check out the project ... -
Created Unresolved path variable
Idea 7.0 on Windows XP.I created my project with Idea 7M2, and defined path variable MYPATH(prefix to some library folder).During installation of the final version of Idea 7 I cleared all mysetting... -
Created Messages out of order
Hi,I realize that this message is slightly off topic to this forum, but itaffects this forum. Could you guys (from St. Petersburg) look into it,and forward to the right person/group?I use Thunderbi... -
Created 7M2 hibernate question
Hi,In 7M2 I created Hibernate facet associated with hibernate.cfg.xmlSomething like this: .... ]]>Idea can not resolve file MyTables.hbm.xml (it's displayed in red).Both ...