Marc Walter

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created Showing an action for a single file in the project explorer view only
AnsweredI'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... -
Created 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... -
Created 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... -
Created 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...