Bernard Chambon

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
-
-
-
-
Bernard Chambon created a post, MavenRunner command line option
Good morningWhat is the way to set a command line option when using MavenRunner + MavenRunnerSettings + MavenRunnerParametersI know how to run a "dependency:resolve" with MavenRunner, but how to s... -
Bernard Chambon created a post, Detect starting / ending XML tag
Good morningSupposed an XML file<abc> <def> … </def> </abc>If the caret is at line </def>, is there a right way to detect that it is an ending tag(other than getting text under the line and test i... -
-
Bernard Chambon created a post, Popup menu on ToolWindow
I try to get a popup menu on my own tool window, expecting behaviour similar to ‘Projet’ tool window Here is my piece of code using setTitleActions ...toolWindow.setStripeTitle("Categories"); AnAc... -
Bernard Chambon created a post, Structure View for several files
Good morning,My objective is to try to display a set of XML files in single tree using the right way (by right way, I means something similar to what’s done for « Structure » view toolwindow on a...