pydev-code Mailing List for PyDev for Eclipse (Page 35)
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: Albert C. <pyd...@ml...> - 2006-08-17 06:04:17
|
I'm building Eclipse from scratch and need to build some plugins to add to the version of Eclipse I'm building (3.2). How do I check out the pydev code and build it from scratch? I downloaded org.python.pydev.feature-src-1_2_2.zip but don't know what to do after that. I presume if I have org.python.pydev.feature-src-1_2_2.zip I don't need to check out the 1.2.2 version from CVS? I cannot find documentation on the web site on how to build from scratch. -- albert chin (ch...@th...) |
From: Fabio Z. <fa...@gm...> - 2006-07-24 11:49:37
|
Hi All, Pydev and Pydev Extensions 1.2.2 have been released Details on Pydev Extensions: http://www.fabioz.com/pydev Details on Pydev: http://pydev.sf.net Details on its development: http://pydev.blogspot.com Release Highlights in Pydev Extensions: ----------------------------------------------------------------- - Added the 'toggle completion type' when Ctrl is pressed in the code-completion for context-insensitive data IMPORTANT:The binding for creating the interactive console and passing commands to the shell has been changed to Ctrl+Alt+Enter (because Ctrl+Enter is now used when applying a toggled completion). Details for toggle completion type: Blog: http://pydev.blogspot.com/2006/07/improving-code-completion-in-pydev.html - When getting some definition, if it is defined by an import..from, it keeps going until the actual token is found - Duplicated signature is no longer warned inside an if..else - Mark occurrences bug-fix - Handling nested 'for' declarations and nested list comprehensions correctly in code-analysis Release Highlights in Pydev: ---------------------------------------------- Code Completion * Calltips added to pydev * The parameters are now linked when a completion is selected (so, tab iterates through them and enter goes to the end of the declaration) * Parameters gotten from docstring analysis for builtins that don't work with 'inspect.getargspec' * Getting completions for the pattern a,b,c=range(3) inside a class * Code completion for nested modules had a bug fixed * Added the 'toggle completion type' when ctrl is pressed in the code-completion for context-sensitive data * Code-completion works correctly after instantiating a class: MyClass(). <-- will bring correct completions * Code-completion can now get the arguments passed when instatiating a class (getting the args from __init__) * self is added as a parameter in the completion analyzing whether we're in a bounded or unbounded call * Pressing Ctrl+Space a second time changes default / template completions See details on toggling completion mode, cycling through completions and linked mode (blog: http://pydev.blogspot.com/2006/07/improving-code-completion-in-pydev.html) Outline View * Added option for hiding comments and imports * Persisting configuration * Added option for expanding all Others * Possibility of setting pyunit verbosity level (by Darrell Maples) * Errors getting the tests to run are no longer suppressed * Ctrl+2+kill also clears the internal cache for compiled modules (especially useful for those that create compiled dependencies). * Last opened path remembered when configuring the pythonpath (dialog) What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com |
From: Fabio Z. <fa...@gm...> - 2006-07-11 22:23:43
|
On 7/9/06, Shahbaz A. Tyagi <sat...@ya...> wrote: > > Hi, > > well, what can be "hot fix" solution for this space problem.... > > Sorry for taking long to respond... the thing is: I don't have a hotfix for it... so, if you find it out, it would be nice if you could send me a patch ;-) Cheers, Fabio |
From: Shahbaz A. T. <sat...@ya...> - 2006-07-09 06:21:48
|
Hi, well, what can be "hot fix" solution for this space problem.... Fabio Zadrozny <fa...@gm...> wrote: On 7/8/06, Shahbaz A. Tyagi <sat...@ya...> wrote: Hi, Fabio....................waiting for your reply of this problem "Shahbaz A. Tyagi" < sat...@ya...> wrote: I tried changin that space problem in " JavaVmLocationFinder.findDefaultJavaJars()" and in "REF.getFileAbsolutePath(File f)", but ...even stopped loading interpreterinfo and execution of scripts... Hi Shahbaz, Well, I have no idea why it stopped working there, because I don't know what you changed... Cheers, Fabio Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ pydev-code mailing list pyd...@li... https://lists.sourceforge.net/lists/listinfo/pydev-code --------------------------------- Find out what India is talking about on Yahoo! Answers India. So, whats NEW about the NEW Yahoo! Messenger? Find out. |
From: Fabio Z. <fa...@gm...> - 2006-07-08 16:39:15
|
Hi All, Pydev and Pydev Extensions 1.0.6 have been released Check http://www.fabioz.com/pydev for details on Pydev Extensions and http://pydev.sf.net for details on Pydev Release Highlights in Pydev Extensions: ----------------------------------------------------------------- - New Feature: Show hierarchy (F4) -- Still in a beta state (currently only looks for subclasses on the same project). - Analysis happens in a Thread, so, you should now always have the latest parse without any halts (this happened only when the option was set to analyze only on save). - Class variable marked as error when self ommitted - when an undefined import is found within a try..except ImportError, it will not be reported. - Allow changing the keybinding for activating the Interactive Console (Ctrl+Enter) - Added a simple text-search that looks for in all .py and .pyw files (will be improved in the future to make a real python-like search). - The keywords that match the 'simple' keywords completion do not show up. Release Highlights in Pydev: ---------------------------------------------- - Assign variables to attributes (Ctrl+2+a): Contributed by Joel Hedlund (this is the first contribution using the new jython scripting engine). - 3 minor 'quirks' were fixed in the indentation engine - The debugger had some changes (so, if you had halts with it, please try i= t again). - Allow changing the keybinding for activating the Find next problem (Ctrl+.) - The debugger step-return had its behaviour changed. - Additional scripts location added to pythonpath in the jython scripting engine - Transversal of nested references improved - Fixed problems with compiled modules when they had 'nested' module structures (e.g.: wx.glcanvas) What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with man= y goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com |
From: Fabio Z. <fa...@gm...> - 2006-07-08 11:20:35
|
On 7/8/06, Shahbaz A. Tyagi <sat...@ya...> wrote: > > Hi, > Fabio....................waiting for your reply of this problem > > > *"Shahbaz A. Tyagi" <sat...@ya...>* wrote: > > I tried changin that space problem in " > JavaVmLocationFinder.findDefaultJavaJars()" and in " > REF.getFileAbsolutePath(File f)", but ...even stopped loading > interpreterinfo and execution of scripts... > > ** > Hi Shahbaz, Well, I have no idea why it stopped working there, because I don't know what you changed... Cheers, Fabio |
From: Shahbaz A. T. <sat...@ya...> - 2006-07-08 08:45:10
|
Hi, Fabio....................waiting for your reply of this problem "Shahbaz A. Tyagi" <sat...@ya...> wrote: I tried changin that space problem in "JavaVmLocationFinder.findDefaultJavaJars()" and in "REF.getFileAbsolutePath(File f)", but ...even stopped loading interpreterinfo and execution of scripts... Fabio Zadrozny <fa...@gm...> wrote: On 7/5/06, Shahbaz A. Tyagi <sat...@ya...> wrote: 1. In this case it only gives me basic kewwords like if, for, import, and, assert etc. 2. No it does not show java In your config: window > preference > Interpreter Jython is the rt.jar in your system pythonpath? In some platforms having spaces in the Eclipse install location might make that configuration not work correctly (putting Eclipse in a dir without spaces should help there). Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ pydev-code mailing list pyd...@li... https://lists.sourceforge.net/lists/listinfo/pydev-code --------------------------------- Yahoo! India Answers: Share what you know. Learn something new Click here Catch all the FIFA World Cup 2006 action on Yahoo! India Click hereUsing Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ pydev-code mailing list pyd...@li... https://lists.sourceforge.net/lists/listinfo/pydev-code --------------------------------- Find out what India is talking about on Yahoo! Answers India. So, whats NEW about the NEW Yahoo! Messenger? Find out. |
From: Shahbaz A. T. <sat...@ya...> - 2006-07-06 09:06:48
|
I tried changin that space problem in "JavaVmLocationFinder.findDefaultJavaJars()" and in "REF.getFileAbsolutePath(File f)", but ...even stopped loading interpreterinfo and execution of scripts... Fabio Zadrozny <fa...@gm...> wrote: On 7/5/06, Shahbaz A. Tyagi <sat...@ya...> wrote: 1. In this case it only gives me basic kewwords like if, for, import, and, assert etc. 2. No it does not show java In your config: window > preference > Interpreter Jython is the rt.jar in your system pythonpath? In some platforms having spaces in the Eclipse install location might make that configuration not work correctly (putting Eclipse in a dir without spaces should help there). Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ pydev-code mailing list pyd...@li... https://lists.sourceforge.net/lists/listinfo/pydev-code --------------------------------- Yahoo! India Answers: Share what you know. Learn something new Click here Catch all the FIFA World Cup 2006 action on Yahoo! India Click here |
From: Shahbaz A. T. <sat...@ya...> - 2006-07-06 08:03:02
|
hi, rt.jar is in the system PYTHONPATH. But that is there in the "Program Files", which contains spaces. Where I can make modifications so that it should take that path as a whole? As I am developing this as a product so I should not tell user to choose the installtion path, which does not cantain spaces. Thanks Fabio Zadrozny <fa...@gm...> wrote: On 7/5/06, Shahbaz A. Tyagi <sat...@ya...> wrote: 1. In this case it only gives me basic kewwords like if, for, import, and, assert etc. 2. No it does not show java In your config: window > preference > Interpreter Jython is the rt.jar in your system pythonpath? In some platforms having spaces in the Eclipse install location might make that configuration not work correctly (putting Eclipse in a dir without spaces should help there). --------------------------------- Yahoo! India Answers: Share what you know. Learn something new Click here Catch all the FIFA World Cup 2006 action on Yahoo! India Click here |
From: Fabio Z. <fa...@gm...> - 2006-07-05 16:55:51
|
On 7/5/06, Shahbaz A. Tyagi <sat...@ya...> wrote: > > 1. In this case it only gives me basic kewwords like if, for, import, and, > assert etc. > 2. No it does not show java > > In your config: window > preference > Interpreter Jython is the rt.jar in your system pythonpath? In some platforms having spaces in the Eclipse install location might make that configuration not work correctly (putting Eclipse in a dir without spaces should help there). |
From: Shahbaz A. T. <sat...@ya...> - 2006-07-05 13:24:25
|
1. In this case it only gives me basic kewwords like if, for, import, and, assert etc. 2. No it does not show java Thanks Fabio Zadrozny <fa...@gm...> wrote: On 7/5/06, Shahbaz A. Tyagi <sat...@ya...> wrote: Hi, I have developed my own script pluin where I am running jython and python scripts. For this I have extended PyEdit class in my main editor class. I am able to run python/jython scripts successfully. The prob is coming in while writing the script. On "ctrl+Space", it shows me only locally defined members or kewwords, not other than these. For example... If I write "java." and then presses "Ctrl+Space", nothing comes up... Also I want to know that my outline view is not coming, how can I get that. Some questions: 1. if you do a code-completion in an empty file, does it bring the builtins 2. if you do code-completion in a file only with 'import j' |Ctrl+Space does it show 'java'? --------------------------------- Yahoo! India Answers: Share what you know. Learn something new Click here Catch all the FIFA World Cup 2006 action on Yahoo! India Click here |
From: Fabio Z. <fa...@gm...> - 2006-07-05 13:16:17
|
On 7/5/06, Shahbaz A. Tyagi <sat...@ya...> wrote: > > Hi, > > I have developed my own script pluin where I am running jython and python > scripts. For this I have extended PyEdit class in my main editor class. I am > able to run python/jython scripts successfully. The prob is coming in while > writing the script. On "ctrl+Space", it shows me only locally defined > members or kewwords, not other than these. > For example... > If I write "java." and then presses "Ctrl+Space", nothing comes up... > > Also I want to know that my outline view is not coming, how can I get > that. > Some questions: 1. if you do a code-completion in an empty file, does it bring the builtins 2. if you do code-completion in a file only with 'import j' |Ctrl+Space does it show 'java'? |
From: Shahbaz A. T. <sat...@ya...> - 2006-07-05 13:03:41
|
Hi, I have developed my own script pluin where I am running jython and python scripts. For this I have extended PyEdit class in my main editor class. I am able to run python/jython scripts successfully. The prob is coming in while writing the script. On "ctrl+Space", it shows me only locally defined members or kewwords, not other than these. For example... If I write "java." and then presses "Ctrl+Space", nothing comes up... Also I want to know that my outline view is not coming, how can I get that. thanks --------------------------------- Yahoo! India Answers: Share what you know. Learn something new Click here Catch all the FIFA World Cup 2006 action on Yahoo! India Click here |
From: Shahbaz A. T. <sat...@ya...> - 2006-07-05 12:32:32
|
Hi, I have developed my own script pluin where I am running jython and python scripts. For this I have extended PyEdit class in my main editor class. I am able to run python/jython scripts successfully. The prob is coming in while writing the script. On "ctrl+Space", it shows me only locally defined members or kewwords, not other than these. For example... If I write "java." and then presses "Ctrl+Space", nothing comes up... Also I want to know that my outline view is not coming, how can I get that. thanks --------------------------------- Yahoo! India Answers: Share what you know. Learn something new Click here Catch all the FIFA World Cup 2006 action on Yahoo! India Click here |
From: Fabio Z. <fa...@gm...> - 2006-06-29 15:17:42
|
Hi All, Pydev and Pydev Extensions 1.2.1 have been released Details on Pydev Extensions: http://www.fabioz.com/pydev Details on Pydev: http://pydev.sf.net Details on its development: http://pydev.blogspot.com Important ---------------- 1. This release is still not available in the sourceforge downloads session because of some problems at sourceforge, but it is already placed in the update sites (and should be added to the sourceforge downloads as soon as the sourceforge release works again. 2. Eclipse 3.2: The final Eclipse 3.2 should be available (according to http://eclipse.org) in 1 day. Release Highlights in Pydev Extensions: ----------------------------------------------------------------- - Bug-Fixes Release Highlights in Pydev: ---------------------------------------------- - The user is asked for which paths should be added to the system pythonpath - Go to previous method now works with decorators - Stack-trace link now opens in correct line for external files - Variables now show in the variables view while debugging - If an invalid interpreter is selected to run a file (old interpreter or wrong project type), a warning is given to the user - Ctrl+w is removed as the default for select word (the action is still there, but its keybinding is removed, so, users have to configure themselves which keybinding they want for it) - Assign to local or field variable now enters in linked mode - Added dependency to Eclipse 3.2 features, as version 1.2.0 of pydev and newer are only Eclipse 3.2 compatible. What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com |
From: Fabio Z. <fa...@gm...> - 2006-06-24 22:10:37
|
On 6/24/06, Marvin <mar...@co...> wrote: > > eclipse 3.2 is not even released yet -- only release candidates. Isn't it > a > little early to make pydev incompatible with 3.1? > > I installed a new install of eclipse 3.1.2 with pydev 1.2.0 and it seems > to work > fine. Has support for 3.1 really been dropped? > > marvin > Hi Marvin, Well, pydev is mostly the same api, but there are some backward-incompatible changes in eclipse 3.2, and you might stumble across them, so, yes, pydev support for eclipse 3.1 is dropped... you can still use version 1.1.0 from the site if you wish, as it is a pretty stable version. Also, note that while Eclipse 3.2 is not final, it should be (final) in about a week, so, this is mostly a pre-release for those that want to experiment with it before it is released (so, if you want, you can keep to pydev 1.1.0 until a final Eclipse version is released, which should happen pretty soon). Now, others also mentioned it, so, I'll say it again... pydev is open source, so, if there's someone willing to keep a branch with support for 3.1alive, I'm all for it (keeping pydev + extensions up to date with Eclipse is already work enough for me). Cheers, Fabio |
From: Marvin <mar...@co...> - 2006-06-24 19:03:54
|
eclipse 3.2 is not even released yet -- only release candidates. Isn't it a little early to make pydev incompatible with 3.1? I installed a new install of eclipse 3.1.2 with pydev 1.2.0 and it seems to work fine. Has support for 3.1 really been dropped? marvin |
From: jean-marc <jmd...@cv...> - 2006-06-20 14:30:22
|
Heikki, Eclipse 3.2 RC7 is available and I've been working with 3.2 since RC2 for quite a few months, without a itch... Fabio, I've had to fiddle around Eclipse to manage to update from pydev 1.0.8... The"Help/Software Updates/Manage configuration/Pydev for Eclipse/ Scan for updates" returned "No updates at this time" sorry it's a paraphrase, i didn't write the exact message down) Going to "find and install/Search for new features", selecting pydev to modify its URL but I'm not sure this was the case, again) managed to get 1.2.0. My point is that the "Search for updates of currently installed" didn't work. Maybe it's normal, but certainly misleading... Jean-Marc PS thanks again! |
From: Fabio Z. <fa...@gm...> - 2006-06-20 10:59:00
|
On 6/20/06, Heikki Toivonen <hj...@co...> wrote: > > Fabio Zadrozny wrote: > > - Eclipse 3.2 supported (and 3.1 support is now discontinued) > > I don't see 3.2 released yet, so how can you discontinue 3.1 support? > Hi Heikki, Well, according to http://www.eclipse.org/projects/callisto.php, 3.2 should have a final release in 10 days (30th June), and I've been making changes so that pydev can support it -- there's a number of non-backward compatible changes. Also, pydev 1.1.0 seems to be stable, and had no critical bugs so far, so, making it the last version with 3.1 support doesn't seem so bad to me. Now, if there's someone willing to keep the support for Eclipse 3.1 alive, I'm all for it (there's a tag: pydev_1_1_0 in the cvs that could be turned into a branch if there's someone willing to do it). Cheers, Fabio |
From: Heikki T. <hj...@co...> - 2006-06-20 07:15:33
|
Fabio Zadrozny wrote: > - Eclipse 3.2 supported (and 3.1 support is now discontinued) I don't see 3.2 released yet, so how can you discontinue 3.1 support? -- Heikki Toivonen |
From: Fabio Z. <fa...@gm...> - 2006-06-19 16:50:22
|
Hi All, Pydev and Pydev Extensions 1.2.0 have been released Details on Pydev Extensions: http://www.fabioz.com/pydev Details on Pydev: http://pydev.sf.net Details on its development: http://pydev.blogspot.com Release Highlights in Pydev Extensions: ----------------------------------------------------------------- - This is the first version supporting Eclipse 3.2. - Interactive console: content is now changed so that blocks are closed with the interactive interpreter 'rules' (so that you don't have invalid syntax errors when passing code-blocks to the interactive console). - An action was added to the menu so that you can use the Open Declaration Quick-outline without needing focus on the pydev editor. Release Highlights in Pydev: ---------------------------------------------- - Eclipse 3.2 supported (and 3.1 support is now discontinued) - Lot's of optimizations to make pydev faster - Ctrl+Click now works with the find definition engine - Comments that start with #--- are shown in the outline - Attributes are shown in the outline - Parse errors are now shown (again) in the editor - Many other bugs fixed What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com |
From: Fabio Z. <fa...@gm...> - 2006-06-07 22:47:40
|
Hi All, Pydev and Pydev Extensions 1.1.0 have been released Details on Pydev Extensions: http://www.fabioz.com/pydev Details on Pydev: http://pydev.sf.net Details on its development: http://pydev.blogspot.com Release Highlights in Pydev Extensions: ----------------------------------------------------------------- - Bug-fixes Release Highlights in Pydev: ---------------------------------------------- - Startup is now faster for the plugin: actions, scripts, etc. are now all initialized in a separate thread - Indentation engine does not degrade as document grows - Multiple-string does not mess up highlighting anymore - code completion issue with {} solved - Ctrl+W: now expands the selection to cover the whole word where the cursor is - Assign to attributes (provided by Joel Hedlund) was expanded so that Ctrl+1 on method line provides it as a valid proposal - A Typing preferences page was created so that the main page now fits in lower resolutions What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com |
From: Fabio Z. <fa...@gm...> - 2006-06-07 21:12:52
|
Hi Igor, Actually the fix_build.xml should not be used (I'm going to remove it from the cvs). It is there only because of a previous approach (before the whole Eclipse releng was being used). So, if you just remove the fix_build.xml, there should be no problems... Cheers, Fabio p.s. At the developers guide (http://pydev.sourceforge.net/developers.html) there is a session dedicated at how to contribute code back to pydev. On 6/7/06, Igor Foox <if...@re...> wrote: > > Hi, > > The releng build is currently broken because the replacement > of the version '0.9.7.1' with the current version doesn't do > so in all the necessary places. It misses the > org.python.pydev.feature/fix_build.xml file, which causes the > build to fail. > > Attached is a simple patch to fix that. > I'm not sure what the prefered procedure for submitting bugs/ > patches is, I can open a bug and submit the patch there if > necessary. > > The patch should be applied to org.python.pydev.releng. > > Thanks, > Igor > > > > > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > |
From: Igor F. <if...@re...> - 2006-06-07 14:32:52
|
Hi, The releng build is currently broken because the replacement of the version '0.9.7.1' with the current version doesn't do so in all the necessary places. It misses the org.python.pydev.feature/fix_build.xml file, which causes the build to fail. Attached is a simple patch to fix that. I'm not sure what the prefered procedure for submitting bugs/ patches is, I can open a bug and submit the patch there if necessary. The patch should be applied to org.python.pydev.releng. Thanks, Igor |
From: Mikko O. <sn...@gm...> - 2006-06-03 10:24:58
|
> O.K., I believe I have everything configured properly. I have my > Eclipse workspace added to my zope.conf file as a Products entry, and This is not correct. Have you read Eclipse tutorial at plone.org? One must manually launch Zope2 main module using PyDev's Python run command. Also, Plone and Zope files must be containede within Eclipse workspace, not vice versa. -- Mikko Ohtamaa Consultant, founder +358 40 743 9707 Red Innovation www.redinnovation.com |