pydev-code Mailing List for PyDev for Eclipse (Page 8)
Brought to you by:
fabioz
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(14) |
Apr
(18) |
May
(12) |
Jun
(34) |
Jul
(31) |
Aug
(37) |
Sep
(22) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(1) |
Feb
(4) |
Mar
(9) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(24) |
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(3) |
Dec
(5) |
2006 |
Jan
(5) |
Feb
(23) |
Mar
(5) |
Apr
(80) |
May
(26) |
Jun
(13) |
Jul
(13) |
Aug
(4) |
Sep
(31) |
Oct
(24) |
Nov
(6) |
Dec
(2) |
2007 |
Jan
(7) |
Feb
|
Mar
(26) |
Apr
(3) |
May
(8) |
Jun
(6) |
Jul
(11) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
(9) |
Dec
(3) |
2008 |
Jan
(7) |
Feb
(1) |
Mar
(6) |
Apr
(7) |
May
(9) |
Jun
(14) |
Jul
(9) |
Aug
(6) |
Sep
(10) |
Oct
(5) |
Nov
(8) |
Dec
(5) |
2009 |
Jan
(8) |
Feb
(10) |
Mar
(10) |
Apr
(1) |
May
(3) |
Jun
(5) |
Jul
(10) |
Aug
(3) |
Sep
(12) |
Oct
(6) |
Nov
(22) |
Dec
(12) |
2010 |
Jan
(10) |
Feb
(17) |
Mar
(5) |
Apr
(9) |
May
(8) |
Jun
(2) |
Jul
(4) |
Aug
(12) |
Sep
(1) |
Oct
(1) |
Nov
(8) |
Dec
|
2011 |
Jan
(14) |
Feb
(8) |
Mar
(3) |
Apr
(11) |
May
(6) |
Jun
(5) |
Jul
(10) |
Aug
(7) |
Sep
|
Oct
(4) |
Nov
(4) |
Dec
(8) |
2012 |
Jan
|
Feb
(8) |
Mar
(10) |
Apr
(5) |
May
(4) |
Jun
(10) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(11) |
Nov
(1) |
Dec
|
2013 |
Jan
(1) |
Feb
(2) |
Mar
(11) |
Apr
(10) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(20) |
Sep
(4) |
Oct
(18) |
Nov
(5) |
Dec
(7) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(7) |
Apr
(5) |
May
(10) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(7) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
(1) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(3) |
Nov
(5) |
Dec
(1) |
2016 |
Jan
(26) |
Feb
(10) |
Mar
(4) |
Apr
|
May
(4) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(4) |
Dec
(3) |
2017 |
Jan
(3) |
Feb
|
Mar
(9) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(9) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
(3) |
2019 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(11) |
2021 |
Jan
(3) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
From: Andreas P. <an...@fr...> - 2014-05-20 19:43:32
|
Hi Fabio, just for your information, I also changed the other plugins now for 2.8 and 3.1 and pushed the branches to my clone: https://github.com/apaku/Pydev/tree/2.8.2_with_sdk https://github.com/apaku/Pydev/tree/3.1.0_with_sdk Seems to work just fine here in Eclipse and makes exploring PyDev API a lot easier. Andreas On 2014-05-17 17:44, Andreas Pakulat wrote: > Hi Fabio, > > The change (based on 2.8.2 since thats what we currently use, so was > easier > to try out) for creating source packages and an sdk feature is at: > > https://github.com/apaku/Pydev/tree/build_src_packages > > Based on that I changed the com.python.pydev.debug package to contain the > class files directly inside the plugin jar (instead of creating another > jar > inside that) and created a branch for that as well: > > https://github.com/apaku/Pydev/tree/c.p.p.debug_no_jar_in_jar > > Andreas > > On 2014-05-16 17:40, Fabio Zadrozny wrote: >> Hi Andreas, >> >> Do you have the change you did on github so that I can take a look on >> what'd change? >> >> On Fri, May 16, 2014 at 7:38 AM, Andreas Pakulat <an...@fr...> >> wrote: >> >>> Hi, >>> >>> I was exploring how to get an 'sdk' bundle set up for PyDev and have the >>> necessary source plugins and features now. Unfortunately it seems that >>> Eclipse does not cope very well with the way PyDev plugins setup their >>> classes. In particular having the class files inside a jar thats itself >>> packed into the actual plugin jar does not allow Eclipse to >>> automatically >>> connect class files and sources. >>> >>> I've adjusted one of the plugins to not create such a jar-in-a-jar and >>> for >>> that plugin Eclipse can lookup sources for the classes of the plugin >>> just >>> fine. >>> >>> However before creating a pull request that changes this in all plugins >>> I >>> wanted to check wether there's a particular reason for doing this that >>> I'm >>> not seeing. >>> >>> Andreas >>> >>> -- >>> Andreas Pakulat sq...@fr... >>> froglogic GmbH - Automated UI and Web Testing >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >>> Instantly run your Selenium tests across 300+ browser/OS combos. >>> Get unparalleled scalability from the best Selenium testing platform >>> available >>> Simple to use. Nothing to install. Get started now for free." >>> http://p.sf.net/sfu/SauceLabs [1] >>> _______________________________________________ >>> pydev-code mailing list >>> pyd...@li... >>> https://lists.sourceforge.net/lists/listinfo/pydev-code [2] >> >> >> >> Links: >> ------ >> [1] http://p.sf.net/sfu/SauceLabs >> [2] https://lists.sourceforge.net/lists/listinfo/pydev-code >> >> >> >> ------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. >> Get unparalleled scalability from the best Selenium testing platform >> available >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs >> >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code -- Andreas Pakulat sq...@fr... froglogic GmbH - Automated UI and Web Testing |
From: Andreas P. <an...@fr...> - 2014-05-20 18:46:24
|
Hi Fabio, On 2014-05-20 17:40, Fabio Zadrozny wrote: > Official releases should be tagged > (i.e.: https://github.com/fabioz/Pydev/releases [3]), and looking at the > history > (http://pydev.org/history_pydev.html [4]), it seems there's no 3.1.x > release (only 3.1 and then 3.2, for which there are pydev_3_1_0 and > pydev_3_2_0) -- the pydev tags are always tagged with a 'pydev' prefix -- > i.e.: pydev_v0_v1_v2 (the other tags are related to aptana studio or > titanium from appcelerator and don't really make up to official pydev > releases). Ah, that clears things up. Indeed a bit confusing especially since there are not similar version numbers in those tags and the 'official' pydev tags. > I didn't really notice that some aptana releases didn't even specify a > prefix nor suffix, so, I can see how that may be confusing... I think > I'll go ahead and remove those since they aren't really directly related > to pydev and make things confusing (do you see any issue there?). The only issue I see is that this won't remove the tags from the clones that people have on their disk unless the users run a git remote prune <remote-name>. Other than that I don't see a problem at the moment if those tags are not needed anymore. Andreas -- Andreas Pakulat sq...@fr... froglogic GmbH - Automated UI and Web Testing |
From: Fabio Z. <fa...@gm...> - 2014-05-20 18:20:14
|
What is PyDev? --------------------------- PyDev is an open-source Python IDE on top of Eclipse for Python, Jython and IronPython development. It comes with goodies such as code completion, syntax highlighting, syntax analysis, code analysis, refactor, debug, interactive console, etc. Details on PyDev: http://pydev.org Details on its development: http://pydev.blogspot.com What is LiClipse? --------------------------- LiClipse is a PyDev standalone with goodies such as support for Multiple cursors, theming and a number of other languages such as Django Templates, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://brainwy.github.io/liclipse/ Release Highlights: ------------------------------- - **Important**: PyDev requires Eclipse 3.8 or 4.3 onwards and Java 7! For older versions, keep using PyDev 2.x (or LiClipse for a PyDev standalone with all requirements bundled). * Adding plead for the current crowdfunding at http://tiny.cc/pydev-2014. * PyDev now has a new logo. * **py.test**: * Improved py.test test runner preferences page. * py.test integration improved to be less intrusive and work with xdist. * py.test protocol invocation now allows for module/session scoped fixtures to work properly. * Add bookmark and add task actions are shown in the ruler context menu (**Ctrl+F10**). * Code completion was not properly recognizing variables assigned to self inside an elif statement. * Django 1.7: Model.objects is manually patched inside PyDev to give proper code-completion results. * Debugger: hovering over private ('__' prefixed) variables now shows proper value. * Thread.isAlive() is no longer called to workaround debugger issue on Python 3.4. * Hyperlinking should not happen on spacing characters (I.e.: Ctrl+click on spaces). * Fixed NPE when interpreter is created with JDT and loaded afterwards without it. * Fixed issue where tokens cached information could end up being null after I/O. * Manually creating new run configuration no longer gives an exception (i.e.: configuration without associated project). * Out-of-sync error on PYTHONPATH change (patch by Danny Yoo) * There's an extension point for clients to resolve modules (patch by Danny Yoo). * **Ctrl+Shift+G** (find references) is now properly categorized. * Rename refactoring now validates files (read only) prior to refactoring (patch by Danny Yoo). * Not checking preferred settings when the PyDev plugin is started, but rather when a PyDev editor is opened. * Setting remote debugger socket to be properly reused. * The PyDev stdout/stderr redirector now properly uses PYTHONIOENCODING. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com |
From: Fabio Z. <fa...@es...> - 2014-05-20 15:40:37
|
Hi Andreas, Official releases should be tagged (i.e.: https://github.com/fabioz/Pydev/releases), and looking at the history ( http://pydev.org/history_pydev.html), it seems there's no 3.1.x release (only 3.1 and then 3.2, for which there are pydev_3_1_0 and pydev_3_2_0) -- the pydev tags are always tagged with a 'pydev' prefix -- i.e.: pydev_v0_v1_v2 (the other tags are related to aptana studio or titanium from appcelerator and don't really make up to official pydev releases). I didn't really notice that some aptana releases didn't even specify a prefix nor suffix, so, I can see how that may be confusing... I think I'll go ahead and remove those since they aren't really directly related to pydev and make things confusing (do you see any issue there?). Cheers, Fabio On Tue, May 20, 2014 at 11:34 AM, Andreas Pakulat <an...@fr...>wrote: > Hi, > > I'm currently struggling a bit figuring out whether there is a git tag that > relates to the last 3.1.x release (in particular version > 3.1.0.201312121632). > The closest tag I can find is v3.1.3.201309121700-titanium which is about 3 > months before the release. The commit that seems to have been built as > 3.1.0.201312121632 is ad583f874a312cc466b46ac637c7a28145779faf. I'm > wondering > if there's a better way to figure this out, other than looking at the git > history and watching out for commit messages that indicate such a release > was > about to happen. > > Andreas > > -- > Andreas Pakulat sq...@fr... > froglogic GmbH - Automated UI and Web Testing > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform > available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Andreas P. <an...@fr...> - 2014-05-20 14:34:37
|
Hi, I'm currently struggling a bit figuring out whether there is a git tag that relates to the last 3.1.x release (in particular version 3.1.0.201312121632). The closest tag I can find is v3.1.3.201309121700-titanium which is about 3 months before the release. The commit that seems to have been built as 3.1.0.201312121632 is ad583f874a312cc466b46ac637c7a28145779faf. I'm wondering if there's a better way to figure this out, other than looking at the git history and watching out for commit messages that indicate such a release was about to happen. Andreas -- Andreas Pakulat sq...@fr... froglogic GmbH - Automated UI and Web Testing |
From: Andreas P. <an...@fr...> - 2014-05-17 15:45:21
|
Hi Fabio, The change (based on 2.8.2 since thats what we currently use, so was easier to try out) for creating source packages and an sdk feature is at: https://github.com/apaku/Pydev/tree/build_src_packages Based on that I changed the com.python.pydev.debug package to contain the class files directly inside the plugin jar (instead of creating another jar inside that) and created a branch for that as well: https://github.com/apaku/Pydev/tree/c.p.p.debug_no_jar_in_jar Andreas On 2014-05-16 17:40, Fabio Zadrozny wrote: > Hi Andreas, > > Do you have the change you did on github so that I can take a look on > what'd change? > > On Fri, May 16, 2014 at 7:38 AM, Andreas Pakulat <an...@fr...> > wrote: > >> Hi, >> >> I was exploring how to get an 'sdk' bundle set up for PyDev and have the >> necessary source plugins and features now. Unfortunately it seems that >> Eclipse does not cope very well with the way PyDev plugins setup their >> classes. In particular having the class files inside a jar thats itself >> packed into the actual plugin jar does not allow Eclipse to automatically >> connect class files and sources. >> >> I've adjusted one of the plugins to not create such a jar-in-a-jar and >> for >> that plugin Eclipse can lookup sources for the classes of the plugin just >> fine. >> >> However before creating a pull request that changes this in all plugins I >> wanted to check wether there's a particular reason for doing this that >> I'm >> not seeing. >> >> Andreas >> >> -- >> Andreas Pakulat sq...@fr... >> froglogic GmbH - Automated UI and Web Testing >> >> >> ------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. >> Get unparalleled scalability from the best Selenium testing platform >> available >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs [1] >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code [2] > > > > Links: > ------ > [1] http://p.sf.net/sfu/SauceLabs > [2] https://lists.sourceforge.net/lists/listinfo/pydev-code > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform > available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code -- Andreas Pakulat sq...@fr... froglogic GmbH - Automated UI and Web Testing |
From: Fabio Z. <fa...@es...> - 2014-05-16 15:41:12
|
Hi Andreas, Do you have the change you did on github so that I can take a look on what'd change? On Fri, May 16, 2014 at 7:38 AM, Andreas Pakulat <an...@fr...>wrote: > Hi, > > I was exploring how to get an 'sdk' bundle set up for PyDev and have the > necessary source plugins and features now. Unfortunately it seems that > Eclipse does not cope very well with the way PyDev plugins setup their > classes. In particular having the class files inside a jar thats itself > packed into the actual plugin jar does not allow Eclipse to automatically > connect class files and sources. > > I've adjusted one of the plugins to not create such a jar-in-a-jar and for > that plugin Eclipse can lookup sources for the classes of the plugin just > fine. > > However before creating a pull request that changes this in all plugins I > wanted to check wether there's a particular reason for doing this that I'm > not seeing. > > Andreas > > -- > Andreas Pakulat sq...@fr... > froglogic GmbH - Automated UI and Web Testing > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform > available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Andreas P. <an...@fr...> - 2014-05-16 10:38:30
|
Hi, I was exploring how to get an 'sdk' bundle set up for PyDev and have the necessary source plugins and features now. Unfortunately it seems that Eclipse does not cope very well with the way PyDev plugins setup their classes. In particular having the class files inside a jar thats itself packed into the actual plugin jar does not allow Eclipse to automatically connect class files and sources. I've adjusted one of the plugins to not create such a jar-in-a-jar and for that plugin Eclipse can lookup sources for the classes of the plugin just fine. However before creating a pull request that changes this in all plugins I wanted to check wether there's a particular reason for doing this that I'm not seeing. Andreas -- Andreas Pakulat sq...@fr... froglogic GmbH - Automated UI and Web Testing |
From: Reinier v. D. <rei...@gm...> - 2014-04-23 09:45:26
|
Dear PyDev team, I want to have a custom color highlighting for different decorators. I can now only choose a single color for all decorators in the preferences menu. Would it be difficult to achieve per-decorator highlighting? Moreover, when using decorators with the @ prefix, the single-color highlighting works, however, when invoking the decorator as a function (so, without @ prefix), obviously the highlighter doesn't recognize this as being an actual decorator. Would it also be possible to have PyDev highlight decorators that are invoked as a plain function call? Perhaps this boils down to the ability to define various special keywords and assigning them a color. Can that be achieved? |
From: Håkan Johansson-E. <Hak...@je...> - 2014-04-22 06:29:53
|
I have noticed the same issue with PyDev 3.4.1, Eclipse 3.7 (installed PyDev manually). It works perfectly when starting Eclipse normally, but not when I start it from another Eclipse using an “Eclipse Application” run configuration. The PyDev plugins are part of the target platform, just like for Andreas. From: Fabio Zadrozny [mailto:fa...@es...] Sent: den 18 april 2014 05:21 To: pyd...@li... Subject: Re: [Pydev-code] Python source files missing when launching Eclipse app with PyDev inside Eclipse I don't know why that's happening... what I can confirm is that PyDev is building fine with maven on the latest version (and the 2.x branch hasn't really changed for quite a while). Cheers, Fabio On Thu, Apr 17, 2014 at 2:36 AM, Andreas Pakulat <an...@fr...<mailto:an...@fr...>> wrote: Hi, I'm having a problem getting PDE to extract the python sources from the org.python.pydev jar when using a local P2 repository that contains the plugin as target platform. The run configuration for the eclipse application that loads PyDev has the plugin selected but the configuration area only has pycompletionserver.py extracted into the pysrc subdirectory. That is the directory /home/andreas/e4-workspace/.metadata/.plugins/org.eclipse.pde.core/PyDev App/org.eclipse.osgi/bundles/1873/1/.cp only has that single .py file inside the pysrc subdir. All the other files are missing. The result of this is that completion of course does not work. I'm suspecting this is rather a PDE bug than something odd with PyDev's packages, but wanted to check if this has been seen so far since my searches have not brought up anything yet. I'm running Eclipse 4.3 SR1 here and am using PyDev 2.8. Andreas -- Andreas Pakulat sq...@fr...<mailto:sq...@fr...> froglogic GmbH - Automated UI and Web Testing ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ pydev-code mailing list pyd...@li...<mailto:pyd...@li...> https://lists.sourceforge.net/lists/listinfo/pydev-code |
From: Andreas P. <an...@fr...> - 2014-04-21 20:49:23
|
Hi Fabio, just to make sure, I'm not talking about building an RCP app with PyDev, that works fine using PDE-build. I'm talking about running that RCP app from inside Eclipse. Anyway, will turn to the PDE guys. andreas On 2014-04-18 05:20, Fabio Zadrozny wrote: > I don't know why that's happening... what I can confirm is that PyDev is > building fine with maven on the latest version (and the 2.x branch > hasn't really changed for quite a while). > > Cheers, > > Fabio > > On Thu, Apr 17, 2014 at 2:36 AM, Andreas Pakulat <an...@fr...> > wrote: > >> Hi, >> >> I'm having a problem getting PDE to extract the python sources from the >> org.python.pydev jar when using a local P2 repository that contains the >> plugin as target platform. The run configuration for the eclipse >> application >> that loads PyDev has the plugin selected but the configuration area only >> has >> pycompletionserver.py extracted into the pysrc subdirectory. >> >> That is the directory >> /home/andreas/e4-workspace/.metadata/.plugins/org.eclipse.pde.core/PyDev >> App/org.eclipse.osgi/bundles/1873/1/.cp only has that single .py file >> inside >> the pysrc subdir. All the other files are missing. The result of this is >> that >> completion of course does not work. >> >> I'm suspecting this is rather a PDE bug than something odd with PyDev's >> packages, but wanted to check if this has been seen so far since my >> searches >> have not brought up anything yet. >> >> I'm running Eclipse 4.3 SR1 here and am using PyDev 2.8. >> >> Andreas >> >> -- >> Andreas Pakulat sq...@fr... >> froglogic GmbH - Automated UI and Web Testing >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and >> their >> applications. Written by three acclaimed leaders in the field, >> this first edition is now available. Download your free book today! >> http://p.sf.net/sfu/NeoTech [1] >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code [2] > > > > Links: > ------ > [1] http://p.sf.net/sfu/NeoTech > [2] https://lists.sourceforge.net/lists/listinfo/pydev-code > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code -- Andreas Pakulat sq...@fr... froglogic GmbH - Automated UI and Web Testing |
From: Fabio Z. <fa...@es...> - 2014-04-18 03:21:11
|
I don't know why that's happening... what I can confirm is that PyDev is building fine with maven on the latest version (and the 2.x branch hasn't really changed for quite a while). Cheers, Fabio On Thu, Apr 17, 2014 at 2:36 AM, Andreas Pakulat <an...@fr...>wrote: > Hi, > > I'm having a problem getting PDE to extract the python sources from the > org.python.pydev jar when using a local P2 repository that contains the > plugin as target platform. The run configuration for the eclipse > application > that loads PyDev has the plugin selected but the configuration area only > has > pycompletionserver.py extracted into the pysrc subdirectory. > > That is the directory > /home/andreas/e4-workspace/.metadata/.plugins/org.eclipse.pde.core/PyDev > App/org.eclipse.osgi/bundles/1873/1/.cp only has that single .py file > inside > the pysrc subdir. All the other files are missing. The result of this is > that > completion of course does not work. > > I'm suspecting this is rather a PDE bug than something odd with PyDev's > packages, but wanted to check if this has been seen so far since my > searches > have not brought up anything yet. > > I'm running Eclipse 4.3 SR1 here and am using PyDev 2.8. > > Andreas > > -- > Andreas Pakulat sq...@fr... > froglogic GmbH - Automated UI and Web Testing > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Andreas P. <an...@fr...> - 2014-04-17 10:02:40
|
Hi, I'm having a problem getting PDE to extract the python sources from the org.python.pydev jar when using a local P2 repository that contains the plugin as target platform. The run configuration for the eclipse application that loads PyDev has the plugin selected but the configuration area only has pycompletionserver.py extracted into the pysrc subdirectory. That is the directory /home/andreas/e4-workspace/.metadata/.plugins/org.eclipse.pde.core/PyDev App/org.eclipse.osgi/bundles/1873/1/.cp only has that single .py file inside the pysrc subdir. All the other files are missing. The result of this is that completion of course does not work. I'm suspecting this is rather a PDE bug than something odd with PyDev's packages, but wanted to check if this has been seen so far since my searches have not brought up anything yet. I'm running Eclipse 4.3 SR1 here and am using PyDev 2.8. Andreas -- Andreas Pakulat sq...@fr... froglogic GmbH - Automated UI and Web Testing |
From: Fabio Z. <fa...@es...> - 2014-03-28 10:53:07
|
Ok, just fixed the issue. Older versions should be available again on the update site. Cheers, Fabio On Wed, Mar 26, 2014 at 10:21 AM, Thomas Johnsson <th...@sk...> wrote: > Only the latest version is available on the update site. > --Thomas > > > On 2014-03-25 16:46, Fabio Zadrozny wrote: > > Well, if you really must, > https://sourceforge.net/projects/pydev/files/pydev/ has all versions > released so far (but not in an update site). > > Still, older versions should still appear in the update (probably > something odd happened during the last release -- I'll take a look at that, > although I'm not sure I'll be able to check it before Thursday). > > Cheers, > > Fabio > > > On Tue, Mar 25, 2014 at 12:07 PM, Thomas Johnsson <th...@sk...> wrote: > >> Hi, >> >> We are using Nexus Pro to proxy http://pydev.org/updates >> Since the release of 3.4.1 it seems we are unable to find pydev.feature >> 1.6.4 anymore. >> >> The output from the maven build looks something like this: >> [ERROR] Missing requirement: com.jeppesen.jcms.dws 3.0.2.qualifier >> requires 'org.python.pydev.feature.feature.group [1.6.4.2011010200]' but >> it could not be found >> >> We noticed in content.xml a range required, but it goes from 3.4.1 to >> 3.4.1. Could this be why tycho can't find 1.6.4 anymore? >> i.e. >> <required range="[3.4.1.201403181715,3.4.1.201403181715]" >> name="org.python.pydev.feature.feature.group" >> namespace="org.eclipse.equinox.p2.iu"/> >> >> What can we do to be able to use 1.6.4 now? (Or I guess any other >> version than the most recent?) >> >> Best regards, >> >> -- Thomas >> PS Yes 1.6.4 is ancient :-), and we are about to upgrade, but for now >> our build needs this version. >> >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and their >> applications. Written by three acclaimed leaders in the field, >> this first edition is now available. Download your free book today! >> http://p.sf.net/sfu/13534_NeoTech >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today!http://p.sf.net/sfu/13534_NeoTech > > > > _______________________________________________ > pydev-code mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |
From: Thomas J. <th...@sk...> - 2014-03-26 13:21:32
|
Only the latest version is available on the update site. --Thomas On 2014-03-25 16:46, Fabio Zadrozny wrote: > Well, if you really must, > https://sourceforge.net/projects/pydev/files/pydev/ has all versions > released so far (but not in an update site). > > Still, older versions should still appear in the update (probably > something odd happened during the last release -- I'll take a look at > that, although I'm not sure I'll be able to check it before Thursday). > > Cheers, > > Fabio > > > On Tue, Mar 25, 2014 at 12:07 PM, Thomas Johnsson <th...@sk... > <mailto:th...@sk...>> wrote: > > Hi, > > We are using Nexus Pro to proxy http://pydev.org/updates > Since the release of 3.4.1 it seems we are unable to find > pydev.feature > 1.6.4 anymore. > > The output from the maven build looks something like this: > [ERROR] Missing requirement: com.jeppesen.jcms.dws 3.0.2.qualifier > requires 'org.python.pydev.feature.feature.group > [1.6.4.2011010200]' but > it could not be found > > We noticed in content.xml a range required, but it goes from 3.4.1 to > 3.4.1. Could this be why tycho can't find 1.6.4 anymore? > i.e. > <required range="[3.4.1.201403181715,3.4.1.201403181715]" > name="org.python.pydev.feature.feature.group" > namespace="org.eclipse.equinox.p2.iu"/> > > What can we do to be able to use 1.6.4 now? (Or I guess any other > version than the most recent?) > > Best regards, > > -- Thomas > PS Yes 1.6.4 is ancient :-), and we are about to upgrade, but for now > our build needs this version. > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases > and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > pydev-code mailing list > pyd...@li... > <mailto:pyd...@li...> > https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > > > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code |
From: Fabio Z. <fa...@es...> - 2014-03-25 15:46:45
|
Well, if you really must, https://sourceforge.net/projects/pydev/files/pydev/ has all versions released so far (but not in an update site). Still, older versions should still appear in the update (probably something odd happened during the last release -- I'll take a look at that, although I'm not sure I'll be able to check it before Thursday). Cheers, Fabio On Tue, Mar 25, 2014 at 12:07 PM, Thomas Johnsson <th...@sk...> wrote: > Hi, > > We are using Nexus Pro to proxy http://pydev.org/updates > Since the release of 3.4.1 it seems we are unable to find pydev.feature > 1.6.4 anymore. > > The output from the maven build looks something like this: > [ERROR] Missing requirement: com.jeppesen.jcms.dws 3.0.2.qualifier > requires 'org.python.pydev.feature.feature.group [1.6.4.2011010200]' but > it could not be found > > We noticed in content.xml a range required, but it goes from 3.4.1 to > 3.4.1. Could this be why tycho can't find 1.6.4 anymore? > i.e. > <required range="[3.4.1.201403181715,3.4.1.201403181715]" > name="org.python.pydev.feature.feature.group" > namespace="org.eclipse.equinox.p2.iu"/> > > What can we do to be able to use 1.6.4 now? (Or I guess any other > version than the most recent?) > > Best regards, > > -- Thomas > PS Yes 1.6.4 is ancient :-), and we are about to upgrade, but for now > our build needs this version. > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Thomas J. <th...@sk...> - 2014-03-25 15:07:47
|
Hi, We are using Nexus Pro to proxy http://pydev.org/updates Since the release of 3.4.1 it seems we are unable to find pydev.feature 1.6.4 anymore. The output from the maven build looks something like this: [ERROR] Missing requirement: com.jeppesen.jcms.dws 3.0.2.qualifier requires 'org.python.pydev.feature.feature.group [1.6.4.2011010200]' but it could not be found We noticed in content.xml a range required, but it goes from 3.4.1 to 3.4.1. Could this be why tycho can't find 1.6.4 anymore? i.e. <required range="[3.4.1.201403181715,3.4.1.201403181715]" name="org.python.pydev.feature.feature.group" namespace="org.eclipse.equinox.p2.iu"/> What can we do to be able to use 1.6.4 now? (Or I guess any other version than the most recent?) Best regards, -- Thomas PS Yes 1.6.4 is ancient :-), and we are about to upgrade, but for now our build needs this version. |
From: Fabio Z. <fa...@gm...> - 2014-03-20 12:02:18
|
What is PyDev? --------------------------- PyDev is an open-source Python IDE on top of Eclipse for Python, Jython and IronPython development. It comes with goodies such as code completion, syntax highlighting, syntax analysis, code analysis, refactor, debug, interactive console, etc. Details on PyDev: http://pydev.org Details on its development: http://pydev.blogspot.com What is LiClipse? --------------------------- LiClipse is a PyDev standalone with goodies such as support for Multiple cursors, theming and a number of other languages such as Django Templates, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://brainwy.github.io/liclipse/ Release Highlights: ------------------------------- - **Important**: PyDev requires Eclipse 3.8 or 4.3 onwards and Java 7! For older versions, keep using PyDev 2.x (or LiClipse for a PyDev standalone with all requirements bundled). - **Interactive Console**: * **Send a single line to the interactive console with F2** (akin to Ctrl+Alt+Enter but only for the current line). - **Debugger**: * **Added support for debugging spawned subprocesses.** * New Django launches no longer have -noreload to take advantage of that (but existing launches have to be manually edited -- or removed and recreated). * When terminating a process its subprocesses are also killed (avoiding django zombie processes). * In the debugger, locals are now also properly saved on PyPy (requires a newer version of PyPy too). * Remote Debugger: when specifying items in PATHS_FROM_ECLIPSE_TO_PYTHON pathnames are normalized. * Fixes to work with Jython 2.1 and Jython 2.2.1 * Always setting PYTHONUNBUFFERED environment variable to 1. * The python default encoding is no longer changed (only PYTHONIOENCODING is used now and not sys.setdefaultencoding). * Minor improvements on get referrers. - **General**: * **Cython: .pxd and .pxi files are properly supported.** * Interpreter configuration: It's possible to reorder PYTHONPATH entries with drag and drop. * Fixed django interactive shell to work with newer versions of Django. * Rename working properly for files without extensions. * Fixed issue where specifying the type of a variable with a comment was not detected in the code-completion. * Fixed issue where we'd open a file as if it was an external file when it was actually a file in the workspace or inside a source folder. * PyDev Package Explorer: fixed issue where some errors would remain showing when they didn't exist anymore. * PyDev Package Explorer: fixed issue where items could change its order depending on decorations. * On a double-click on spaces, all the spaces are selected. - **Test Runner**: * **Improved py.test integration**: it's now possible to select which tests to run with Ctrl+F9 (even if not under a class). * No longer breaks if a file which was in a launch config is removed (still runs other tests in the launch). * After a test run finishes, if there are non-daemon threads running they're printed to the output. * Fixed UnicodeDecodeError when running unit-tests under python 2.x * Fixed issue on test discovery on Linux. - **Sorting Imports**: * Sort of imports no longer adds spaces at end of imports. * Sort of imports no longer passes the number of available columns specified. * It's now also possible to keep the names of 'from' imports sorted. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com |
From: Fabio Z. <fa...@es...> - 2014-03-04 13:16:31
|
In code terms I don't think this is really true and PyDev should support 3.7, but the 3.7 version can't deal with the PyDev update site because when PyDev was changed to the latest tycho for some reason the signature cannot be read on 3.7 anymore (i.e.: bug which was only fixed on 3.8 and wasn't backported to 3.7)... Still, if you do a manual install, things should work. Cheers, Fabio On Tue, Mar 4, 2014 at 9:30 AM, Thomas Johnsson <th...@sk...> wrote: > > Versions 3.0 and onwards of Pydev are said to require Eclipse 3.8 or > 4.3. What is it in newer pydev versions that require at least Eclipse 3.8? > > The reason I ask is that we are stuck with eclipse 3.7.2 as maven/tycho > build platform, for some time to come, > but we would like to be able to update to these newer Pydev versions > anyway. > > Thanks, > -- Thomas Johnsson > > > > ------------------------------------------------------------------------------ > Subversion Kills Productivity. Get off Subversion & Make the Move to > Perforce. > With Perforce, you get hassle-free workflows. Merge that actually works. > Faster operations. Version large binaries. Built-in WAN optimization and > the > freedom to use Git, Perforce or both. Make the move to Perforce. > > http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Thomas J. <th...@sk...> - 2014-03-04 12:58:25
|
Versions 3.0 and onwards of Pydev are said to require Eclipse 3.8 or 4.3. What is it in newer pydev versions that require at least Eclipse 3.8? The reason I ask is that we are stuck with eclipse 3.7.2 as maven/tycho build platform, for some time to come, but we would like to be able to update to these newer Pydev versions anyway. Thanks, -- Thomas Johnsson |
From: Fabio Z. <fa...@es...> - 2014-02-13 16:27:52
|
Hi Sayth, I don't think I followed what you want... also, this is the PyDev-code list (i.e.: discussions about the pydev development), so, I think your question would be more suited to stackoverflow (with a 'pydev' tag -- or maybe I just misunderstood your question). Cheers, Fabio On Sun, Feb 9, 2014 at 9:03 PM, Sayth Renshaw <fle...@gm...>wrote: > Just a quick question. > > What can I use an app placeholder in custom manage.py commands. > So that say python manage.pt sqlall polls isn't tied to an app. so python > manage.py sqlall %P etc. > > Cheers > > Sayth > > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > > http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |
From: Fabio Z. <fa...@es...> - 2014-02-13 16:23:36
|
Hi Andreas, It should be possible to do, but I don't have plans to do this right now, so, can you provide a pull request for that? Also, the PYDEV_MODULES_OBSERVER extension call should be probably put inside the lock in the CompiledModule constructor and it should be called even if we get it from the cache (which it doesn't at this time). Cheers, Fabio On Tue, Feb 11, 2014 at 12:44 PM, Andreas Pakulat <an...@fr...>wrote: > Hi, > > for our next release of the PyDev-bundling Squish IDE I was looking in > how far forward compatible our code is. That is wether the latest PyDev > release is compatible with our extension to PyDev. > > Unfortunately it turns out that PyDev 3.2.0 removed the addTokens > function from CompiledModule. We've been using that to dynamically > inject functions into the compiled modules known by PyDev. > > Looking at the current API of CompiledModule I do not see a way of > changing this, could the function be added back to re-enable the feature > of adding functions and modules to compiled modules during runtime? > > Andreas > > -- > Andreas Pakulat sq...@fr... > froglogic GmbH - Automated UI and Web Testing > > > ------------------------------------------------------------------------------ > Android apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support for Jelly Bean, Bluetooth, Mapview and more. > Get your Android app in front of a whole new audience. Start now. > > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Andreas P. <an...@fr...> - 2014-02-11 15:12:27
|
Hi Jonah, On 2013-12-03 15:31, Jonah Graham wrote: > Hi Andreas, > > I like that idea as I often import PyDev source for solely that > reason. I will look into adding that to the Tycho build and let Fabio > review and approve it. Did you get around to do anything about this? Andreas -- Andreas Pakulat sq...@fr... froglogic GmbH - Automated UI and Web Testing |
From: Andreas P. <an...@fr...> - 2014-02-11 15:12:20
|
Hi, for our next release of the PyDev-bundling Squish IDE I was looking in how far forward compatible our code is. That is wether the latest PyDev release is compatible with our extension to PyDev. Unfortunately it turns out that PyDev 3.2.0 removed the addTokens function from CompiledModule. We've been using that to dynamically inject functions into the compiled modules known by PyDev. Looking at the current API of CompiledModule I do not see a way of changing this, could the function be added back to re-enable the feature of adding functions and modules to compiled modules during runtime? Andreas -- Andreas Pakulat sq...@fr... froglogic GmbH - Automated UI and Web Testing |
From: Sayth R. <fle...@gm...> - 2014-02-09 23:03:58
|
Just a quick question. What can I use an app placeholder in custom manage.py commands. So that say python manage.pt sqlall polls isn't tied to an app. so python manage.py sqlall %P etc. Cheers Sayth |