Issue 147 in wicketforge: Support syntax highlighting and markup/java navigation for custom Forms

0 views
Skip to first unread message

wicke...@googlecode.com

unread,
Sep 17, 2013, 2:21:35 PM9/17/13
to wicketforge...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 147 by nbpr...@gmail.com: Support syntax highlighting and
markup/java navigation for custom Forms
http://code.google.com/p/wicketforge/issues/detail?id=147

What steps will reproduce the problem?
1. Create a custom Form that extends (either directly or indirectly)
org.apache.wicket.markup.html.form.Form

What is the expected output? What do you see instead?
Id like to see the various Wicket ID fields highlighted, and allow
navigation between the Form source and the markup. Id also like to see an
intention for "create missing form markup file" similar to how the Panels
and Pages work.


What version of the product are you using? On what operating system?
Latest plugin, EAP 13.x

Please provide any additional information below.


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

wicke...@googlecode.com

unread,
Sep 17, 2013, 4:08:33 PM9/17/13
to wicketforge...@googlegroups.com

Comment #1 on issue 147 by minas.ma...@gmail.com: Support syntax
highlighting and markup/java navigation for custom Forms
http://code.google.com/p/wicketforge/issues/detail?id=147

Forms are fully supported like:

add(new Form("foo") {
@Override
protected void onInitialize() {
super.onInitialize();
add(new TextArea("bar"));
}
});

Normally, Forms don't have own markup (except you change this yourself, but
for wicket default they are normal components)... but maybe I have
misunderstood you

wicke...@googlecode.com

unread,
Sep 22, 2013, 7:21:57 AM9/22/13
to wicketforge...@googlegroups.com
Updates:
Status: Invalid

Comment #2 on issue 147 by minas.ma...@gmail.com: Support syntax
highlighting and markup/java navigation for custom Forms
http://code.google.com/p/wicketforge/issues/detail?id=147

no follow up and works like expected.
Reply all
Reply to author
Forward
0 new messages