Pydev 1.5.8 Released

F

Fabio Zadrozny

Hi All,

Pydev 1.5.8 has been released

Details on Pydev: http://pydev.org
Details on its development: http://pydev.blogspot.com

Release Highlights:
-------------------------------


* Features only available on Aptana Studio 3 (Beta):

* Theming support provided by Aptana Studio used
* Find bar provided by Aptana used (instead of the default
find/replace dialog)
* Aptana App Explorer provides Pydev nodes


* Eclipse:

* Eclipse 3.6 is now supported
* Pydev Jars are now signed


* Django:

* DoesNotExist and MultipleObjectsReturned recognized in Django
* Added option to make the name of Django models,views,tests
editors work as regular editors while still changing the icon


* Run/Debug:

* Ctrl+Shift+B properly working to toggle breakpoint
* If file is not found in debugger, only warn once (and properly
cache the return)
* Run configuration menus: Only showing the ones that have an
available interpreter configured


* Outline/Pydev Package Explorer:

* Fixed sorting issue in pydev package explorer when comparing
elements from the python model with elements from the eclipse resource
model
* Fixed issue when the 'go into' was used in the pydev package
explorer (refresh was not automatic)
* Added decoration to class attributes
* Added node identifying if __name__ == '__main__'


* General:

* Properly working with editor names when the path would be the
same for different editors
* Fixed issue where aptanavfs appeared in the title for aptana remote files
* Fixed halting condition
* Not always applying completion of dot in interactive console on
context-insensitive completions
* Home key properly handled in compare editor
* Interactive console working with pickle
* String substitution configuration in interpreter properly works
* On import completions, full module names are not shown anymore,
only the next submodule alternative



What is PyDev?
---------------------------

PyDev is a plugin that enables users to use Eclipse for Python, Jython
and IronPython 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

Aptana
http://aptana.com/

Pydev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com
 
E

ejosvp

I have a problem with pydev 1.5.8


An error has occurred. See error log for more details.
com.aptana.editor.common.CommonEditorPlugin.getThemeManager()Lcom/
aptana/editor/common/theme/IThemeManager;


I seek the file and that file does not exist
 
E

ejosvp

I have a problem with pydev 1.5.8

An error has occurred. See error log for more details.
com.aptana.editor.common.CommonEditorPlugin.getThemeManager()Lcom/
aptana/editor/common/theme/IThemeManager;

I seek the file and that file does not exist

my log is:



!ENTRY org.eclipse.jface 4 2 2010-06-28 22:36:56.642
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
!STACK 0
java.lang.NoSuchMethodError:
com.aptana.editor.common.CommonEditorPlugin.getThemeManager()Lcom/
aptana/editor/common/theme/IThemeManager;
at
org.python.pydev.red_core.AddRedCorePreferences.getFromTheme(AddRedCorePreferences.java:
40)
at
org.python.pydev.red_core.AddRedCorePreferences.getCommentTextAttribute(AddRedCorePreferences.java:
77)
at
org.python.pydev.ui.ColorAndStyleCache.getCommentTextAttribute(ColorAndStyleCache.java:
145)
at
org.python.pydev.editor.PyColoredScanner.updateColorAndStyle(PyColoredScanner.java:
37)
at
org.python.pydev.editor.PyColoredScanner.<init>(PyColoredScanner.java:
31)
at
org.python.pydev.editor.PyEditConfigurationWithoutEditor.getPresentationReconciler(PyEditConfigurationWithoutEditor.java:
185)
at
org.eclipse.jface.text.source.SourceViewer.configure(SourceViewer.java:
366)
at
org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:
3323)
at
org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:
53)
at
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:
427)
at
org.python.pydev.editor.codefolding.PyEditProjection.createPartControl(PyEditProjection.java:
71)
at org.python.pydev.editor.PyEdit.createPartControl(PyEdit.java:314)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:
662)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:
462)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:
595)
at
org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:
286)
at
org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:
403)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:
2799)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:
2762)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:
2754)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:
2705)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:
70)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:
2701)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:
2685)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:
2668)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:683)
at
org.python.pydev.navigator.actions.PyOpenResourceAction.openFiles(PyOpenResourceAction.java:
94)
at
org.python.pydev.navigator.actions.PyOpenPythonFileAction.run(PyOpenPythonFileAction.java:
73)
at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:221)
at org.eclipse.ui.navigator.CommonNavigatorManager
$3.open(CommonNavigatorManager.java:202)
at org.eclipse.ui.OpenAndLinkWithEditorHelper
$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
at org.eclipse.jface.viewers.StructuredViewer
$2.run(StructuredViewer.java:842)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.runtime.Platform.run(Platform.java:888)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at
org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:
840)
at
org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:
1101)
at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:
467)
at org.eclipse.jface.viewers.StructuredViewer
$6.handleOpen(StructuredViewer.java:1205)
at
org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:
264)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:
258)
at org.eclipse.jface.util.OpenStrategy
$1.handleEvent(OpenStrategy.java:298)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
149)
at com.aptana.radrails.rcp.IDEApplication.start(IDEApplication.java:
123)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
194)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:
110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:
79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
368)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
 
F

Fabio Zadrozny

Hi,

Thanks for the report. I'll fix that and make a new release later
today. The problem is that I stopped changes in pydev and started
testing locally on June 21st and the new Aptana release from June 24th
is not totally backward compatible -- and unfortunately no one saw
that issue with the nightly build before the release either :(

Cheers,

Fabio
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

PyDev 3.0 Released 2
PyDev 3.1.0 released 0
PyDev 3.4.1 Released 0
PyDev 2.2.3 Released 1
PyDev 3.3.3 Released 0
PyDev 3.5.0 Released 0
PyDev 2.8.2 released 0
PyDev 2.8.0 Released 0

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top