plugin for the Java Webframework Wicket from apache.org
Features:
- Navigate from java code elements to the corresponding html element via wicket:id
- Navigate from html wicket:message to properties/xml file
- Show the corresponding html fragment from the java code element
- Show the wicket:id line in the html file on mouse over
- Rename HTML and properties (with variations) when renaming a wicketized java file (supertype Component)
- Code assist for wicket:id (Ctrl-1) in Wicket Java files. e.g. new Label("")
- Support for other wicket namespaces
- Wizard for creating new Wicket WebPages
Needs HTML Editor (WTP) installed
Categories: Web
Additional Details
Eclipse Versions: 2024-12 (4.34), 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: count.negative
Development Status: Production/Stable
Date Created: Friday, March 26, 2010 - 12:36
License: Apache 2.0
Date Updated: Sunday, December 8, 2024 - 03:37
Submitted by: count negative
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2024 | 351/615 | 10 | 4 |
November 2024 | 504/658 | 6 | 14 |
October 2024 | 412/663 | 14 | 8 |
September 2024 | 391/642 | 17 | 6 |
August 2024 | 515/641 | 5 | 17 |
July 2024 | 379/663 | 17 | 12 |
June 2024 | 367/681 | 21 | 22 |
May 2024 | 428/682 | 14 | 21 |
April 2024 | 380/687 | 21 | 12 |
March 2024 | 414/694 | 18 | 7 |
February 2024 | 375/687 | 22 | 6 |
January 2024 | 401/691 | 19 | 36 |
Reviews Add new review
clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Fri, 04/01/2022 - 02:55
In Eclipse 4.23 after installing this plugin, pom.xml autocompletion and formatting are not working.
Error message: Error while computing completion
Error description: java.lang.NullPointerException: Cannot invoke "org.eclipse.lsp4j.ServerCapabilities.getCompletionProvider()" because "capabilities" is null
Re: clash with m2e plugin.
Submitted by count negative on Fri, 04/01/2022 - 09:54
In reply to clash with m2e plugin. by Sharofiddin Pardayev
Sorry, can't reproduce.
pom.xml Open With - Maven POM Editor works as expected.
Re: Re: clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Fri, 04/01/2022 - 10:58
In reply to Re: clash with m2e plugin. by count negative
Which version of the eclipse are you using?
Re: Re: Re: clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Tue, 04/05/2022 - 01:31
In reply to Re: Re: clash with m2e plugin. by Sharofiddin Pardayev
4.23.0
Re: Re: clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Fri, 04/01/2022 - 11:12
In reply to Re: clash with m2e plugin. by count negative
For more information: I am using ubuntu 20.04.4 , Eclipse 4.23.
Re: clash with m2e plugin.
Submitted by count negative on Sat, 01/28/2023 - 03:39
In reply to clash with m2e plugin. by Sharofiddin Pardayev
please make sure (via eclipse IDE Installation Details) that the current version (1.2.0) is installed.
clash with m2e plugin.
Submitted by Sharofiddin Pardayev on Fri, 04/01/2022 - 02:51
I used this plugin for 4 years, it was great. But now after installing it in Eclipse 4.23, pom.xml autocompletion and formatting is not working at all. It is producing this error: "java.lang.NullPointerException: Cannot invoke "org.eclipse.lsp4j.ServerCapabilities.getCompletionProvider()" because "capabilities" is null"
Awesome!
Submitted by Lon Varscsak on Thu, 02/18/2016 - 19:23
This plugin is awesome! I was hoping there'd be something out there like this. Thanks for effort!
too many not found components
Submitted by james obrien on Mon, 12/16/2013 - 13:43
If you have a base page that has , and you pass in a panel that calls super("somePanel"), the plugin won't know the component is there, and give you an error.