Re: loom, a tiny eclipse-plugin for tapestry5

2008-08-21 Thread Christian Scheid
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 fro

Re: loom, a tiny eclipse-plugin for tapestry5

2008-08-21 Thread Martijn Brinkers (List)
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

Re: loom, a tiny eclipse-plugin for tapestry5

2008-08-21 Thread Tobias Wehrum
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.

Re: loom, a tiny eclipse-plugin for tapestry5

2008-08-21 Thread Christian Scheid
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 <[EMAIL PROTECTED]>wrote: > hey dave, > > not a problem at all. I only

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-16 Thread Christian Scheid
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

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-16 Thread Dave Dombrosky
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 <[EMAIL PROT

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-16 Thread zack1403
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 s

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-16 Thread Ralf Schulmeyer
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 shortcu

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-13 Thread Christian Scheid
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 throug

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-13 Thread Christian Scheid
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+al

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-13 Thread Daniel Jue
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 a

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-13 Thread zack1403
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

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-13 Thread Christian Scheid
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

Re: loom, a tiny eclipse-plugin for tapestry5

2008-06-12 Thread zack1403
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