VarianAPIs / PyESAPI

Python interface to Eclipse Scripting API
MIT License
69 stars 32 forks source link

remove version limitation (only checked for version 15) #17

Closed brianmanderson closed 1 year ago

brianmanderson commented 2 years ago

Program will now automatically check through any available releases, and only add the latest version and release.

brianmanderson commented 2 years ago

Maintaining previous functionality of printing searched paths

fizxmike commented 2 years ago

Thanks for the contribution! Can you tell me what the changes to the stub definitions do?

brianmanderson commented 2 years ago

No worries! And sorry, I was originally trying to add in a Float class, but I will actually just remove those, since they didn't end up working out in the way I wanted

brianmanderson commented 2 years ago

Should just be the changes to the one file now ^^

brianmanderson commented 2 years ago

@fizxmike Is there anything else in particular you'd like to see in the merge? I've checked to make sure these don't change functionality from the previous implementation, but I can comment the lines more if wanted

Best, Brian