Hi all, I have finished all the auto-complete features mentioned in TapestryTools GSoC 2012 proposal [1], we support content assist about: a. All Tapestry 5 components b. All Tapestry 5 components' attributes c. Attribute value EL support d. Tapestry 5 message support in EL expression of tml page file e. Tapestry component annotation support
I am focus on page/component wizard features currently. If you guys have any advises about finished features, please tell me here. Many thanks :-) [1] http://code.google.com/p/tapestrytools/wiki/Light_weight_TapestryTools 2012/6/2 Gavin Lei <gavingui2...@gmail.com>: > Hi all, > > I have strengthened TapestryTools' components support in content > assist of TML editor. > > In this case: > <a t:type=""></a> > All Tapestry components will be suggested after t:type=" > > And we support @Component annotation now, for example, there is such a > component in Java page class: > > @Component( > parameters = {"value=context.propertyValue", > "label=prop:context.label", > "clientId=prop:context.propertyid", > "validate=prop:calendarFieldValidator"}) > private DateField calendarField; > > This component may be used in the template like this. > > <input t:id="calendarField"/> > > It means calendarField will be suggested after user input <input t:id=". > > > Fix 2 issues: > [1] http://code.google.com/p/tapestrytools/issues/detail?id=28&can=1 > [2] http://code.google.com/p/tapestrytools/issues/detail?id=30&can=1 > > > Update center is synchronized already, find details here : > http://code.google.com/p/tapestrytools/wiki/Install_Guide_Lightweight_TapestryTools > > Hope you guys enjoy it. > > Yours Gavin Lei -- --------------------------------- Best Regards Gavin Lei (雷银) Email: gavingui2...@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org