Re: [Wicket-user] [ANN] Wicket Assistant v0.1.3

2006-10-13 Thread Pierre-Yves Saumont
Other features that would be usefull:

refactor/rename a file should rename the two files (html + java) and 
even better, it should also look for resources bundles and rename them 
accordingly (including localized ones).

Use of resources could be verified so that a missing resource would be 
caught at edit time.

Pierre-Yves

[EMAIL PROTECTED] a écrit :
 Hi and thanks.
 
 Hi Anders,

 Your plug-in is already very helpfull as it is! Thanks.

 I suggest you add the todo list navigation from id in the html file to 
 corresponding location ini Java file (and back) using control+ click.
 
 I actually had this one on the list but removed as I seemed a bit tricky to 
 implement but I'll add it again. It would be rather cool.
 
 I can't test it in IDEA6 because IDEA6 is definitely broken for me and 
 can't load my IDEA5 project, but I think it would be nice to have 3 tabs 
 with Java, Html template, Preview, like the standard Html, Preview 
 configuration (unless it is already done?).
 
 In Idea 6 there is allready a html preview. Maybe it can be expanded to 
 include 
 some more wicket specialities.
 BTW, how does the contest work? Do the users vote or is it based only 
 upon the JetBrains staff appreciation?
 
 Its Jetbrains that evaluates all the plugins. See more here:
 General info:
 http://plugins.intellij.net/contest/
 
 Criterias:
 http://plugins.intellij.net/contest/criteria/
 
 regards
 Anders
 
 
 
 
 
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] [ANN] Wicket Assistant v0.1.3

2006-10-13 Thread ahn
hi,

 
 Other features that would be usefull:
 
 refactor/rename a file should rename the two files (html + java) and 
 even better, it should also look for resources bundles and rename them 
 accordingly (including localized ones).

This is one the todolist.

 
 Use of resources could be verified so that a missing resource would be 
 caught at edit time.

I'm not 100% sure what you mean. Could you give an example ?

regards

Anders





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] [ANN] Wicket Assistant v0.1.3

2006-10-13 Thread Pierre-Yves Saumont
What I mean is that if your use a resource string such as:

final StringResourceModel pageTabAlertsModel
 = new StringResourceModel(PageTabBar.alerts, this, null);

and you forget to create the resource PageTabBar.alerts in a property 
file, or you renamed the class and forgot to rename the property file, 
Wicket will only complai at runtime with a Missing Resource exception. I 
would be helpfull to detect this at edit time.

In fact this is not Wicket related, so it might better go is the IDEA 
features wish list since IDEA allows to go to the resource string 
declaration (ctrl+click) but do not complain about a missing resource :-(

But perhaps it would be a good thing for your plug-in, in the contest 
perspective, to solve this issue ;-)

Pierre-Yves

[EMAIL PROTECTED] a écrit :
 hi,
 
 Other features that would be usefull:

 refactor/rename a file should rename the two files (html + java) and 
 even better, it should also look for resources bundles and rename them 
 accordingly (including localized ones).
 
 This is one the todolist.
 
 Use of resources could be verified so that a missing resource would be 
 caught at edit time.
 
 I'm not 100% sure what you mean. Could you give an example ?
 
 regards
 
 Anders
 
 
 
 
 
 
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] [ANN] Wicket Assistant v0.1.3

2006-10-13 Thread Otan
Wow this is cool!How I wish there's also a plugin like this for Netbeans :-(On 12/10/06, Anders Holmbech Brandt 
[EMAIL PROTECTED] wrote:Hello wicket-users,New version of the Wicket Assistant plugin for Intellij Idea. Download
it from the plugin manager within Idea. Works in version 5.X and 6.X.Features implemented:* On-the-fly Inspection checking that the wicket ids exists in the corresponding java/html file* Switch between the java and html file (default key: shift+alt+W
Todolist:* Maybe use a compiled version of the ie webpage to check the hierarichy* create missing html file intention* create missing ids in the html file. How and where ?* create live template for easy creation of ie labels etc
* create file templates for html files, java webpages, java panels etc.* rename/move rafactoring on the java/html/property file renames/moves the others* rename refactoring of the wicket id in both the html and java file
* Code completion on a wicket id in both java and html file* Possibility to open the other file when ie the java file is openedChanges from 0.1.2Added action to toggle between the html and the java file. The deault keymapping is: shift+alt+W
Known bugs;All checks on the wicket ids are not yet 100% correct. Working on it.--Best regards, Andersmailto:[EMAIL PROTECTED]
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] [ANN] Wicket Assistant v0.1.3

