Re: [Wicket-user] eclipse refactoring plugin

2005-11-11 Thread Eelco Hillenius
It is possible; you can implement a strategy for that. It's super-easy nor is it a prefered way of doing things, so imo such a plugin doesn't have to support it. Eelco On 11/11/05, Alexandru Popescu <[EMAIL PROTECTED]> wrote: > #: Martijn Dashorst changed the world a bit at a time by saying on

Re: [Wicket-user] eclipse refactoring plugin

2005-11-11 Thread Igor Vaynberg
its only software, since when is something not possible? -Igor On 11/11/05, Alexandru Popescu <[EMAIL PROTECTED]> wrote: #: Martijn Dashorst changed the world a bit at a time by saying on  11/11/2005 11:52 AM :#> And it groups the resources nicely together that belong together. It is kind> of a wic

Re: [Wicket-user] eclipse refactoring plugin

2005-11-11 Thread Alexandru Popescu
#: Martijn Dashorst changed the world a bit at a time by saying on 11/11/2005 11:52 AM :# And it groups the resources nicely together that belong together. It is kind of a wicket threesome ;-) Martijn Still, it is not clear to me if the scenario I have described in one of my previous mails

Re: [Wicket-user] eclipse refactoring plugin

2005-11-11 Thread Martijn Dashorst
And it groups the resources nicely together that belong together. It is kind of a wicket threesome ;-) Martijn On 11/11/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: I think it is worth it because it consolidates what usually is three different editor tabs into one, so i can access more things quic

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Igor Vaynberg
I think it is worth it because it consolidates what usually is three different editor tabs into one, so i can access more things quickly. i have a 21" screen and i can only see about 6-7 tabs at a time, this plugin would double/tripple that real-estate. and it eliminates all the scrolling you have

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Alexandru Popescu
#: Igor Vaynberg changed the world a bit at a time by saying on 11/11/2005 3:16 AM :# well it sounds resonable. but it also sounds like a lot of research and learning, unfortunately i dont think i have time for all that. i barely have enough time to work on wicket and wicket-spring integration

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Igor Vaynberg
well it sounds resonable. but it also sounds like a lot of research and learning, unfortunately i dont think i have time for all that. i barely have enough time to work on wicket and wicket-spring integration stuff. so if someone wants to pick this up they are more then welcome to :) the code is al

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Alexandru Popescu
#: Igor Vaynberg changed the world a bit at a time by saying on 11/11/2005 2:50 AM :# well what i would really like is this. whenever i click on a java file that extends from markupcontainer, i would like the java editor to open. On the bottom i would like to have tabs, one for each wicket res

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Igor Vaynberg
well what i would really like is this. whenever i click on a java file that extends from markupcontainer, i would like the java editor to open. On the bottom i would like to have tabs, one for each wicket resource So if i have MyPanel.java MyPanel.html MyPanel.properties and i double clik MyPane

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Alexandru Popescu
#: Igor Vaynberg changed the world a bit at a time by saying on 11/11/2005 12:44 AM :# unfortunately i havent seen any open source plugins that embed a java editor inside a multitabbed editor yet, so its been hard to "get my expiration" :) unfortunately i just dont have the time to become an ec

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Igor Vaynberg
unfortunately i havent seen any open source plugins that embed a java editor inside a multitabbed editor yet, so its been hard to "get my expiration" :) unfortunately i just dont have the time to become an eclipse guru to work on this. maybe you can help out. -Igor On 11/10/05, Alexandru Popescu <

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Alexandru Popescu
#: Igor Vaynberg changed the world a bit at a time by saying on 11/11/2005 12:01 AM :# Juergen, I get the same warning. Im not really sure why its there. What im thinking is just copying and pasting that class into the plugin's source. As i said, this is my first time fiddling with eclipse. Th

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Juergen Donnerstag
we may use www.wicket-library.com for the update site if there is nothing else required than http just found. you can open plugin.xml, select overview view and click "export the plugin..." Juergen On 11/10/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > Juergen, > I get the same warning. Im not

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Igor Vaynberg
Juergen, I get the same warning. Im not really sure why its there. What im thinking is just copying and pasting that class into the plugin's source. As i said, this is my first time fiddling with eclipse. The easiest way i found to deploy it is to let eclipse generate an ant file by right clicking

Re: [Wicket-user] eclipse refactoring plugin

2005-11-10 Thread Juergen Donnerstag
Igor, Eclipse warns me that "Discouraged access: The type RenameResourceChange is not accessible due to restriction on required library D:\Programme\eclipse-3.1\eclipse\plugins\org.eclipse.jdt.ui_3.1.1.jar" Any idea what I'm doing wrong? What is the easiest way to deploy it. I know I can copy th

Re: [Wicket-user] eclipse refactoring plugin

2005-11-06 Thread Igor Vaynberg
got access to a laptop, and just checked it in. its in wicket-stuff/wicketeer   as i said this is my first go at an eclipse plugin so im sure the code isnt as elegant as it could be   right now it handles all basic cases, like renaming a class that inherits from markup container and renaming an inn

Re: [Wicket-user] eclipse refactoring plugin

2005-11-06 Thread Igor Vaynberg
i will check it in tonight. -Igor On 11/6/05, Andrew Berman <[EMAIL PROTECTED]> wrote: Definitely would be nice.On 11/6/05, Martijn Dashorst < [EMAIL PROTECTED]> wrote: H YEAH!MartijnOn 11/6/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > Hi guys, ive been doing some refactoring lately and g

Re: [Wicket-user] eclipse refactoring plugin

2005-11-06 Thread Andrew Berman
Definitely would be nice.On 11/6/05, Martijn Dashorst <[EMAIL PROTECTED]> wrote: H YEAH!MartijnOn 11/6/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote:> Hi guys, ive been doing some refactoring lately and got really tired of > renaming the .html and .properties file after i renamed the page or

Re: [Wicket-user] eclipse refactoring plugin

2005-11-06 Thread Martijn Dashorst
H YEAH! Martijn On 11/6/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > Hi guys, ive been doing some refactoring lately and got really tired of > renaming the .html and .properties file after i renamed the page or panel > class. This sucks especially when you have inner classes and you ha

Re: [Wicket-user] eclipse refactoring plugin

2005-11-06 Thread Johan Compagner
that looks nice and handyOn 11/6/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: Hi guys, ive been doing some refactoring lately and got really tired of renaming the .html and .properties file after i renamed the page or panel class. This sucks especially when you have inner classes and you have to re

Re: [Wicket-user] eclipse refactoring plugin

2005-11-06 Thread Juergen Donnerstag
I'm be interested Juergen On 11/6/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > Hi guys, ive been doing some refactoring lately and got really tired of > renaming the .html and .properties file after i renamed the page or panel > class. This sucks especially when you have inner classes and you h

[Wicket-user] eclipse refactoring plugin

2005-11-06 Thread Igor Vaynberg
Hi guys, ive been doing some refactoring lately and got really tired of renaming the .html and .properties file after i renamed the page or panel class. This sucks especially when you have inner classes and you have to rename all inner resources like SomePage$SomeInnerPanel.html I created a small