Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Gavin Lei
Hi Igor, Yeah, this is true. Even for Tapestry build in components, such as actionlink, after input 写道: > Hi Gavin, > I'm sorry I wasn't clear enough. Autocompletion for components works, but > not for component parameters. Juts add a new parameter to Menu like: > > public class Menu { > > @P

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Igor Drobiazko
Hi Gavin, I'm sorry I wasn't clear enough. Autocompletion for components works, but not for component parameters. Juts add a new parameter to Menu like: public class Menu { @Parameter private String title; } Then type > Hi Igor > > 在 2011年8月29日 下午5:23,Gavin Lei 写道: > > Hi Igor > >

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Gavin Lei
Hi Igor 在 2011年8月29日 下午5:23,Gavin Lei 写道: > Hi Igor > > 在 2011年8月29日 下午5:04,Igor Drobiazko 写道: >> Hi Gavin, >> installing the plugin into Eclipse Indigo JavaEE the way you described >> works. I can confirm that the components appear in the Palette. I can drag >> and drop components. >> Autocompl

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Gavin Lei
Hi Dmitry, Thank you for your feedback, as your report, it seems that TapestryTools break Eclipse in MacOS, am i right? I have tried in Mac OS, it worked well, but according to your report, there are something wrong, so i will test it again to confirm where the problem is. Thank you. 2011/8/29 D

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Dmitry Gusev
Hi, Gavin! FYI I've tried to install TapestryTools to my Eclipse Indigo JavaEE and it broken my Eclipse installation. I had to switch to fresh Eclipse install. I've created new issue here: http://code.google.com/p/tapestrytools/issues/detail?id=14 2011/8/29 Gavin Lei > Hi Igor > > 在 2011年8月29日

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Gavin Lei
Hi Igor 在 2011年8月29日 下午5:04,Igor Drobiazko 写道: > Hi Gavin, > installing the plugin into Eclipse Indigo JavaEE the way you described > works. I can confirm that the components appear in the Palette. I can drag > and drop components. > Autocompletion seems to be broken. It works for most of Tapestr

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Igor Drobiazko
Hi Gavin, installing the plugin into Eclipse Indigo JavaEE the way you described works. I can confirm that the components appear in the Palette. I can drag and drop components. Autocompletion seems to be broken. It works for most of Tapestry components, but it doesn't work for custom components.

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-27 Thread Gavin Lei
Hi Igor, I have tested this install way of TapestryTools in Mac OS, it really works well, you can find the whole install progress here [1], please check the TapestryTools screen in Mac OS in the attach file. [1] http://code.google.com/p/tapestrytools/wiki/TapestryTools_Install_Guide 在 2011年8月26日

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-26 Thread Gavin Lei
Hi all, Now you can install TapestryTools in Eclipse JavaEE, it is simple, please check the install guide here[1]. Now we have two ways to install TapestryTools, part "1.1.1 Install TapestryTools in Eclipse Indigo JavaEE" in the document described how to install TapestryTools in Eclipse JavaEE. I

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-25 Thread Gavin Lei
Hi Igor, This is the download url[1] for Eclipse Indigo with TapestryTools, as Google Code just support download file less than 100 M, so i can not save it in Google Code, i saved it in a Chinese popular mail box - QQ mail, you guys can download it directly and use TapestryTools. You told me that

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-25 Thread Gavin Lei
Hi all, This is the video about how to install TapestryTools from its update center, i tried, and it really works for me. To Igor, What is your situation now? Can you see Web page editor's palette now ? If you can see it, you mean it has no Tapestry's sections? Can you see the custom components

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-25 Thread Gavin Lei
Hi Igor, The local site on my disk in same with plugins the update site at google code, i synchronous it with update site at the first time whey i built it. Due to the bad internet situation in China, I will take me much time to install it from internet, i will try it, but i do not think this is t

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-25 Thread Igor Drobiazko
Hi Gavin, it's still not working for me. I'm pretty sure I did it in exactly the same way as you described. In your screencast I've seen that you are installing TapestryTools from a local site. In order to reproduce my problem you should install it from the update site at googlecode. Can anybody

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-24 Thread Gavin Lei
Yeah, you are right, this is the problem. I am searching for another solution, hope that we can just install TapestryTools in any version of Eclipse. In fact, i want to contact with Eclipse WTP community, and contribute TapestryTools to Eclipse WTP, make TapestryTools as default part of WTP, this

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-24 Thread Bob Harner
Gavin, If I understand correctly, the modification of WTP's source code directory is what causes this incompatibility. is that right? Is there any hope that alternatives can be found that an alternative approach can be found, maybe later? Switching to a different packaging of Eclipse is quite burd

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-23 Thread Gavin Lei
Hi, TapestryTools is built base on Eclipse WTP, so, if you install TapestryTools on Eclipse Classic, it has all the features of Eclipse for JavaEE, do not worry that you can not use Eclipse for JavaEE. The only problem is that you should install TapestryTools in Eclipse Classic, or there are alre

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-23 Thread Dmitry Gusev
Gavin, having TapestryTools not working in Eclipse Indigo of JavaEE developer is a sad limitation. Are there any plans to support it in the future? 2011/8/23 Gavin Lei > Hi Igor, > > Please notice that you should *not* use Eclipse Indigo for JavaEE > developer,please just use Eclipse Indigo Cla

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-23 Thread Gavin Lei
Hi Igor, Please notice that you should *not* use Eclipse Indigo for JavaEE developer,please just use Eclipse Indigo Classic[1]. And then install the basic tools in my guide, after that, install TapestryTools. You can find the step-by-step install document here[2]. I will explain the reason, why y

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-23 Thread Igor Drobiazko
Hi Gavin, I installed TapestryTools into "Eclipse IDE for Java EE Developers" [1]. I think this is "all-in-one" package and should contain all the required plugins. Unfortunately I'm experiencing problems which I reported to you in a Skype chat. After installing the mentioned plugins manually, the

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-22 Thread Dmitry Gusev
Hi, maybe this will help you to start: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Fmanifest_editor%2Fdependencies.htm 2011/8/23 Gavin Lei > Hi Dmity, > > This is a good idea, but depending on Eclipse's plugin install > mechanism, I can

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-22 Thread Gavin Lei
Hi Dmity, This is a good idea, but depending on Eclipse's plugin install mechanism, I can not find a solution to install the prerequisites automatically, i do not know how to do it now? I will search for the solution, if i have done it, i will post the result here. Thank you for your advise :-)

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-22 Thread Dmitry Gusev
Hi, Gavin! Why TapestryTools can't install them automatically? Or at least forbid install in case when these prerequisites are not yet installed? I thought this is common practice to do this and not rely on user's ability to do prerequisites management by hands. 2011/8/22 Gavin Lei > Hi guys, >

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-22 Thread Gavin Lei
Hi guys, Important Notice: Before you install TapestryTools in Eclipse Indigo to have a trial of it, you should install these three basic tools first: 1. EMF and XSD SDK Combined EMF and EMF-XSD SDK 2.GEF SDK 3.7 (GEF Code and Source) 3. DTP sdk v1.9 (Code and Source) You guys can find the inst

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-21 Thread Gavin Lei
Hi Igor, I have almost finished Issue 10[1] develoment job, users can configuration custom. After user choose custom components packages, and collect all the custom components, they will be available in Web Page Editor's palette, and also in *.tml's auto-complete list. I have submited the source

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-15 Thread Gavin Lei
Ok, i am working for the issue 10 now :-) 在 2011年8月15日 下午2:52,Igor Drobiazko 写道: > Hi Gavin, > if you are stuck with supporting Live Class Reloading, please go ahead with > other features, such as issue 10. Maybe we could concentrate on Live Class > Reloading after GSOC deadline. > Thank you. > >

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-14 Thread Igor Drobiazko
Hi Gavin, if you are stuck with supporting Live Class Reloading, please go ahead with other features, such as issue 10. Maybe we could concentrate on Live Class Reloading after GSOC deadline. Thank you. 2011/8/13 Gavin Lei > Hi Igor, > > In the schedule, we should focus on Live Class Reloading

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-13 Thread Gavin Lei
Hi Igor, In the schedule, we should focus on Live Class Reloading support for TapestryTools, but according to the survey job to Eclipse's WTP, we do not have a good solution to resolve this problem, May be we should not change WTP's running time module, it is just my personal idea. If you have any

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-12 Thread Gavin Lei
Hi All, FYI, In the past, TapestryTools supply Tapestry vesion 5.1.0.6 for us once we create a web application with Tapestry facet, I have changed the Tapestry version to 5.2.6 today -- - Best Regards Gavin Lei (雷银) Email: gavingui2...@gmail.com

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-10 Thread Gavin Lei
Hi Igor, In our project proposal, we have the following must-have feature: Tapestry's built in Live Class Reloading support It should be possible to change Java code, template files, properties etc, and see the results without to restart the web server. In the past there were some problems with W

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-09 Thread Gavin Lei
Hi all, I have finished the TapestryTools for Eclipse Indigo update center build job, its url is: http://tapestrytools.googlecode.com/svn/TapestryTools_UpdateSite, you guys can hava a trial of it, and you can find the install details here [1]. Before you install TapestryTools in Indigo, you should

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-08 Thread Gavin Lei
Hi Igor, I have almost finished the feature "Add Eclipse Indigo support for TapestryTools", i am building update center site for Indigo TapestryTools, due to bad internet condition here, i still need about 24 hours to finished all the plug-ins upload things. Meanwhile, I have updated the install

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-07 Thread Gavin Lei
Hi All, I have moved TapestryTools for Eclipse Helios to the following address: Helios SVN workspace: https://tapestrytools.googlecode.com/svn/tags/Helios Update center URL: https://tapestrytools.googlecode.com/svn/tags/Helios/TapestryTools_UpdateSite And i will upload TapestryTools for Eclipse

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-31 Thread Igor Drobiazko
Agreed. 2011/7/30 Gavin Lei > Hi all, > > I have finished the development job of features: > > 3. Add MetaData? for Tapestry components in Web Page Editor's palette > AND > 1.Validation function in Tapestry .tml file source view > > and i have updated the TapestryTool's update center already, yo

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-29 Thread Gavin Lei
Hi all, I have finished the development job of features: 3. Add MetaData? for Tapestry components in Web Page Editor's palette AND 1.Validation function in Tapestry .tml file source view and i have updated the TapestryTool's update center already, you guys can install and have a trial of it now

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-19 Thread Gavin Lei
Hi there, As i missed the Live class reload feature in the last mail, so the new plan for the next period about the TapestryTools development job is: * 7.19 - 7.31: 3. Add MetaData? for Tapestry components in Web Page Editor's palette Add proper icons and text label for tapestry componen

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-18 Thread Gavin Lei
Hi Igor, This is my plan for the next period about the TapestryTools development job: * 7.19 - 7.31: 3. Add MetaData? for Tapestry components in Web Page Editor's palette Add proper icons and text label for tapestry components to improve their looking. These tapestry components are current

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-16 Thread Gavin Lei
Hi all, I have finished this feature implemention job for TapestryTools: 2. Autocomplete of properties from the .java page when editing the .tml file In the Source Page of the Web Page Editor, add the Tapestry tag, (for example ${prop:index}). With the cursor inside the brackets, hit Ctrl+spaceb

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-07 Thread Gavin Lei
Yes, it is in my next stage plan here [3] http://code.google.com/p/tapestrytools/wiki/GSoC_Project_MidTerm_Evolution 2011/7/7 Dmitry Gusev : > Hi, > > is there any plans to support Eclipse Indigo? > > 2011/7/7 Gavin Lei > >> Hi All, >> >> TapestryTools finish development job of features >> >> 5.

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-07 Thread Igor Drobiazko
Yep. See here: http://code.google.com/p/tapestrytools/issues/detail?id=6 On Thu, Jul 7, 2011 at 9:41 AM, Dmitry Gusev wrote: > Hi, > > is there any plans to support Eclipse Indigo? > > 2011/7/7 Gavin Lei > > > Hi All, > > > > TapestryTools finish development job of features > > > > 5. Add conve

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-07 Thread Dmitry Gusev
Hi, is there any plans to support Eclipse Indigo? 2011/7/7 Gavin Lei > Hi All, > > TapestryTools finish development job of features > > 5. Add convenient way for the Web Page Editor to change-over between a > Tapestry page's .tml file and .java file > > AND > > 6. Add Tapestry built in and cust

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-06 Thread Gavin Lei
Hi All, TapestryTools finish development job of features 5. Add convenient way for the Web Page Editor to change-over between a Tapestry page's .tml file and .java file AND 6. Add Tapestry built in and custom components autocomplete function for WTP Web Page Editor's source view in project pro

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-24 Thread Dmitry Gusev
It would be nice to have Popup Menu items: "Show Code" in template editor and "Show Template" in page/component java code editor. 2011/6/22 Gavin Lei > Hi All, > > New version of Visual Tapestry tools are published, please have a > trial of it. This version fixed these two issues: > > [1] http:

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-24 Thread dragan.sahpas...@gmail.com
How about ctrl + alt + x This is the key combination in the loom eclipse t5 plugin. Also will the user be able to change the combination in window->preferences->general->keys ? Cheers, Dragan Sahpaski 2011/6/24 Gavin Lei > This key combination is Eclipse def

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-23 Thread Gavin Lei
This key combination is Eclipse default method/class search hot key, so we can not use it :-( I use Ctrl + R as short key for this function in our tools 在 2011年6月22日 下午9:53,Igor Drobiazko 写道: > Thank you. I'll test it and provide you the feedback as soon as possible. > > Regarding 5): In IDEA th

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-23 Thread Chris Poulsen
Hi, I just checked my keymap in idea and its tapestry plugin does bind that functionality to Ctrl + Shift + G on windows as default. HTH! -- Chris 2011/6/23 Gavin Lei > cmd + shift + G (on mac)? No problem, but there is no cmd key in PC, > so i have to test whether it is Ok on Windows, may b

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-22 Thread Gavin Lei
cmd + shift + G (on mac)? No problem, but there is no cmd key in PC, so i have to test whether it is Ok on Windows, may be it is Ctrl + Shift + G on Windows 在 2011年6月22日 下午9:53,Igor Drobiazko 写道: > Thank you. I'll test it and provide you the feedback as soon as possible. > > Regarding 5): In ID

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-22 Thread Igor Drobiazko
Thank you. I'll test it and provide you the feedback as soon as possible. Regarding 5): In IDEA the short key to switch between Tapestry's java class and tml file is: cmd + shift + G (on mac). Would it be possible to use this key combination? 2011/6/22 Gavin Lei > Hi All, > > New version of Vi

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-22 Thread Gavin Lei
Hi All, New version of Visual Tapestry tools are published, please have a trial of it. This version fixed these two issues: [1] http://code.google.com/p/tapestrytools/issues/detail?id=1&can=1 [2] http://code.google.com/p/tapestrytools/issues/detail?id=2&can=1 We plan to publish a new version in

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-04 Thread Gavin Lei
A simple guide about these new feature was published here http://code.google.com/p/tapestrytools/wiki/Tapestry_support_in_Web_Page_Editor 在 2011年6月5日 上午10:23,Gavin Lei 写道: > Hi all, > > I have published a new trial version of this tapestry visual editor > tool, it includes 2 more features in my p

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-04 Thread Gavin Lei
Hi all, I have published a new trial version of this tapestry visual editor tool, it includes 2 more features in my project proposal [1] : 4. Add Tapestry component drap-and-drop feature support for .tml file editor 7.Tapestry component's parameters property view And the version fix 3 issues in

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-03 Thread Gavin Lei
Hi Igor, Thank you for your feedback, i will check the issues and improve them soon 在 2011年6月3日 下午10:31,Igor Drobiazko 写道: > Hi, > I tried out the plugin today and reported some issues. See here: > http://code.google.com/p/tapestrytools/issues/list > Thank you > > 2011/5/27 Gavin Lei >> >> And

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-03 Thread Igor Drobiazko
Hi, I tried out the plugin today and reported some issues. See here: http://code.google.com/p/tapestrytools/issues/list Thank you 2011/5/27 Gavin Lei > And there is a simple guide here [2] about how to install this tool in > Eclipse 3.6 successful :-) > > [2] > http://code.google.com/p/tapest

Re: Eclipse WTP based Tapestry visual editor project update site

2011-05-26 Thread Gavin Lei
And there is a simple guide here [2] about how to install this tool in Eclipse 3.6 successful :-) [2] http://code.google.com/p/tapestrytools/wiki/TapestryTools_Install_Guide 在 2011年5月27日 上午10:54,Gavin Lei 写道: > Hi all, > > I have build a update site [1] for this project, if you are > interested,

Eclipse WTP based Tapestry visual editor project update site

2011-05-26 Thread Gavin Lei
Hi all, I have build a update site [1] for this project, if you are interested, you can have a trial of this tool as you wish, it has some basic functions, and i am still working for it. Currently, i am working for add Tapestry components into Web Page Editor's palette, it will help users to add T