pydev-users Mailing List for PyDev for Eclipse (Page 225)
Brought to you by:
fabioz
You can subscribe to this list here.
2004 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(2) |
Aug
(4) |
Sep
(3) |
Oct
(1) |
Nov
(2) |
Dec
|
2006 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
(49) |
May
(123) |
Jun
(162) |
Jul
(96) |
Aug
(59) |
Sep
(69) |
Oct
(73) |
Nov
(71) |
Dec
(29) |
2007 |
Jan
(68) |
Feb
(97) |
Mar
(170) |
Apr
(86) |
May
(78) |
Jun
(62) |
Jul
(114) |
Aug
(71) |
Sep
(145) |
Oct
(107) |
Nov
(43) |
Dec
(41) |
2008 |
Jan
(46) |
Feb
(66) |
Mar
(70) |
Apr
(91) |
May
(119) |
Jun
(104) |
Jul
(92) |
Aug
(83) |
Sep
(68) |
Oct
(146) |
Nov
(76) |
Dec
(70) |
2009 |
Jan
(114) |
Feb
(101) |
Mar
(153) |
Apr
(203) |
May
(85) |
Jun
(100) |
Jul
(109) |
Aug
(93) |
Sep
(48) |
Oct
(2) |
Nov
(1) |
Dec
(15) |
2010 |
Jan
(9) |
Feb
(12) |
Mar
(25) |
Apr
(61) |
May
(107) |
Jun
(75) |
Jul
(76) |
Aug
(91) |
Sep
(100) |
Oct
(46) |
Nov
(47) |
Dec
(28) |
2011 |
Jan
(105) |
Feb
(88) |
Mar
(82) |
Apr
(45) |
May
(46) |
Jun
(76) |
Jul
(73) |
Aug
(77) |
Sep
(53) |
Oct
(65) |
Nov
(58) |
Dec
(57) |
2012 |
Jan
(53) |
Feb
(19) |
Mar
(4) |
Apr
(9) |
May
(2) |
Jun
(3) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(12) |
2013 |
Jan
(6) |
Feb
(2) |
Mar
(3) |
Apr
|
May
(2) |
Jun
(8) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
(2) |
2014 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(4) |
Oct
(1) |
Nov
(3) |
Dec
(2) |
2015 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(4) |
Jun
(1) |
Jul
(5) |
Aug
(12) |
Sep
|
Oct
(1) |
Nov
|
Dec
(15) |
2016 |
Jan
(16) |
Feb
(7) |
Mar
|
Apr
|
May
(3) |
Jun
(8) |
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
(5) |
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carroll, B. <Bar...@ps...> - 2006-04-27 16:54:07
|
Fabio: Ah! The 'wild' in 'wild import' refers to the 'wild card' "*" character! It makes perfect sense now. Thanks. Thanks also for figuring out and explaining my bug so quickly. I forgot to mention that the failure did not occur when the renamed module was run from a command line. I was really perplexed. I will open a report today. =20 Your timely support is among the best I've seen. In my opinion it is one of PyDev's strongest selling points. I will be sure to include it in my evaluation. Thanks again. =20 > -----Original Message----- > Date: Wed, 26 Apr 2006 07:57:03 -0300 > From: "Fabio Zadrozny" <fa...@gm...> > To: pyd...@li... > Subject: Re: [Pydev-users] Renaming test case file causes major failure > Reply-To: pyd...@li... >=20 > ------=3D_Part_1795_22336485.1146049023500 > Content-Type: text/plain; charset=3DWINDOWS-1252 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline >=20 > Hi Barry, >=20 > The message you're seeing is from code-analysis, and it means that you > have > a number of tokens from a wild import that you're not using. >=20 > You can correct it by not using a wild import and just using the needed > tokens or by using (take a look at > http://www.fabioz.com/pydev/manual_adv_code_analysis.html for details on > code-analysis). >=20 > As for the tests not running that's strange, couldn't reproduce that > behaviour here... Actually, scratch that... I've found it, the reason is > that you're renaming it to the same name of the parent package, so, you > can > rename the test for anything but the same name of the parent package... >=20 > That's because your structure becomes >=20 > encodetests/ > __init__.py > encodetests.py >=20 > And the unit-testing module tries to import the module encodetests.py and > ends up with the module encodetests.__init__.py, where it cannot find any > unit-test... So, that's a bug (if you could report it in the tracker it > would be nice...). I'll have to think about it some more to see how to fix > it. >=20 > Cheers, >=20 > Fabio >=20 <<snip>> > Regards, =20 Barry bar...@ps... 541-302-1107 ________________________ We who cut mere stones must always be envisioning cathedrals. -Quarry worker's creed |
From: SourceForge.net <no...@so...> - 2006-04-27 16:27:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3704367 By: fabioz Sorry, I'm kind of 'out-of-context' here... What exactly are you trying to do? Also, the latest versions of pydev should handle old versions of python... If they don't you should post a bug. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-27 16:21:26
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3704350 By: nobody I just started using PyDev (1.0.3 since I am tied to an old version of Python) and I see the test output in the Windows Command window from where I started Eclipse, but I don't see it in the Eclipse console. Am I missing a preference to have it show up in Eclipse? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-27 16:16:22
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3704344 By: fabioz Ok, let's see some simple example... If you do: from java.lang import String String. | <-- do you get the completions here or not? Did you configure your project to be a jython project? Have you checked the getting started guide to see if you configured your your project and pythonpath correctly? -- http://www.fabioz.com/pydev/manual.html Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-27 16:12:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3704336 By: nobody I'm new to pydev & could use some help with getting the object introspection to work with imported java objects in a jython project. So far I've 1)put my java library development 'bin' area as a source file in the project's python path 2)referenced my java project in the jython project's preferences code completion works great on import statements, such as: from com.bitaplus.CurveAnalytics import * but when I initialize an object from the imported java library, I can't get the methods to appear on typing a '.' ... Am I missing something? Running the script accesses the object fine & I get the expected result. Many thanks, daniel. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-27 15:22:10
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3704286 By: fabioz Well, later versions of pydev analyzed files that were not in your pythonpath. In the latest versions, it requires you to have your files in your pythonpath, so, you probably don't have the pythonpath correctly configured (try checking the getting started manual: http://www.fabioz.com/pydev/manual_101_root.html to see how to do that). -- and if you still have doubts, you can report back. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-27 15:13:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3704281 By: cgseymour Just upgraded to 1.0.6, now the Tasks stop working. I noticed in the filters dialogue of the Task panel, there is no mention of Python Tasks. Did I miss something? Thanks. Chris ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-27 09:15:37
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3704075 By: pillesoft sorry it seemes to be working ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-27 09:09:06
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3704072 By: pillesoft Dear Fabioz, i cannot update pydev with Eclipse update method. should i download seperately pydev 1.0.6? my current pydev version is 0.9.8.7 theeclipse version is 3.1.0 Ivan ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-26 22:46:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3703875 By: fabioz Actually, this means that the python problem manifests itself with a console that gives you '\r\n' instead of just '\n' (which Eclipse does). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-26 20:10:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3703805 By: nobody While this doesn't provide much insight into how to solve the problem, I would like to point out that WingIDE, a commercial Python IDE, does not have the problem regarding '\r' and raw_input(). This means that the problem is likely in Eclipse or PyDev. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: Don T. <nos...@gm...> - 2006-04-26 13:21:34
|
Fabio: Quite apart from being a really great IDE, Pydev is the best supported piece of software that I have ever come across. I don't know how you do it all and have a day job at the same time. Anyway, thanks for everything. To anyone wavering about buying Pydev Extensions because the basic Pydev does so much: _Just buy it anyway_ to encourage Fabio to keep up this fantastic level of support on both Pydev and Pydev Extensions. Don. |
From: Fabio Z. <fa...@gm...> - 2006-04-26 10:57:21
|
Hi Barry, The message you're seeing is from code-analysis, and it means that you have a number of tokens from a wild import that you're not using. You can correct it by not using a wild import and just using the needed tokens or by using (take a look at http://www.fabioz.com/pydev/manual_adv_code_analysis.html for details on code-analysis). As for the tests not running that's strange, couldn't reproduce that behaviour here... Actually, scratch that... I've found it, the reason is that you're renaming it to the same name of the parent package, so, you can rename the test for anything but the same name of the parent package... That's because your structure becomes encodetests/ __init__.py encodetests.py And the unit-testing module tries to import the module encodetests.py and ends up with the module encodetests.__init__.py, where it cannot find any unit-test... So, that's a bug (if you could report it in the tracker it would be nice...). I'll have to think about it some more to see how to fix it. Cheers, Fabio On 4/25/06, Carroll, Barry <Bar...@ps...> wrote: > > Greetings: > > > > The top level module in my encodetests package is named testsymgen.py. > When I run this module as a Python unit-test, it runs correctly, executin= g > some 160 tests from five submodules. > > > > When I rename the file to encodetests.py, however, and run it, it runs > zero tests. In the problem pane, each import line of the top level modul= e > generates this warning: > > > > Severity Description Resource In > Folder Location > > 1 Unused in wild import:=85 encodetests.py > symgen/encodetests line 33 > > > > Can anyone tell me why renaming the module should cause this behavior and > what I can do to correct it? > > > > Regards, > > > > Barry > > bar...@ps... > > 541-302-1107 > > *________________________* > > *We who cut mere stones must always be envisioning cathedrals.*** > > *=97Quarry worker's creed*** > > > |
From: Carroll, B. <Bar...@ps...> - 2006-04-26 01:06:45
|
Greetings: =20 The top level module in my encodetests package is named testsymgen.py. When I run this module as a Python unit-test, it runs correctly, executing some 160 tests from five submodules. =20 =20 When I rename the file to encodetests.py, however, and run it, it runs zero tests. In the problem pane, each import line of the top level module generates this warning: =20 Severity Description Resource In Folder Location 1 Unused in wild import:... encodetests.py symgen/encodetests line 33 =20 =20 Can anyone tell me why renaming the module should cause this behavior and what I can do to correct it? =20 Regards, =20 Barry bar...@ps... 541-302-1107 ________________________ We who cut mere stones must always be envisioning cathedrals. -Quarry worker's creed =20 |
From: Carroll, B. <Bar...@ps...> - 2006-04-26 00:32:33
|
Fabio: Again, thank you for your help. =20 Okay. I have managed to set up the symgen project and added '/symgen' to = the project. I had to move the encode folder from its location under = J:\My Documents/python to J:\My Documents\Projects\symgen, as PyDev = could not traverse the shortcut to access the files. No matter. I can = now open the project, open the various source files, create new folders = under the project, and do other file management tasks.=20 Next, I tried to create a new package to hold my test case files. I = selected 'PyDev Package' from the 'New' pull-down menu. The instruction = in the dialog box was "Create a new Python module", which confused me. = I decided to enter the name of my desired package: 'encodetests'. = Clicking on 'Finish' resulted in a new folder with my package name, = containing an empty __init__.py file. I added a descriptive comment to = the __init__.py file and moved my test case files into the folder. =20 So far, so good. =20 Next I tried running my test cases from within the work space. I = highlighted my top level test file, 'encodetests.py', opened the pop-up = menu and selected 'Run As/Python unit-test'. Lo and behold, the test = ran, the console window showed the result, the one failing test case = failed as expected and the link to the failing line of code was = highlighted. =20 Happy day! I' up and running! Thank you Again, Fabio, for your help. I'm sure I will have lots of = additional questions. =20 Regards, =A0 Barry bar...@ps... 541-302-1107 ________________________ We who cut mere stones must always be envisioning cathedrals. -Quarry worker's creed >________________________________________ >From: Fabio Zadrozny [mailto:fa...@gm...]=20 >Sent: Tuesday, April 25, 2006 3:19 PM >To: Carroll, Barry >Cc: pyd...@li... >Subject: Re: [Pydev-users] Importing an Existing Package into PyDev > >Hi Barry, > <<snip>> > >>The first issues I need to solve are: >> >>=A0=A0 1. Can I turn my symgen folder into a PyDev project folder, >>=A0=A0=A0=A0=A0=A0and if so, how? >> >Just create a new project and make the project location as=20 > >J:\My Documents\Projects\symgen >=A0 >(so you can use it as your source folder) > >>=A0=A0 2. Can I use my existing __init__ file as PyDev's __init__ = file, >>=A0=A0=A0=A0=A0=A0and, if so how? > >In the project properties, set the project root to be in the = pythonpath.=20 > >If that does not suit you, please report back.=20 > >Cheers, > >Fabio |
From: Fabio Z. <fa...@gm...> - 2006-04-25 22:18:35
|
Hi Barry, On 4/25/06, Carroll, Barry <Bar...@ps...> wrote: > > Fabio: > > Thanks for your prompt reply. I did not know about the manual before I > received your post. I have read through it now, but unfortunately I stil= l > don't know how to convert an existing Python package into a PyDev project= . > > My package is named encode. It is part of a (non-PyDev) project named > symgen. The file system hierarchy looks like this: > > J:\My Documents\Projects\symgen > testfiles.py (test case files) > encode\ (the package directory) > __init__.py > codefiles.py (Python source code files) > > (The encode folder is actually a shortcut to J:\My > Documents\python\encode. The python folder is our department's standard > repository for Python development code, and is included in the PYTHONPATH > list by a .pth file in C:\Python23. A bit odd, I know, but it works and = the > details aren't important to the current problem.) > > The first issues I need to solve are: > > 1. Can I turn my symgen folder into a PyDev project folder, > and if so, how? Just create a new project and make the project location as J:\My Documents\Projects\symgen (so you can use it as your source folder) 2. Can I use my existing __init__ file as PyDev's __init__ file, > and, if so how? In the project properties, set the project root to be in the pythonpath. If that does not suit you, please report back. Cheers, Fabio |
From: Carroll, B. <Bar...@ps...> - 2006-04-25 19:58:14
|
Fabio: Thanks for your prompt reply. I did not know about the manual before I = received your post. I have read through it now, but unfortunately I = still don't know how to convert an existing Python package into a PyDev = project. =20 My package is named encode. It is part of a (non-PyDev) project named = symgen. The file system hierarchy looks like this: J:\My Documents\Projects\symgen testfiles.py (test case files) encode\ (the package directory) __init__.py codefiles.py (Python source code files) (The encode folder is actually a shortcut to J:\My = Documents\python\encode. The python folder is our department's standard = repository for Python development code, and is included in the = PYTHONPATH list by a .pth file in C:\Python23. A bit odd, I know, but = it works and the details aren't important to the current problem.) The first issues I need to solve are: 1. Can I turn my symgen folder into a PyDev project folder,=20 and if so, how? 2. Can I use my existing __init__ file as PyDev's __init__ file, and, if so how?=20 Thanks in advance for any help you or other readers of this list can = provide. Meanwhile, I will forge ahead. If I figure out anything = useful, I'll post it here. Regards, =A0 Barry bar...@ps... 541-302-1107 ________________________ We who cut mere stones must always be envisioning cathedrals. -Quarry worker's creed ________________________________________ >From: Fabio Zadrozny [mailto:fa...@gm...]=20 >Sent: Tuesday, April 25, 2006 3:43 AM >To: pyd...@li... >Cc: Carroll, Barry >Subject: Re: [Pydev-users] Importing an Existing Package into PyDev > >Hi Barry, >=A0 <<snip>> > >Have you checked http://www.fabioz.com/pydev/manual_101_root.html? If = you >still don't know how to do it after reading it, please post back = again. > >Cheers, > >Fabio |
From: SourceForge.net <no...@so...> - 2006-04-25 14:22:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3702437 By: nobody hi fabio, I reinstalled the whole package eclipse + pydev extensions a couple of days ago and since then the problem has gone - the debuger doesn't hang anymore. cheers, cesare ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: Fabio Z. <fa...@gm...> - 2006-04-25 10:43:03
|
Hi Barry, I am investigating PyDev as a possible development environment for our new > automated test system. I have just installed eclipse and PyDev onto my > computer. It seems to be working okay. I have an existing package (part= of > the test system's operating software), consisting of about a dozen files, > evenly divided between code and test case files. I have been developing = it > using GViM and PyShell. I want to import it into a PyDev package but can= 't > figure out how to do it. In particular, the File/Import option does not > seem to contain an option to do what I need. How do I go about this? > > > > More generally, is there a tutorial or user's guide for beginners like me= ? > > Have you checked http://www.fabioz.com/pydev/manual_101_root.html? If you still don't know how to do it after reading it, please post back again. Cheers, Fabio |
From: Carroll, B. <Bar...@ps...> - 2006-04-25 00:27:44
|
Greetings: =20 I am investigating PyDev as a possible development environment for our new automated test system. I have just installed eclipse and PyDev onto my computer. It seems to be working okay. I have an existing package (part of the test system's operating software), consisting of about a dozen files, evenly divided between code and test case files. I have been developing it using GViM and PyShell. I want to import it into a PyDev package but can't figure out how to do it. In particular, the File/Import option does not seem to contain an option to do what I need. How do I go about this? =20 More generally, is there a tutorial or user's guide for beginners like me? =20 =20 Regards, =20 Barry bar...@ps... 541-302-1107 ________________________ We who cut mere stones must always be envisioning cathedrals. -Quarry worker's creed =20 |
From: SourceForge.net <no...@so...> - 2006-04-24 17:41:37
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3701036 By: fabioz Hi Sten, Actually not... I'm defining the targets for achieving version 1.1 of pydev, and Eclipse 3.2 support should be among them (I'll blog about it at http://pydev.blogspot.com, so, keep an eye on it). Regards, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-24 17:36:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3701029 By: ernerot Has anything been done to support Eclipse 3.2 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: Fabio Z. <fa...@gm...> - 2006-04-24 16:59: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: SourceForge.net <no...@so...> - 2006-04-24 16:48:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3700950 By: fabioz Forgot to put the place to register in the mailing list: http://sourceforge.net/mail/?group_id=85796 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-04-24 16:47:48
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3700948 By: fabioz The Pydev has activated 2 new mailing lists for those interested: - pydev-users: Messages posted in the pydev-users forum will be forwarded to this mailing list. Its purpose is to provide an additional interface to this forum (and may replace it later depending on the opinions of pydev users). - pydev-announce: This is another way of keeping up-to-date with the announces (altough announces will still be delivered to the usual places: sf news, rss, etc). - pydev-code: This list already existed and should be used for code-related discussions. Feedback, as always is appreciated ;-) Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |