Hi Dragon,

Thank you for your feedback. I have not tired EclipseColor themes yet,
i will have a test of it when i have time and will post my conclusion
here when i get one.

2012/6/11 Dragan Sahpaski <dragan.sahpa...@gmail.com>:
> Gavin,
> We are using TapestryTools with the EclipseColor themes available in
> the marketplace.
> We are using generally dark themes (Obsidian and Monokai). With the
> dark themes the Tapestry (XML) editor doesn't respect the theme
> settings and looks very dark (almost unusable).
>
> Now - the XML and HTML editors in eclipse respect the theme settings
> and we wonder if this is something you noticed. We don't want to
> switch back to the white theme - so we'll be very grateful if you can
> fix this. IDK if this is some trivial fix or no.
>
> Cheers,
> Dragan Sahpaski
>
>
> On Mon, Jun 11, 2012 at 10:59 AM, Gavin Lei <gavingui2...@gmail.com> wrote:
>> 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
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>



-- 
---------------------------------
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

Reply via email to