You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Christian Scheid <ch...@gmail.com> on 2008/06/12 01:25:32 UTC

loom, a tiny eclipse-plugin for tapestry5

Hey list,

i created a tiny plugin to simplify my daily work in eclipse with tapestry5
and wanted to share this plugin with you as
someone might find it useful.
The only implemented function the plugin provides at the moment is a
functionality to
switch between a template file and java component/class file and vice versa
in the java editor.
I implemented this function in order to use with eclipse 3.3.x and tapestry
5.
To make it usable for earlier tapestry 5 versions i implemented also a
switch to use .html template files (instead of .tml)  which can be found in
the Loom Preferences Page.
More information about the plugin and how to install it can be found on the
project page:

http://code.google.com/p/loom-t5/

cheers,

christian

Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Christian Scheid <ch...@gmail.com>.
Thanks to Martijn, the issue is resolved now.
His fix is available in version 1.0.4 which is now available through the
usual update-site
http://digitalsoul.org/loom/update-site

If you have problems updating to this version (like me here at work),
uninstall the plugin and afterwards delete loom from
the features and plugin folder and (just to make sure) delete it from
artifacts.xml.
Then reinstall via the update-site.

christian


On Fri, Aug 22, 2008 at 5:21 AM, Martijn Brinkers (List) <
martijn.list@gmail.com> wrote:

> I have the same problem with the new Beta. I can switch from .tml
> to .java but not from .java to .tml. I have tried all kinds of "Template
> fragment root" variants but it does not work.
>
> Martijn
>
> On Thu, 2008-08-21 at 14:31 +0200, Tobias Wehrum wrote:
> > Hi Christian,
> >
> > after installing, I cannot switch from .java to .tml using Ctrl+Alt+X,
> > other way works.
> >
> > - Tobias
> >
> > Christian Scheid schrieb:
> > > hey list,
> > >
> > > just thought i let you guys know that i released a new (beta) version
> of the
> > > loom plugin.
> > > See http://loom-t5.googlecode.com for release notes.
> > >
> > > cheers,
> > >
> > > christian
> > >
> > >
> > >
> > > On Tue, Jun 17, 2008 at 5:10 PM, Christian Scheid <
> chris.scheid@gmail.com>wrote:
> > >
> > >
> > >> hey dave,
> > >>
> > >> not a problem at all. I only used alt+ctrl+x as i was becoming tired
> using
> > >> shortcuts that are already bound while developing the feature.
> > >> I guess there might be a nicer default shortcut anyway.
> > >> Which shortcut would you suggest instead?
> > >> I will also have a look myself if i find a shortcut that is unbound on
> my
> > >> osx system.
> > >> Might be hard to find a good shortcut as everyone may use a different
> set
> > >> of plugins.
> > >>
> > >> christian
> > >>
> > >>
> > >>
> > >> On Tue, Jun 17, 2008 at 1:30 PM, Dave Dombrosky <do...@gmail.com>
> wrote:
> > >>
> > >>
> > >>> Christian,
> > >>>
> > >>> It looks like on Kubuntu, the Ctrl-Alt-X key combo is already bound
> to
> > >>> "Enable/Disable Clipboard Actions".  I would be nice if a different
> > >>> key combo could be used to work around this.
> > >>>
> > >>> Sorry to make you change it yet again!
> > >>>
> > >>> -Dave
> > >>>
> > >>> On Mon, Jun 16, 2008 at 12:35 PM, zack1403 <za...@gmail.com>
> > >>> wrote:
> > >>>
> > >>>> Works great for me now Christian! Looking forward to further
> features!
> > >>>>
> > >>>> Zack
> > >>>>
> > >>>> Christian Scheid wrote:
> > >>>>
> > >>>>> I changed the shortcut configuration for the switch file feature
> and
> > >>>>>
> > >>> now
> > >>>
> > >>>>> it
> > >>>>> works for me on my osx and windows machine using ctrl+alt+x.
> > >>>>> Would be glad if someone could give it a go to see if the new
> shortcut
> > >>>>> binding works well for you.
> > >>>>> The fix is available in version 1.0.2 which is available through
> the
> > >>>>> update-site
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>> --
> > >>>> View this message in context:
> > >>>>
> > >>>
> http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17868347.html
> > >>>
> > >>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
> > >>>>
> > >>>>
> > >>>>
> ---------------------------------------------------------------------
> > >>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > >>>> For additional commands, e-mail: users-help@tapestry.apache.org
> > >>>>
> > >>>>
> > >>>>
> > >>> ---------------------------------------------------------------------
> > >>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > >>> For additional commands, e-mail: users-help@tapestry.apache.org
> > >>>
> > >>>
> > >>>
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: loom, a tiny eclipse-plugin for tapestry5

