qwickie

Add this URL to your Eclipse Installation to reach this solution's update site.

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), 2023-03 (4.27), 2023-06 (4.28), 2023-09 (4.29), 2023-12 (4.30), 2024-03 (4.31)

https://raw.githubusercontent.com/count-negative/qwickie/master/qwickie.updatesite/site.xml

Learn more...
Solution Description

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: 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), 2023-03 (4.27), 2023-06 (4.28), 2023-09 (4.29), 2023-12 (4.30), 2024-03 (4.31)

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: Friday, October 6, 2023 - 10:50

Submitted by: count negative

Screenshot
Date Ranking Installs Clickthroughs
March 2024 450/651 8 5
February 2024 375/687 22 6
January 2024 401/691 19 36
December 2023 340/671 31 12
November 2023 375/686 27 15
October 2023 620/673 2 14
September 2023 605/663 2 15
August 2023 519/673 6 16
July 2023 547/668 4 15
June 2023 593/669 2 10
May 2023 665/671 1 8
April 2023 600/667 3 5
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for qwickie.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

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

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"

This plugin is awesome! I was hoping there'd be something out there like this. Thanks for effort!