-
Bug
-
Resolution: Done
-
Minor
-
3.0.0.alpha
-
None
1)
Create java project and Enable Hibernate 3 support for it, leave Default Hibernate Console Configuration empty.
Create some java class and some method X() in it.
public X() {
String str = "select from";
}
select some word on the string "select from" and press Ctrl+1.
2)
Now select some Default Hibernate Console Configuration.
Return to our java class,
select some word on the string "select from" and press Ctrl+1.
I expect the same context menu for both cases.