Posted by "Martijn Brinkers (List)" <ma...@gmail.com>.
I have the same problem with the new Beta. I can switch from .tml
to .java but not from .java to .tml. I have tried all kinds of "Template
fragment root" variants but it does not work.

Martijn 

On Thu, 2008-08-21 at 14:31 +0200, Tobias Wehrum wrote:
> Hi Christian,
> 
> after installing, I cannot switch from .java to .tml using Ctrl+Alt+X, 
> other way works.
> 
> - Tobias
> 
> Christian Scheid schrieb:
> > hey list,
> >
> > just thought i let you guys know that i released a new (beta) version of the
> > loom plugin.
> > See http://loom-t5.googlecode.com for release notes.
> >
> > cheers,
> >
> > christian
> >
> >
> >
> > On Tue, Jun 17, 2008 at 5:10 PM, Christian Scheid <ch...@gmail.com>wrote:
> >
> >   
> >> hey dave,
> >>
> >> not a problem at all. I only used alt+ctrl+x as i was becoming tired using
> >> shortcuts that are already bound while developing the feature.
> >> I guess there might be a nicer default shortcut anyway.
> >> Which shortcut would you suggest instead?
> >> I will also have a look myself if i find a shortcut that is unbound on my
> >> osx system.
> >> Might be hard to find a good shortcut as everyone may use a different set
> >> of plugins.
> >>
> >> christian
> >>
> >>
> >>
> >> On Tue, Jun 17, 2008 at 1:30 PM, Dave Dombrosky <do...@gmail.com> wrote:
> >>
> >>     
> >>> Christian,
> >>>
> >>> It looks like on Kubuntu, the Ctrl-Alt-X key combo is already bound to
> >>> "Enable/Disable Clipboard Actions".  I would be nice if a different
> >>> key combo could be used to work around this.
> >>>
> >>> Sorry to make you change it yet again!
> >>>
> >>> -Dave
> >>>
> >>> On Mon, Jun 16, 2008 at 12:35 PM, zack1403 <za...@gmail.com>
> >>> wrote:
> >>>       
> >>>> Works great for me now Christian! Looking forward to further features!
> >>>>
> >>>> Zack
> >>>>
> >>>> Christian Scheid wrote:
> >>>>         
> >>>>> I changed the shortcut configuration for the switch file feature and
> >>>>>           
> >>> now
> >>>       
> >>>>> it
> >>>>> works for me on my osx and windows machine using ctrl+alt+x.
> >>>>> Would be glad if someone could give it a go to see if the new shortcut
> >>>>> binding works well for you.
> >>>>> The fix is available in version 1.0.2 which is available through the
> >>>>> update-site
> >>>>>
> >>>>>
> >>>>>           
> >>>> --
> >>>> View this message in context:
> >>>>         
> >>> http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17868347.html
> >>>       
> >>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
> >>>>
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>>
> >>>>
> >>>>         
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>
> >>>
> >>>       
> >
> >   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Tobias Wehrum <Le...@dragonlab.de>.
Hi Christian,

after installing, I cannot switch from .java to .tml using Ctrl+Alt+X, 
other way works.

- Tobias

