Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'open- source': 0.04; 'javascript,': 0.07; 'filename.': 0.09; 'ide': 0.09; 'unpacking': 0.09; 'python': 0.11; 'language,': 0.11; 'syntax': 0.13; 'django': 0.14; 'properly': 0.15; 'andreas': 0.16; 'bundles': 0.16; 'development:': 0.16; 'eclipse': 0.16; 'folding': 0.16; 'ironpython': 0.16; 'operator.': 0.16; 'received:mail- ig0-x22a.google.com': 0.16; 'skip:z 70': 0.16; 'theme.': 0.16; 'to:addr:lists.sourceforge.net': 0.16; 'to:name:python list': 0.16; 'url:pydev': 0.16; 'developer': 0.16; 'debugging': 0.18; 'skip:l 30': 0.18; '>': 0.18; 'accepting': 0.18; 'parsing': 0.22; 'elements': 0.23; 'cheers,': 0.24; 'css': 0.27; 'object,': 0.27; 'message-id:@mail.gmail.com': 0.28; 'enabled': 0.29; 'environment': 0.29; 'comments': 0.30; 'skip:- 30': 0.30; 'development.': 0.31; 'fixed': 0.31; 'page.': 0.31; 'code': 0.31; 'included': 0.32; 'html,': 0.33; 'skip:h 40': 0.33; 'editor': 0.34; 'languages': 0.34; 'running': 0.34; 'file': 0.34; 'received:google.com': 0.34; 'skip:- 50': 0.35; 'to:addr:python- list': 0.35; 'remote': 0.35; 'too': 0.36; 'url:org': 0.36; 'there': 0.36; 'release': 0.37; 'skip:- 20': 0.37; 'to:addr:python.org': 0.39; 'some': 0.40; 'helps': 0.61; 'default': 0.61; 'more': 0.62; 'improved': 0.63; 'details': 0.63; 'results': 0.66; 'to:no real name:2**2': 0.68; 'commercial': 0.73; 'completion': 0.79; 'console,': 0.84; 'construct': 0.84; 'dark': 0.84; 'highlights:': 0.84; 'to:2**3': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=FLxO1CXz6KmYjlHhZZcMUchqR3HH2/1ipGTqH3xLs+c=; b=aRZ7floOkJs97ZNjCaRni4WXj/dvq5UyzdKhSG/PLanWmGVBmcKThbQ33tn4cPvuSP xAd/m+gOwdjn69hXqoAhriXlpIlKE4oNbDQVIClCj47DqonepGoG8FL/j013o8pgAxwg sXFGe8GBAeFPH6bHqlke9VX7mzaqCvUkUXMq9pab+sLPcLnyRoDYLWamSHv2eFYhG7uX 79rZO8J8+EH67s8Bt/Ozdfk1ptxMbrWGfg0iYTqMzVlzuXEgXEujGSDWTJsr6wgmsQiC C9iJpd0y4ygpzz64KrfKRRzfPOYukElUz+WhPyZpR/g8Q7rrRMnm3Vno7Fx6rkhK9UG2 qWHw== X-Received: by 10.107.156.71 with SMTP id f68mr37888649ioe.36.1432691353524; Tue, 26 May 2015 18:49:13 -0700 (PDT) MIME-Version: 1.0 From: Fabio Zadrozny Date: Tue, 26 May 2015 22:48:53 -0300 Subject: PyDev 4.1.0 Released To: jython-users@lists.sourceforge.net, pydev-announce@lists.sourceforge.net, pydev-code@lists.sourceforge.net, pydev-users@lists.sourceforge.net, python list , python-announce-list@python.org Content-Type: multipart/alternative; boundary=001a1140eeb43320e3051706738d X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 189 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432691361 news.xs4all.nl 2927 [2001:888:2000:d::a6]:43089 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91273 --001a1140eeb43320e3051706738d Content-Type: text/plain; charset=UTF-8 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, TextMate bundles and a number of other languages such as Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Release Highlights: ------------------------------- * **Code Completion** * Improved unpacking of compound types on more situations (PyDev-573). * **Debugger** * PyDev remote debugging no longer blocks running program to completion (PyDev-574). * When there are too many referrers to some object, results are trimmed. * **Python 3 grammar** * Accepting **@** as matrix multiplication operator. * **async** and **await** are properly parsed. * Fixed issue parsing 'list remainder' construct (PyDev-568). * **Others** * Fixed issue showing editor title name when more than one dot was present in the filename. * Support automatic folding elements when opening a file -- must be enabled in PyDev > Editor > Code Folding (patch by Andreas Pakulat). * Fixed issue on search page. * Included css to set default editor colors for PyDev for in Eclipse dark theme. * Tab-stops on comments added and enabled by default (patch by jheiv). * Fixed StackOverflowError on code-completion (PyDev-570) Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com PyVmMonitor - Python Profiler http://www.pyvmmonitor.com/ --001a1140eeb43320e3051706738d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 completi= on, syntax highlighting, syntax analysis, code analysis, refactor, debug, i= nteractive console, etc.

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


What is LiClipse?
---------------------------

<= /font>
LiCl= ipse is a PyDev standalone with goodies such as support for Multiple cursor= s, theming, TextMate bundles and a number of other languages such as Django= Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc.

<= /font>
It&#= 39;s also a commercial counterpart which helps supporting the development o= f PyDev.

Details on LiClipse: http://www.= liclipse.com/


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

* **Code Compl= etion**

* Improved unpackin= g of compound types on more situations (PyDev-573).

* **Debugger**

* PyDev remote debugging no longer = blocks running program to completion (PyDev-574).
* When there are too many referrers to some object, r= esults are trimmed.

* **Python 3 grammar**

* Accepting **@** as matrix multiplication operator.
* **async** and **await** are prope= rly parsed.
* Fixed issue pa= rsing 'list remainder' construct (PyDev-568).
<= font color=3D"#000000">* **Others**

* Fixed issue showing editor title name when more than one dot was= present in the filename.
* = Support automatic folding elements when opening a file -- must be enabled i= n PyDev > Editor > Code Folding (patch by Andreas Pakulat).
* Fixed issue on search page.
* Included css to set default edi= tor colors for PyDev for in Eclipse dark theme.
* Tab-stops on comments added and enabled by default (p= atch by jheiv).
* Fixed Sta= ckOverflowError on code-completion (PyDev-570)


Cheers,

--
Fabio Zadrozny
---------------= ---------------------------------------
Software Developer

LiClipse
http://www.liclipse.com

PyDev - Python Development Envir= onment for Eclipse
--001a1140eeb43320e3051706738d--