Refactor/rename does not bring up any dialog box (?) [message #75429] |
Mon, 14 July 2003 10:15 |
Eclipse User |
|
|
|
Originally posted by: g.olgeni.colby.it
Hi there,
Looking for more help...
I was poking around refactoring in the freebsd eclipse port (2.1.1), and
noticed that Refactor/Rename does not bring up any dialog box when I
select it over any source code identifier. No error message shows up on
eclipse's stdout.
If I bring it up on a comment it will properly complain about needing to
choose an identifier, so the option is actually calling some code :-)
Doing the same on 2.1.1 (win32 binary release) makes the rename dialog
appear (and I'm using the same sample source code).
Every other refactoring option seems to work just fine... The same
happened on 2.1... what could it be?
--
jimmy
|
|
|
|
|
|
|
Re: Refactor/rename does not bring up any dialog box (?) [message #75639 is a reply to message #75622] |
Mon, 14 July 2003 14:42 |
Eclipse User |
|
|
|
Originally posted by: adam_kiezun.ch.ibm.remove.com
> Or should every method in SelectionDispatchAction be made public?
the problem is that that'd be not enough:
- every protected method in SelectionDispatchAction and all of its subclasses would have to be made public
you can try that and tell us if it worked
a.
--
eclipse.org
|
|
|
Re: Refactor/rename does not bring up any dialog box (?) [message #75655 is a reply to message #75639] |
Mon, 14 July 2003 15:45 |
Eclipse User |
|
|
|
Originally posted by: muelleimer.usenet.katzien.de
Hallo!
* Adam Kiezun <adam_kiezun@ch.ibm.remove.com> wrote:
[target="1.1" not working]
I found that out too :(
>> Or should every method in SelectionDispatchAction be made public?
> the problem is that that'd be not enough:
> - every protected method in SelectionDispatchAction and all of its subclasses would have to be made public
> you can try that and tell us if it worked
I will add my patch to the BTS. I've patched this via eclipse and it
seems to work.
Jan
|
|
|
Re: Refactor/rename does not bring up any dialog box (?) [message #75774 is a reply to message #75639] |
Mon, 14 July 2003 20:43 |
Eclipse User |
|
|
|
Originally posted by: g.olgeni.colby.it
Adam Kiezun wrote:
> - every protected method in SelectionDispatchAction and all of its subclasses would have to be made public
> you can try that and tell us if it worked
It worked! I did some brutal refactoring from the Makefile with xargs,
grep and sed :o)
--
jimmy
|
|
|
Powered by
FUDForum. Page generated in 0.04045 seconds