Christian Scheid schrieb:
> hey list,
>
> just thought i let you guys know that i released a new (beta) version of the
> loom plugin.
> See http://loom-t5.googlecode.com for release notes.
>
> cheers,
>
> christian
>
>
>
> On Tue, Jun 17, 2008 at 5:10 PM, Christian Scheid <ch...@gmail.com>wrote:
>
>   
>> hey dave,
>>
>> not a problem at all. I only used alt+ctrl+x as i was becoming tired using
>> shortcuts that are already bound while developing the feature.
>> I guess there might be a nicer default shortcut anyway.
>> Which shortcut would you suggest instead?
>> I will also have a look myself if i find a shortcut that is unbound on my
>> osx system.
>> Might be hard to find a good shortcut as everyone may use a different set
>> of plugins.
>>
>> christian
>>
>>
>>
>> On Tue, Jun 17, 2008 at 1:30 PM, Dave Dombrosky <do...@gmail.com> wrote:
>>
>>     
>>> Christian,
>>>
>>> It looks like on Kubuntu, the Ctrl-Alt-X key combo is already bound to
>>> "Enable/Disable Clipboard Actions".  I would be nice if a different
>>> key combo could be used to work around this.
>>>
>>> Sorry to make you change it yet again!
>>>
>>> -Dave
>>>
>>> On Mon, Jun 16, 2008 at 12:35 PM, zack1403 <za...@gmail.com>
>>> wrote:
>>>       
>>>> Works great for me now Christian! Looking forward to further features!
>>>>
>>>> Zack
>>>>
>>>> Christian Scheid wrote:
>>>>         
>>>>> I changed the shortcut configuration for the switch file feature and
>>>>>           
>>> now
>>>       
>>>>> it
>>>>> works for me on my osx and windows machine using ctrl+alt+x.
>>>>> Would be glad if someone could give it a go to see if the new shortcut
>>>>> binding works well for you.
>>>>> The fix is available in version 1.0.2 which is available through the
>>>>> update-site
>>>>>
>>>>>
>>>>>           
>>>> --
>>>> View this message in context:
>>>>         
>>> http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17868347.html
>>>       
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>>         
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>>       
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Christian Scheid <ch...@gmail.com>.
hey list,

just thought i let you guys know that i released a new (beta) version of the
loom plugin.
See http://loom-t5.googlecode.com for release notes.

cheers,

christian



On Tue, Jun 17, 2008 at 5:10 PM, Christian Scheid <ch...@gmail.com>wrote:

> hey dave,
>
> not a problem at all. I only used alt+ctrl+x as i was becoming tired using
> shortcuts that are already bound while developing the feature.
> I guess there might be a nicer default shortcut anyway.
> Which shortcut would you suggest instead?
> I will also have a look myself if i find a shortcut that is unbound on my
> osx system.
> Might be hard to find a good shortcut as everyone may use a different set
> of plugins.
>
> christian
>
>
>
> On Tue, Jun 17, 2008 at 1:30 PM, Dave Dombrosky <do...@gmail.com> wrote:
>
>> Christian,
>>
>> It looks like on Kubuntu, the Ctrl-Alt-X key combo is already bound to
>> "Enable/Disable Clipboard Actions".  I would be nice if a different
>> key combo could be used to work around this.
>>
>> Sorry to make you change it yet again!
>>
>> -Dave
>>
>> On Mon, Jun 16, 2008 at 12:35 PM, zack1403 <za...@gmail.com>
>> wrote:
>> >
>> > Works great for me now Christian! Looking forward to further features!
>> >
>> > Zack
>> >
>> > Christian Scheid wrote:
>> >>
>> >> I changed the shortcut configuration for the switch file feature and
>> now
>> >> it
>> >> works for me on my osx and windows machine using ctrl+alt+x.
>> >> Would be glad if someone could give it a go to see if the new shortcut
>> >> binding works well for you.
>> >> The fix is available in version 1.0.2 which is available through the
>> >> update-site
>> >>
>> >>
>> >
>> > --
>> > View this message in context:
>> http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17868347.html
>> > Sent from the Tapestry - User mailing list archive at Nabble.com.
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> > For additional commands, e-mail: users-help@tapestry.apache.org
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>

Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Christian Scheid <ch...@gmail.com>.
hey dave,

not a problem at all. I only used alt+ctrl+x as i was becoming tired using
shortcuts that are already bound while developing the feature.
I guess there might be a nicer default shortcut anyway.
Which shortcut would you suggest instead?
I will also have a look myself if i find a shortcut that is unbound on my
osx system.
Might be hard to find a good shortcut as everyone may use a different set of
plugins.

christian


On Tue, Jun 17, 2008 at 1:30 PM, Dave Dombrosky <do...@gmail.com> wrote:

> Christian,
>
> It looks like on Kubuntu, the Ctrl-Alt-X key combo is already bound to
> "Enable/Disable Clipboard Actions".  I would be nice if a different
> key combo could be used to work around this.
>
> Sorry to make you change it yet again!
>
> -Dave
>
> On Mon, Jun 16, 2008 at 12:35 PM, zack1403 <za...@gmail.com> wrote:
> >
> > Works great for me now Christian! Looking forward to further features!
> >
> > Zack
> >
> > Christian Scheid wrote:
> >>
> >> I changed the shortcut configuration for the switch file feature and now
> >> it
> >> works for me on my osx and windows machine using ctrl+alt+x.
> >> Would be glad if someone could give it a go to see if the new shortcut
> >> binding works well for you.
> >> The fix is available in version 1.0.2 which is available through the
> >> update-site
> >>
> >>
> >
> > --
> > View this message in context:
> http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17868347.html
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Dave Dombrosky <do...@gmail.com>.
Christian,

It looks like on Kubuntu, the Ctrl-Alt-X key combo is already bound to
"Enable/Disable Clipboard Actions".  I would be nice if a different
key combo could be used to work around this.

Sorry to make you change it yet again!

-Dave

On Mon, Jun 16, 2008 at 12:35 PM, zack1403 <za...@gmail.com> wrote:
>
> Works great for me now Christian! Looking forward to further features!
>
> Zack
>
> Christian Scheid wrote:
>>
>> I changed the shortcut configuration for the switch file feature and now
>> it
>> works for me on my osx and windows machine using ctrl+alt+x.
>> Would be glad if someone could give it a go to see if the new shortcut
>> binding works well for you.
>> The fix is available in version 1.0.2 which is available through the
>> update-site
>>
>>
>
> --
> View this message in context: http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17868347.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: loom, a tiny eclipse-plugin for tapestry5

Posted by zack1403 <za...@gmail.com>.
Works great for me now Christian! Looking forward to further features!

Zack

Christian Scheid wrote:
> 
> I changed the shortcut configuration for the switch file feature and now
> it
> works for me on my osx and windows machine using ctrl+alt+x.
> Would be glad if someone could give it a go to see if the new shortcut
> binding works well for you.
> The fix is available in version 1.0.2 which is available through the
> update-site
> 
> 

-- 
View this message in context: http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17868347.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Ralf Schulmeyer <ra...@bi-so.de>.
After the update to 1.0.2 it works fine now. I am using linux.


Christian Scheid schrieb:
> I changed the shortcut configuration for the switch file feature and now it
> works for me on my osx and windows machine using ctrl+alt+x.
> Would be glad if someone could give it a go to see if the new shortcut
> binding works well for you.
> The fix is available in version 1.0.2 which is available through the
> update-site
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Christian Scheid <ch...@gmail.com>.
I changed the shortcut configuration for the switch file feature and now it
works for me on my osx and windows machine using ctrl+alt+x.
Would be glad if someone could give it a go to see if the new shortcut
binding works well for you.
The fix is available in version 1.0.2 which is available through the
update-site

Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Christian Scheid <ch...@gmail.com>.
Hey Zack,

yes the action is supposed to switch from any template file to the according
java class file no matter if that file was open before or not.
So it works for you when you click the action from the menubar, right?
I think i will have a look if i can modify the shortcut so that it is
ctrl+alt+x on linux and windows.
I am basically open for contributions by other users. Let me know if you
have something in mind.
@Daniel, thanks for your feedback. Glad that it works for you now.

For further discusson about the usage and development of the loom plugin i
suggest using the group i just created:

http://groups.google.com/group/loom-t5

Feel free to join.

christian



On Sat, Jun 14, 2008 at 3:24 AM, Daniel Jue <te...@gmail.com> wrote:

