zulus / extjs-eclipse

Eclipse plugin for extjs developing
11 stars 4 forks source link

WTP 3.5.1 was released with some BC breaks and bugs. #12

Closed paulvi closed 10 years ago

paulvi commented 10 years ago

What are the issues? Could you add links.

zulus commented 10 years ago

InferEngine class have some aditional protected methods, that was in conflict with my extension (fixed in dev) InferredType now support synonyms , for ex alternateClassName in extjs (implemented in dev) I much often receiving NULLs from JSDT methods than before

but main problem was changed behaviour for InferrenceProvider.ONLY_THIS, fixed here https://bugs.eclipse.org/bugs/show_bug.cgi?id=419871 and delivered to master only. Without this patch, using plugin with wtp 3.5.1-3.5.2 have no sense (invalid static element detection, broken code completion inside method body, etc..). because fix is dedicated for 3.6 (not 3.5.2) I cannot release new version for kepler

paulvi commented 10 years ago

Nice to know. I was working on simple Code completion for Node.js, as I am new to JSDT when I ran into problem I did not knew what t do next

http://stackoverflow.com/questions/20779899/content-assist-with-javacompletionproposalcomputer-for-eclipse-jsdt-gives-no-pro

So I am looking for examples (and motivations)

paulvi commented 10 years ago

... and then when I learned that JSDT jQuery (http://marketplace.eclipse.org/content/jsdt-jquery) and JSDT extJS both have problems in Kepler, I didn't know where to go, except ask in jsdt mailing list...

Now just trying to understand what is going on.

zulus commented 10 years ago

I'm testing extjs plugin snapshot on Kepler 3.5.1 with latest JSDT 1.5.2