pydev-users Mailing List for PyDev for Eclipse (Page 227)
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: Fabio Z. <fa...@es...> - 2005-03-31 16:48:26
|
Hi All, PyDev - Python IDE (Python development enviroment for Eclipse) version 0.9.2 has just been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Regards, Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com |
From: Fabio Z. <fa...@es...> - 2005-03-02 19:25:42
|
Hi All, PyDev - Python IDE (Python development enviroment for Eclipse) version 0.9.1 has just been released. You can check the homepage (http://pydev.sourceforge.net/) or my blog (http://pydev.blogspot.com/) for more details. ------------------------------------------------------ COMMENTS ON RELEASE: Content assistant improvements: - assign content assistant when assigned to variable strips the "get"; - move imports content assistant should be improved to move import closer to existant import and not to top of file; - Icons added to them; Others: - Ctrl+Shift+O: if no selection: Organizes all global imports from the file (sorts alphabetically); - Ctrl+Shift+O: if some line selection: sorts alphabetically the lines selected; - Ctrl+Shift+F: if no selection: Formats all code; - Ctrl+Shift+F: if some line selection: Formats selected code; - PyLint only blocks interface on "update results"; - the namespace in debug mode is not polluted anymore (Scott Schleiser provided the patch); - The PYTHONPATH used for debug now should be the same used in run. - Editor preferences Code Completion: - get parameters in code completion; - builtins like ' ', {}, [] should bring correct suggestions; - relative imports; - other bug-fixes; ------------------------------------------------------ Regards, Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br |
From: Fabio Z. <fa...@es...> - 2005-02-03 17:56:27
|
Hi All, PyDev - Python IDE (Python development enviroment for Eclipse) version 0.9.0 has just been released. This release supports python 2.4 and has PyLint 0.6 integrated. Code completion had some improvements too. Check the homepage for more details (http://pydev.sourceforge.net/). Regards, Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br |
From: Fabio Z. <fa...@es...> - 2004-10-29 11:08:40
|
test []s Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br |
From: Aleks T. <a...@to...> - 2004-01-16 21:58:30
|
Hi, I've just tried using pydev with jython for the first time. It is not going to work in this release. You'd think that they would be match made in heaven, considering that I am using Jython's parser for my outline. There are a couple of problems: - as you've noticed, the executable picker cannot specify .bat files. I've fixed this. - the command line options for the two are different. The -u I pass to python interpreter breaks jython. File a bug, and I'll get it in the next release. The right way to do this would be to make Jython an Eclipse plugin, and have a debugger extension that invokes jython inside eclipse. Aleks Martin Atzmueller wrote: > Hi, > > first, thanks for the great work on the pydev plugin for eclipse. This > makes developing in Python much easier. > However, I've tried to use Jython together with pydev (0.3). It turns > out that my jython.bat file, that starts up jython cannot be specified > in the preferences page to set up the interpreter. So, the run and debug > launcher do not work. Is there an option such that pydev works with jython? > > Thanks in advance, > Martin Atzmueller > |
From: Aleks T. <at...@ya...> - 2004-01-16 20:48:58
|
The installer package was a bit different this time around. The debugger requires Eclipse 2.1x and Java 1.4.x. It is not compatible with Eclipse 3.0. There are too many subtle changes to make it work on both. Aleks --- jw wrote: > Hi, > Your plugin is great.. launch/hot debug msgs look like > a step in the right direction.. > I had this issue upgrading from org.python.pydev_0.2.0, > to 0.3.1 > - quit eclipse > - zipped up old plugin > - unzipped 0.3.1 into plugins dir.. > > After restarting, I got the error message listed at the > bottom of my msg. No icons showed in the navigator tree > at all.. > - deleted 0.3.1, re-installed 0.2.0, restarted Eclipse... > no error. > > I figured out that the problem is, the subdirs have to be > pulled out of the /plugins and /features, up to . > > I've forgotten the DOS command to generate a graphical > tree listing, or I'd illustrate this. > > This problem seems fairly subtle..seems like it'd be > worth trying to get everything under a single parent > folder? > > After using the run cmd, I get this error (boy Eclipse > does a crap job reporting them!).. using Eclipse 3.0.0. > java.lang.NoClassDefFoundError: > org/eclipse/ui/externaltools/internal/launchConfigurations/ExternalToolsUtil > at > org.python.pydev.debug.ui.launching.PythonLaunchConfigurationDelegate.launch(PythonLaunchConfigurationDelegate.java:106) > at > org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:156) > at > org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:740) > at > org.eclipse.debug.ui.DebugUITools.buildAndLaunch(DebugUITools.java:625) > at > org.eclipse.debug.ui.DebugUITools$3.run(DebugUITools.java:581) > at > org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) > > Regards, > Jeff Winkler > > > > !SESSION Jan 16, 2004 13:27:42.649 > --------------------------------------------- > > java.version=1.4.2_02 > > java.vendor=Sun Microsystems Inc. > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, > NL=en_US > > Command-line arguments: -os win32 -ws win32 -arch x86 > -install file:C:/Eclipse/ > > !ENTRY org.eclipse.core.runtime 4 2 Jan 16, 2004 > 13:27:42.649 > > !MESSAGE Problems occurred when invoking code from > plug-in: "org.eclipse.core.runtime". > > !STACK 0 > > java.lang.NullPointerException > > at > org.eclipse.ui.internal.registry.RegistryReader$1.compare(RegistryReader.java:103) > > at java.util.Arrays.mergeSort(Unknown Source) > > at java.util.Arrays.mergeSort(Unknown Source) > > at java.util.Arrays.sort(Unknown Source) > > at java.util.Collections.sort(Unknown Source) > > at > org.eclipse.ui.internal.registry.RegistryReader.orderExtensions(RegistryReader.java:107) > > at > org.eclipse.ui.internal.registry.RegistryReader.readRegistry(RegistryReader.java:158) > > at > org.eclipse.ui.internal.registry.EditorRegistryReader.addEditors(EditorRegistryReader.java:53) > > at > org.eclipse.ui.internal.registry.EditorRegistry.initializeFromStorage(EditorRegistry.java:463) > > at > org.eclipse.ui.internal.registry.EditorRegistry.<init>(EditorRegistry.java:110) > > at > org.eclipse.ui.internal.WorkbenchPlugin.getEditorRegistry(WorkbenchPlugin.java:213) > > at > org.eclipse.ui.internal.Workbench.getEditorRegistry(Workbench.java:618) > > at > org.eclipse.ui.internal.ide.model.WorkbenchFile.getBaseImage(WorkbenchFile.java:28) > > at > org.eclipse.ui.internal.ide.model.WorkbenchResource.getImageDescriptor(WorkbenchResource.java:47) > > at > org.eclipse.ui.model.WorkbenchLabelProvider.getImage(WorkbenchLabelProvider.java:115) > > at > org.eclipse.jface.viewers.DecoratingLabelProvider.getImage(DecoratingLabelProvider.java:73) > > at > org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:99) > > at > org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:87) > > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:809) > > at > org.eclipse.core.runtime.Platform.run(Platform.java:447) > > at > org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:469) > > at > org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:119) > > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:809) > > at > org.eclipse.core.runtime.Platform.run(Platform.java:447) > > at > org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1285) > > at > org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:383) > > at > org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:363) > > at > org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) > > at > org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:349) > > at > org.eclipse.jface.viewers.AbstractTreeViewer.internalSetExpanded(AbstractTreeViewer.java:1129) > > at > org.eclipse.jface.viewers.AbstractTreeViewer.setExpandedElements(AbstractTreeViewer.java:1330) > > at > org.eclipse.ui.views.navigator.ResourceNavigator.restoreState(ResourceNavigator.java:917) > > at > org.eclipse.ui.views.navigator.ResourceNavigator.createPartControl(ResourceNavigator.java:263) > > at > org.eclipse.ui.internal.PartPane$4.run(PartPane.java:161) > > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:809) > > at > org.eclipse.core.runtime.Platform.run(Platform.java:447) > > at > org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:157) > > at > org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:211) > > at > org.eclipse.ui.internal.PartPane.createControl(PartPane.java:206) > > at > org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:190) > > at > org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:253) > > at > org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:225) > > at > org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:192) > > at > org.eclipse.ui.internal.PerspectivePresentation.activate(PerspectivePresentation.java:130) > > at > org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:731) > > === message truncated === __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus |