eclipse-archived / ceylon-ide-eclipse

Eclipse Plugin for Ceylon
http://ceylon-lang.org/documentation/ide
Eclipse Public License 1.0
59 stars 28 forks source link

refactorings not aware of native #1354

Open gavinking opened 9 years ago

gavinking commented 9 years ago

For example, the Rename refactoring should rename all native header/implementations.

gavinking commented 8 years ago

Actually both Rename and Change Parameters both seem to handle native properly now!

Plus I disabled Inline for natives.

So the ones which don't properly handle native are Collect Parameters and Extract Parameter. So I can downgrade the priority on this.