Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1890

PyDev 4.4.0 Released

Path csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <fabiofz@gmail.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-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; 'formatting': 0.07; 'javascript,': 0.07; 'assigning': 0.09; 'ide': 0.09; 'instance.': 0.09; 'typed': 0.09; 'python': 0.10; 'language,': 0.11; 'syntax': 0.13; 'django': 0.13; 'bundles': 0.16; 'debugger.': 0.16; 'development:': 0.16; 'eclipse': 0.16; 'formatting.': 0.16; 'ironpython': 0.16; 'skip:z 70': 0.16; 'to:addr:lists.sourceforge.net': 0.16; 'to:name:python list': 0.16; 'url:pydev': 0.16; 'skip:l 30': 0.18; 'developer': 0.20; 'minor': 0.22; 'parameter': 0.22; 'cheers,': 0.22; 'elements': 0.23; 'message-id:@mail.gmail.com': 0.27; 'specify': 0.27; 'ansi': 0.29; 'environment': 0.29; 'code': 0.30; 'fixed': 0.31; 'skip:- 30': 0.32; 'html,': 0.33; 'languages': 0.34; 'gives': 0.35; 'skip:- 50': 0.35; 'received:google.com': 0.35; 'instance': 0.35; 'skip:p 30': 0.35; 'url:org': 0.36; 'lines': 0.36; 'development.': 0.36; 'to:addr:python-list': 0.36; 'release': 0.37; 'skip:- 20': 0.39; 'to:addr:python.org': 0.40; 'software': 0.40; 'details': 0.62; 'improved': 0.63; 'more': 0.63; 'information': 0.63; 'to:no real name:2**2': 0.65; 'improvements': 0.66; 'to:2**3': 0.66; 'results': 0.66; 'commercial': 0.73; 'completion': 0.79; 'console,': 0.84; 'highlights:': 0.84
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=QYYo7GBAqefX+BDEbVLQ+qAk+YWpHFN1MuJxiKougS8=; b=AqxmYnDFgH4VprcXMPsj9DkmzMRucPUZC+iL4q1102rcfK/wuIlD4capOdgrjNzBzz l1SJ4VGDygMTgGtg362hCay5pzsp0IfzwmeGVAu16NVatMwmX/UAdLh28ApPw3LjzA23 fDzvQki58YZbrHyTSVh+4rEpaPYhm0FZs1SHaX8V/9ds6e79HYbnKAf9jvOrLu4i/qNK YoD8/GdklCO/BgefhH1z3ERTZUL9XZiYFMqMzKvVYrtftWeo4Q06lJX/QBRxOSL6u/eA wYXScsHZ3QQPkmzYPI4o/YXebdQ0lAFkjWzgNmFRAg9bQRiYmqZYZiUCPSBXc8p0Aopx 4VaA==
X-Received by 10.50.41.6 with SMTP id b6mr2490157igl.48.1444132797100; Tue, 06 Oct 2015 04:59:57 -0700 (PDT)
MIME-Version 1.0
From Fabio Zadrozny <fabiofz@gmail.com>
Date Tue, 6 Oct 2015 08:59:37 -0300
Subject PyDev 4.4.0 Released
To jython-users@lists.sourceforge.net, pydev-announce@lists.sourceforge.net, pydev-code@lists.sourceforge.net, pydev-users@lists.sourceforge.net, python-announce-list@python.org, python list <python-list@python.org>
X-Mailman-Approved-At Tue, 06 Oct 2015 14:02:28 +0200
Content-Type text/plain; charset=UTF-8
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.420.1444132949.28679.python-announce-list@python.org> (permalink)
Lines 62
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1444132949 news.xs4all.nl 23770 [2001:888:2000:d::a6]:54284
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1890

Show key headers only | View raw


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

* Improved PyDev Package Explorer to give more information when all
elements are filtered.

* Code completion improvements: when a parameter is typed in the docstring,
assigning it to an instance gives proper code-completion results when
accessing the instance.

* Fixed issues dealing with ansi colors in the interactive console.

* When autopep8 is applied as the code formatting engine, the region
selected is used to specify the lines for formatting.

* Minor improvements in the debugger.


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/



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/

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

PyDev 4.4.0 Released Fabio Zadrozny <fabiofz@gmail.com> - 2015-10-06 08:59 -0300

csiph-web