Marc Walter
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Marc Walter commented, -
-
Marc Walter commented, -
Marc Walter created a post, AnsweredShowing 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... -
-
-
-
Marc Walter created a post, 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... -
-