Re: [Pydev-code] org/python/pydev/editor/codecompletion/PyLinkedModeCompletionProposal error!
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2017-03-14 23:28:51
|
LiClipse is mostly binding many open source packages into a single bundle (it bundles Eclipse, Java, PyDev, EGit, LiClipseText, Eclipse Color Theme and StartExplorer in its native installation). It does have a few commercial addons to it (some customizations to the Javascript/HTML /XML editors, theming, multi-edition and indent guides), so, it's 98% open source and 2% closed source (but it's commercial in the end -- although, the amount you pay is what enables me to continue supporting the open source packages I develop). Best Regards, Fabio On Tue, Mar 14, 2017 at 4:57 PM, Ernest Bonat, Ph.D. <ern...@gm... > wrote: > Thanks Jonah, > > Let me try it tonight. Let you know? Is LiClipse supports EGit plugin? I > need to have source control with GitHub for sure! Is LiClipse free open > source? > > Thanks > > Ernest Bonat, Ph.D. > Senior Software Engineer > Senior Data Scientist > > *The content of this email is confidential. It is intended only for the > use of the persons named above. If you are not the intended recipient, you > are hereby notified that any review, dissemination, distribution or > duplication of this communication is strictly prohibited. If you are not > the intended recipient, please contact the sender by reply email and > destroy all copies of the original message.* > > On Tue, Mar 14, 2017 at 12:28 PM, Jonah Graham <jo...@ki...> > wrote: > >> Hi, >> >> Not sure why Eclipse didn't complain on installation (did you use dropins >> by any chance?) but PyDev 5.3 is not compatible with Eclipse Luna (aka >> v4.4). >> >> The details of which older Pydev releases are compatible with which older >> Eclipse platforms is detailed here (from http://www.pydev.org/download. >> html): >> >> Need to use older Eclipse/Java >> >> If you need to use an older version of Eclipse/Java, below is the latest >> PyDev version to be used based on your requisites. >> >> - Eclipse 4.5, Java 8: PyDev 5.2.0 >> - Eclipse 3.8, Java 7: PyDev 4.5.5 >> - Eclipse 3.x, Java 6: PyDev 2.8.2 >> >> >> PS I can recommend using LiClipse as a way to get PyDev bundled with >> Eclipse in one convenient package. http://www.liclipse.com >> >> I hope that helped. >> >> Jonah >> >> On 14 Mar 2017 19:07, "Ernest Bonat, Ph.D." <ern...@gm...> >> wrote: >> >> Hi Fabio. >> >> 1. There is not error at all. When you type in anything in the editor the >> popup windows appears with "org/python/pydev/editor/codec >> ompletion/PyLinkedModeCompletionProposal statement" - that's all! >> >> 2. I use Eclipse IDE Luna Release 2, PyDev 5.3 and Java version 8 Update >> 121 >> >> Thank you for time, >> >> Ernest Bonat, Ph.D. >> Senior Software Engineer >> Senior Data Scientist >> >> *The content of this email is confidential. It is intended only for the >> use of the persons named above. If you are not the intended recipient, you >> are hereby notified that any review, dissemination, distribution or >> duplication of this communication is strictly prohibited. If you are not >> the intended recipient, please contact the sender by reply email and >> destroy all copies of the original message.* >> >> On Tue, Mar 14, 2017 at 11:53 AM, Fabio Zadrozny <fa...@gm...> >> wrote: >> >>> Hi Ernest, >>> >>> Can you give the complete stack trace (in the error log). >>> >>> Also, which Eclipse/PyDev versions are you using? What java version are >>> you using >>> >>> Best Regards, >>> >>> Fabio >>> >>> p.s.: From your description it seems your installation is corrupt or >>> something is incompatible (i.e.: apparently it can't find a class which >>> should be on the classpath). >>> >>> On Tue, Mar 14, 2017 at 3:32 PM, Ernest Bonat, Ph.D. < >>> ern...@gm...> wrote: >>> >>>> I have updated to Eclipse IDE with PyDev to 5.3 and code completion is >>>> not working. I got this info whatever I type in: >>>> org/python/pydev/editor/codecompletion/PyLinkedModeCompletionProposal. >>>> Let me how to fix this problem? >>>> >>>> Thanks >>>> >>>> Ernest Bonat, Ph.D. >>>> Senior Software Engineer >>>> Senior Data Scientist >>>> >>>> *The content of this email is confidential. It is intended only for the >>>> use of the persons named above. If you are not the intended recipient, you >>>> are hereby notified that any review, dissemination, distribution or >>>> duplication of this communication is strictly prohibited. If you are not >>>> the intended recipient, please contact the sender by reply email and >>>> destroy all copies of the original message.* >>>> >>>> ------------------------------------------------------------ >>>> ------------------ >>>> Check out the vibrant tech community on one of the world's most >>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>> _______________________________________________ >>>> pydev-code mailing list >>>> pyd...@li... >>>> https://lists.sourceforge.net/lists/listinfo/pydev-code >>>> >>>> >>> >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> pydev-code mailing list >>> pyd...@li... >>> https://lists.sourceforge.net/lists/listinfo/pydev-code >>> >>> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> >> > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |