jbushmaster007 / anyedittools

Automatically exported from code.google.com/p/anyedittools
Other
1 stars 0 forks source link

SpecialSaveAction/ SpecialSaveAllAction no longer compile on Eclipse 4.5m5 #108

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Eclipse 4.5m5 no longer has the classes org.eclipse.ui.internal.SaveAllAction 
and org.eclipse.ui.internal.SaveAction (so, the related actions don't compile 
nor work there).

Original issue reported on code.google.com by fabi...@gmail.com on 17 Mar 2015 at 1:11

GoogleCodeExporter commented 8 years ago
This is OK, since anyedit still supports Eclipse 3.6.
To compile, use Eclipse 3.6 target platform.

Original comment by iloveeclipse on 17 Mar 2015 at 5:33

GoogleCodeExporter commented 8 years ago
Humm, but in this case the actions won't work on 4.5m5 right? (i.e.: the save 
actions will no longer work on 4.5m5 and the DirtyHookRunnable.run will throw 
an exception because the class SpecialSaveAction/SpecialSaveAllAction cannot be 
created on 4.5m5).

As a note, the 4.5m5 release increased the search speed quite a lot 
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=441016), so, it's a really 
worthy upgrade just for that feature (at least for me that's a really common -- 
and until now slow -- operation).

Original comment by fabi...@gmail.com on 17 Mar 2015 at 12:16

GoogleCodeExporter commented 8 years ago
Nope. Please check the code, there are two versions which are used depending on 
the Eclipse version, both compilable on 3.6. 

If compiled on 3.6, *everything* still works on 4.5. Other way around it will 
not work for sure.

Original comment by iloveeclipse on 17 Mar 2015 at 12:20

GoogleCodeExporter commented 8 years ago
Ok, thanks.

Original comment by fabi...@gmail.com on 17 Mar 2015 at 12:30