2006-10-13 Thread ahn
hi,

 
 What I mean is that if your use a resource string such as:
 
 final StringResourceModel pageTabAlertsModel
  = new StringResourceModel(PageTabBar.alerts, this, null);
 
 and you forget to create the resource PageTabBar.alerts in a property 
 file, or you renamed the class and forgot to rename the property file, 
 Wicket will only complai at runtime with a Missing Resource exception. I 
 would be helpfull to detect this at edit time.
 
 In fact this is not Wicket related, so it might better go is the IDEA 
 features wish list since IDEA allows to go to the resource string 
 declaration (ctrl+click) but do not complain about a missing resource :-(

I agree that is it somehow should be a part of the idea properties plugin. BUT 
the plugin have no idea wether to parse a string as a property or not. So 
therefore it maybe could be a part of the wicket plugin. It also knows in which 
properties files is should look for the property and which classes that takes a 
property as an argument ( i hope ).

 
 But perhaps it would be a good thing for your plug-in, in the contest 
 perspective, to solve this issue ;-)

Sure - but its more of a time issue.

BTW I'm almost done with the goto wicket id feature. Maybe a new version will 
come out tonight.

 
 Pierre-Yves
 
 [EMAIL PROTECTED] a écrit :
  hi,
  
  Other features that would be usefull:
 
  refactor/rename a file should rename the two files (html + java) and 
  even better, it should also look for resources bundles and rename them 
  accordingly (including localized ones).
  
  This is one the todolist.
  
  Use of resources could be verified so that a missing resource would be 
  caught at edit time.
  
  I'm not 100% sure what you mean. Could you give an example ?
  
  regards
  
  Anders
  
  
  
  
  
  
  
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] [ANN] Wicket Assistant v0.1.3

2006-10-12 Thread Pierre-Yves Saumont
Hi Anders,

Your plug-in is already very helpfull as it is! Thanks.

I suggest you add the todo list navigation from id in the html file to 
corresponding location ini Java file (and back) using control+ click.

I can't test it in IDEA6 because IDEA6 is definitely broken for me and 
can't load my IDEA5 project, but I think it would be nice to have 3 tabs 
with Java, Html template, Preview, like the standard Html, Preview 
configuration (unless it is already done?).

BTW, how does the contest work? Do the users vote or is it based only 
upon the JetBrains staff appreciation?

Pierre-Yves

Anders Holmbech Brandt a écrit :
 Hello wicket-users,
 
 New version of the Wicket Assistant plugin for Intellij Idea. Download
 it from the plugin manager within Idea. Works in version 5.X and 6.X.
 
 Features implemented:
 
 * On-the-fly Inspection checking that the wicket ids exists in the 
 corresponding java/html file
 * Switch between the java and html file (default key: shift+alt+W
 
 Todolist:
 
 * Maybe use a compiled version of the ie webpage to check the hierarichy
 * create missing html file intention
 * create missing ids in the html file. How and where ?
 * create live template for easy creation of ie labels etc
 * create file templates for html files, java webpages, java panels etc.
 * rename/move rafactoring on the java/html/property file renames/moves 
 the others
 * rename refactoring of the wicket id in both the html and java file
 * Code completion on a wicket id in both java and html file
 * Possibility to open the other file when ie the java file is opened
 
 Changes from 0.1.2
 Added action to toggle between the html and the java file. The deault 
 keymapping is: shift+alt+W
   
 Known bugs;
 All checks on the wicket ids are not yet 100% correct. Working on it.
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] [ANN] Wicket Assistant v0.1.3

2006-10-11 Thread Anders Holmbech Brandt
Hello wicket-users,

New version of the Wicket Assistant plugin for Intellij Idea. Download
it from the plugin manager within Idea. Works in version 5.X and 6.X.

Features implemented:

* On-the-fly Inspection checking that the wicket ids exists in the 
corresponding java/html file
* Switch between the java and html file (default key: shift+alt+W

Todolist:

* Maybe use a compiled version of the ie webpage to check the hierarichy
* create missing html file intention
* create missing ids in the html file. How and where ?
* create live template for easy creation of ie labels etc
* create file templates for html files, java webpages, java panels etc.
* rename/move rafactoring on the java/html/property file renames/moves the 
others
* rename refactoring of the wicket id in both the html and java file
* Code completion on a wicket id in both java and html file
* Possibility to open the other file when ie the java file is opened

Changes from 0.1.2
Added action to toggle between the html and the java file. The deault 
keymapping is: shift+alt+W
  
Known bugs;
All checks on the wicket ids are not yet 100% correct. Working on it.

-- 
Best regards,
 Anders  mailto:[EMAIL PROTECTED]



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user