fornwall / eclipsescript

Eclipse plugin for scripting using javascript
https://fornwall.github.io/eclipsescript/
29 stars 5 forks source link

eclipse kepler support #23

Closed kumorko closed 10 years ago

kumorko commented 10 years ago

would be this plugin supported, for eclipse kelper ?

N0N0 commented 10 years ago

Seems its not fully compatible with kepler, mapping of object IFile seems broken to me.

messageFiles is of type IFile[], containing 2 IFile references - ID's can be read so i guess they're valid objects.

Code: messageFiles[0].getName(); http://pastebin.com/vmUC56pS

Code: eclipse.resources.read(messageFiles[0]); http://pastebin.com/XVgcKdNw

edit: parsing the files as java.io.filestreams to the eclipse.resources.read() was successfull.

fornwall commented 10 years ago

Sorry about the late feedback: I have been using the plug-in with eclipse 4.3 without a problem. Are you sure that messageFiles[0] really is an IFile? Closing this, get back to me if the issue remains.

paulvi commented 10 years ago

Now Luna is more actual.