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


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

ANN: EditXT 1.3.2

From Daniel Miller <millerdev@gmail.com>
Subject ANN: EditXT 1.3.2
Date 2013-10-19 11:19 -0400
Newsgroups comp.lang.python.announce
Message-ID <mailman.1287.1382295980.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


Introducing EditXT 1.3.2 - a programmer's text editor for Mac OS X
==================================================================

Download it from GitHub:
https://github.com/editxt/editxt/releases/tag/1.3.2

Features:

- Syntax highlighting for Python and JavaScript (more definitions can be added).
- Find/Replace with regular expression support and other conveniences.
- Command bar to execute commands without using the mouse.
- Smart indent/dedent with tabs or spaces.
- Comment/uncomment selection.
- Word wrap.
- Line numbers.
- Cursor position/selection length indicator.
- Unix/Mac/Windows line ending support.
- Document pane with drag/drop support.
- Undo beyond save and beyond auto-reload on external change.
- Persistent projects (cannot save project as file yet).
- Preliminary support for character encodings other than UTF-8.
- Sort lines tool.
- Licensed under GPLv3 (source code available at http://editxt.org/)
- Over 2000 tests (OK, not really a feature)

About this release:
===================

- Use SafeDump to dump editor config files (preparation for v1.4).

1.3.1 changes:

- Fix bug that prevented replace with nothing (empty string).

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


Thread

ANN: EditXT 1.3.2 Daniel Miller <millerdev@gmail.com> - 2013-10-19 11:19 -0400

csiph-web