ANN: PySmell 0.7.2 released, many TextMate improvements

O

Orestis Markou

I'm very proud to announce the release of PySmell v0.7.2, now with
extra goodness.

Changes:

* TextMate's dialog no longer errors when dealing with a huge number
of entries.
* New --input allows mutation of existing PYSMELLTAGS file; useful
to run after a file is saved
* Analyze the current file when detecting completion type; more up-
to-date suggestions
* TextMate now completes a word rather than re-writing it.
* TextMate honours TM_PYTHON - no need to set PATH
* Fixes in pysmell.vim by Krzysiek Goj; Thanks!
* Bundle ez_setup for people that don't have setuptools.
* Use argparse.py rather than hand-rolled option parsing
* Fixed issue 18 (tabs)

PySmell is an auto-completion library for Python, meant to be plugged
in different editors. It uses static analysis to generate a TAGS file
for your code, and uses that to give you suggestions. It's very fast
--- suggestions are instantaneous and analyzing Django 1.0 takes ~15
seconds.

Download from PyPI: http://pypi.python.org/pypi/pysmell/
Issue tracking at Google Code: http://code.google.com/p/pysmell
Development at GitHub: http://github.com/orestis/pysmell/tree/master

Installation:

"python setup.py install", then copy pysmell.vim, pysmell.el in the
relevant places, or double click PySmell.tmbundle.

More instructions included in README.markdown.

Thanks,
Orestis Markou
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top