Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1112 > unrolled thread
| Started by | Daniel Miller <millerdev@gmail.com> |
|---|---|
| First post | 2013-10-19 11:19 -0400 |
| Last post | 2013-10-19 11:19 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
ANN: EditXT 1.3.2 Daniel Miller <millerdev@gmail.com> - 2013-10-19 11:19 -0400
| From | Daniel Miller <millerdev@gmail.com> |
|---|---|
| Date | 2013-10-19 11:19 -0400 |
| Subject | ANN: EditXT 1.3.2 |
| Message-ID | <mailman.1287.1382295980.18130.python-announce-list@python.org> |
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 top | Article view | comp.lang.python.announce
csiph-web