Kodos 1.2 - Python regular expression visual debugging tool

Phil stuff@mailzilla.net
29 Apr 2003 11:38:47 -0700


Kodos 1.2 has been released and is available at:

http://kodos.sourceforge.net

Kodos is a regular expression designer, tester, debugger and validator
that allows a developer to create and modify regular expressions
against a test string.  The intuitive grahpical interface allows the
developer the ability to modify the regular expression (regex) and to
see the effects against their test string in real-time.

Key Features:

- Matches can be easily viewed and each match can be seen distinctly

- Regex groups and named groups are clearly displayed

- Sample source code is shown so even python developers new to regular
expressions can quickly add the produced regular expressions to their
own projects.

- Ability to load and save your test cases

- Kodos relies on PyQt for the GUI elements.



Changes since 1.1:

* File menu now contains recently accessed kodos files (.kds)

* Preferences allows you to edit control the number of recent files
that appear

* regex reference guide has been expanded to include more entries

* Preferences are migrated from .kodos to .kodos/prefs

* New settings file .kodos/recent_files added

* Bug fix for Windows (Kodos mysteriously exited on startup)

* Added preference for processing timeout.

* Other minor fixes, cleanup, etc...


http://kodos.sourceforge.net