> I am using the plugin under Ganymede M7 on Windows XP.
> The navigate-> menu optio n works there, however the binding is showing up
> as Alt + x, which does not work.  I changed the binding to  Ctrl+Alt+X, and
> now it works fine!
>
> This is a great plugin for me, because my packages are nested very deep and
> I use Navigator view over Package view.
>
> On Fri, Jun 13, 2008 at 6:03 AM, Christian Scheid <ch...@gmail.com>
> wrote:
>
> > Hey Zack,
> >
> > thanks for checking it out!
> > What OS are you running? I only tested it under OSX and the shortcut is
> > Ctrl+Option X. I think i read something in the eclipse docs that
> modifiers
> > can differ on OS's.
> > You can use the action and see the shortcut if you use the action from
> the
> > menubar:
> >
> > Navigate > Go To > Switch To Template/JavaFile
> >
> > Let me know how you go.
> >
> > cheers,
> >
> > christian
> >
> >
> >
> > On Fri, Jun 13, 2008 at 6:37 PM, zack1403 <za...@gmail.com>
> wrote:
> >
> > >
> > > Hi Christian,
> > >
> > > I like the thought of some eclipse helper actions for tapestry 5
> > > development!  I installed your plugin but the shortcut isnt working.
> >  With
> > > a
> > > tml open I should just be able to press CTRL-ALT-x right?
> > >
> > > Thanks,He
> > > Zack
> > >
> > > Christian Scheid wrote:
> > > >
> > > > Hey list,
> > > >
> > > > i created a tiny plugin to simplify my daily work in eclipse with
> > > > tapestry5
> > > > and wanted to share this plugin with you as
> > > > someone might find it useful.
> > > > The only implemented function the plugin provides at the moment is a
> > > > functionality to
> > > > switch between a template file and java component/class file and vice
> > > > versa
> > > > in the java editor.
> > > > I implemented this function in order to use with eclipse 3.3.x and
> > > > tapestry
> > > > 5.
> > > > To make it usable for earlier tapestry 5 versions i implemented also
> a
> > > > switch to use .html template files (instead of .tml)  which can be
> > found
> > > > in
> > > > the Loom Preferences Page.
> > > > More information about the plugin and how to install it can be found
> on
> > > > the
> > > > project page:
> > > >
> > > > http://code.google.com/p/loom-t5/
> > > >
> > > > cheers,
> > > >
> > > > christian
> > > >
> > > >
> > >
> > > --
> > > View this message in context:
> > >
> >
> http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17816080.html
> > > Sent from the Tapestry - User mailing list archive at Nabble.com.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
>

Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Daniel Jue <te...@gmail.com>.
I am using the plugin under Ganymede M7 on Windows XP.
The navigate-> menu optio n works there, however the binding is showing up
as Alt + x, which does not work.  I changed the binding to  Ctrl+Alt+X, and
now it works fine!

This is a great plugin for me, because my packages are nested very deep and
I use Navigator view over Package view.

On Fri, Jun 13, 2008 at 6:03 AM, Christian Scheid <ch...@gmail.com>
wrote:

> Hey Zack,
>
> thanks for checking it out!
> What OS are you running? I only tested it under OSX and the shortcut is
> Ctrl+Option X. I think i read something in the eclipse docs that modifiers
> can differ on OS's.
> You can use the action and see the shortcut if you use the action from the
> menubar:
>
> Navigate > Go To > Switch To Template/JavaFile
>
> Let me know how you go.
>
> cheers,
>
> christian
>
>
>
> On Fri, Jun 13, 2008 at 6:37 PM, zack1403 <za...@gmail.com> wrote:
>
> >
> > Hi Christian,
> >
> > I like the thought of some eclipse helper actions for tapestry 5
> > development!  I installed your plugin but the shortcut isnt working.
>  With
> > a
> > tml open I should just be able to press CTRL-ALT-x right?
> >
> > Thanks,He
> > Zack
> >
> > Christian Scheid wrote:
> > >
> > > Hey list,
> > >
> > > i created a tiny plugin to simplify my daily work in eclipse with
> > > tapestry5
> > > and wanted to share this plugin with you as
> > > someone might find it useful.
> > > The only implemented function the plugin provides at the moment is a
> > > functionality to
> > > switch between a template file and java component/class file and vice
> > > versa
> > > in the java editor.
> > > I implemented this function in order to use with eclipse 3.3.x and
> > > tapestry
> > > 5.
> > > To make it usable for earlier tapestry 5 versions i implemented also a
> > > switch to use .html template files (instead of .tml)  which can be
> found
> > > in
> > > the Loom Preferences Page.
> > > More information about the plugin and how to install it can be found on
> > > the
> > > project page:
> > >
> > > http://code.google.com/p/loom-t5/
> > >
> > > cheers,
> > >
> > > christian
> > >
> > >
> >
> > --
> > View this message in context:
> >
> http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17816080.html
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>

Re: loom, a tiny eclipse-plugin for tapestry5

Posted by zack1403 <za...@gmail.com>.
Ah there it is! I am running ubuntu which looks like it turns the shortcut
into Alt X which unfortunately opens the XML menu instead of switching to
the page.  Also, is it supposed to switch from the page to the template?
Because it doesnt seem to work there even though there is no xml menu :\ It
does work if i click the navigate button however.  I would be interested in
contributing some code to an t5 eclipse plugin of some sort down the road
though!

Zack


