Gavin King

Results 1281 comments of Gavin King

I'm re-classifying this an an enhancement :)

@FroMage is this needed for, or related to, what we need for proper Android support?

Looks like this feature should be implemented as a `MoveHandlerDelegate` and `CopyHandlerDelegate`. The needed functionality for messing with imports, etc, can be found in `com.redhat.ceylon.eclipse.code.refactor.MoveUtil` which needs to be migrated...

@bjansen I think everything is there except the cwd.

@bjansen Could it be that the only thing we need to do here is fix `DeclarationPsiNameIdOwner.getUseScope()`, which is surely wrong for declarations in binary archives?

Definitely part of it. With @5b7fcd4 I can now obtain usage results from inside binary archives, as long as I "prime" the archives for the search by running a Navigate...

@Aguinore I agree this is a useful feature, but in the meantime, I just want to check that you know about the `ceylon copy` command: ``` NAME 'ceylon copy' -...

+1. All the value of the `XxxxPsi` classes is already available via the `ElementType`, AFAICT.