Marc Walter
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
创建于 Showing an action for a single file in the project explorer view only
已回答I'm trying to implement an AnActionEvent in my plugin that should show up in the context menu of the project explorer view for the file "pom.xml" only. So I overwrote the update function. @Override... -
创建于 Correct NamedQuery is marked as error
Hi,I have got a JPA entity defined like this:@Entity@NamedQuery(name="SEARCH_ALL_OWNER", query="SELECT o FROM Owner o")public class Owner { // ...}The word "Owner" in the named query is marked r... -
创建于 Question about updates
Hi,I just bought Idea 12 and registered my personal copy. After executing "Check for update" I get an option to download Idea 12.0.1. Do I have to reinstall Idea every time in order to do minor upd... -
创建于 Issue with fxml files not being copied to target/classes
Hello all,I've got a package like com.mydomain.myapp.fxml in which there are several JavaFX fxml files.After switching from Idea CE 11 to Idea CE 12 those files aren't copied to target/classes anym...