Christian Scheid wrote:
> 
> Hey Zack,
> 
> thanks for checking it out!
> What OS are you running? I only tested it under OSX and the shortcut is
> Ctrl+Option X. I think i read something in the eclipse docs that modifiers
> can differ on OS's.
> You can use the action and see the shortcut if you use the action from the
> menubar:
> 
> Navigate > Go To > Switch To Template/JavaFile
> 
> Let me know how you go.
> 
> cheers,
> 
> christian
> 
> 
> 
> On Fri, Jun 13, 2008 at 6:37 PM, zack1403 <za...@gmail.com> wrote:
> 
>>
>> Hi Christian,
>>
>> I like the thought of some eclipse helper actions for tapestry 5
>> development!  I installed your plugin but the shortcut isnt working. 
>> With
>> a
>> tml open I should just be able to press CTRL-ALT-x right?
>>
>> Thanks,He
>> Zack
>>
>> Christian Scheid wrote:
>> >
>> > Hey list,
>> >
>> > i created a tiny plugin to simplify my daily work in eclipse with
>> > tapestry5
>> > and wanted to share this plugin with you as
>> > someone might find it useful.
>> > The only implemented function the plugin provides at the moment is a
>> > functionality to
>> > switch between a template file and java component/class file and vice
>> > versa
>> > in the java editor.
>> > I implemented this function in order to use with eclipse 3.3.x and
>> > tapestry
>> > 5.
>> > To make it usable for earlier tapestry 5 versions i implemented also a
>> > switch to use .html template files (instead of .tml)  which can be
>> found
>> > in
>> > the Loom Preferences Page.
>> > More information about the plugin and how to install it can be found on
>> > the
>> > project page:
>> >
>> > http://code.google.com/p/loom-t5/
>> >
>> > cheers,
>> >
>> > christian
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17816080.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17825656.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: loom, a tiny eclipse-plugin for tapestry5

Posted by Christian Scheid <ch...@gmail.com>.
Hey Zack,

thanks for checking it out!
What OS are you running? I only tested it under OSX and the shortcut is
Ctrl+Option X. I think i read something in the eclipse docs that modifiers
can differ on OS's.
You can use the action and see the shortcut if you use the action from the
menubar:

Navigate > Go To > Switch To Template/JavaFile

Let me know how you go.

cheers,

christian



On Fri, Jun 13, 2008 at 6:37 PM, zack1403 <za...@gmail.com> wrote:

>
> Hi Christian,
>
> I like the thought of some eclipse helper actions for tapestry 5
> development!  I installed your plugin but the shortcut isnt working.  With
> a
> tml open I should just be able to press CTRL-ALT-x right?
>
> Thanks,He
> Zack
>
> Christian Scheid wrote:
> >
> > Hey list,
> >
> > i created a tiny plugin to simplify my daily work in eclipse with
> > tapestry5
> > and wanted to share this plugin with you as
> > someone might find it useful.
> > The only implemented function the plugin provides at the moment is a
> > functionality to
> > switch between a template file and java component/class file and vice
> > versa
> > in the java editor.
> > I implemented this function in order to use with eclipse 3.3.x and
> > tapestry
> > 5.
> > To make it usable for earlier tapestry 5 versions i implemented also a
> > switch to use .html template files (instead of .tml)  which can be found
> > in
> > the Loom Preferences Page.
> > More information about the plugin and how to install it can be found on
> > the
> > project page:
> >
> > http://code.google.com/p/loom-t5/
> >
> > cheers,
> >
> > christian
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17816080.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: loom, a tiny eclipse-plugin for tapestry5

Posted by zack1403 <za...@gmail.com>.
Hi Christian,

I like the thought of some eclipse helper actions for tapestry 5
development!  I installed your plugin but the shortcut isnt working.  With a
tml open I should just be able to press CTRL-ALT-x right?

Thanks,
Zack

Christian Scheid wrote:
> 
> Hey list,
> 
> i created a tiny plugin to simplify my daily work in eclipse with
> tapestry5
> and wanted to share this plugin with you as
> someone might find it useful.
> The only implemented function the plugin provides at the moment is a
> functionality to
> switch between a template file and java component/class file and vice
> versa
> in the java editor.
> I implemented this function in order to use with eclipse 3.3.x and
> tapestry
> 5.
> To make it usable for earlier tapestry 5 versions i implemented also a
> switch to use .html template files (instead of .tml)  which can be found
> in
> the Loom Preferences Page.
> More information about the plugin and how to install it can be found on
> the
> project page:
> 
> http://code.google.com/p/loom-t5/
> 
> cheers,
> 
> christian
> 
> 

-- 
View this message in context: http://www.nabble.com/loom%2C-a-tiny-eclipse-plugin-for-tapestry5-tp17789434p17816080.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org