Release 3.2.0 of CodeInvestigator.

2013-08-26 Thread hans moleman
CodeInvestigator 3.2.0 was released on August 21. Bug fixes: - Chrome browser: search by value - less memory usage Changes: - nested iterations remain at selected iteration as much as possible - block colors now follow a set pattern - searches are now grouped in subgroups - user can

New version of CodeInvestigator.

2012-11-16 Thread hans moleman
CodeInvestigator version 3.0.0 was released on November 15. Functionality changes: - Class instances can be inquired on to show all their attributes. - Arrays are shown in a more structured way. - Variable values field can be resized. - Script screen has a clearer directories section. Bug cha

New release of CodeInvestigator

2012-04-03 Thread hans moleman
CodeInvestigator version 2.0.0 was released on April 2. Bug fixes: - Unicode printing - old runs were not always removed - Unicode searches - 'if condition: continue' on one line, failed - print '' failed Changes: - Google app engine - debug data remains visible in another iteration - going bac

CodeInvestigator version 1.7.0 was released on September 3

2011-09-03 Thread hans moleman
CodeInvestigator version 1.7.0 was released on September 3. - Bug fixes: When 'print' and 'if' appear on the same line, the generate failed. pprint() actions were not picked up. - Design changes: A default configuration is used when installing. The dependency on tkinter could be removed

CodeInvestigator version 1.6.0 was released on June 1.

2011-06-01 Thread hans moleman
CodeInvestigator version 1.6.0 was released on June 1. Changes: - Python 3: Windows: Two seperate installers for Python2 and Python3. Mac: One installer for both. Linux : No more RPM and DEB installers. Run 'python setup.py install'. Required Python 2.7 or higher. Bugs:

CodeInvestigator version 1.5.0 was released on April 21.

2011-04-22 Thread hans moleman
CodeInvestigator version 1.5.0 was released on April 21. Changes: - A lot of UI changes. Backgrounds, code blocks and menu. - Print statements can now be clicked. The entire printout shows and what was contributed by the print statement. - Browser collection of runtime data is faster: Cl

CodeInvestigator version 1.5.0 was released on April 21.

2011-04-21 Thread hans moleman
CodeInvestigator version 1.5.0 was released on April 21. Changes: - A lot of UI changes. Backgrounds, code blocks and menu. - Print statements can now be clicked. The entire printout shows and what was contributed by the print statement. - Browser collection of runtime data is faster: Cl

New version of CodeInvestigator

2010-07-15 Thread hans moleman
CodeInvestigator version 1.2.0 was released on July 15. Changes: Added a search by line function: Specify a line number in a program and you are shown where and when it is executed. Changes to how debug information is displayed and removed: You don't need to click the identifier or

CodeInvestigator 1.0.1 release on April 30

2010-05-03 Thread hans moleman
CodeInvestigator 1.0.1 was released on April 30. I made some changes to the interface and it can now be used with Chrome and IE8. CodeInvestigator is a tracing tool for Python programs. Running a program through CodeInvestigator creates a recording. Program flow, function calls, variable values

Release of CodeInvestigator 0.22.0

2010-02-13 Thread hans moleman
CodeInvestigator 0.22.0 was released on Feb 13. I have changed the recording process to make it run faster. CodeInvestigator is a tracing tool for Python programs. Running a program through CodeInvestigator creates a recording. Program flow, function calls, variable values and conditions are all

Release of version 0.21.0 of CodeInvestigator

2010-01-10 Thread hans moleman
CodeInvestigator 0.21.0 was released on January 11. Bug changes: - In Windows, a shortcut was only created when an Administrator did the install: Administrator privileges are no longer required. Functionality changes: - Tabs styling. - Drive letters show in the sub-menu under Windows. - 'A

CodeInvestigator 0.20.0

2009-12-16 Thread hans moleman
CodeInvestigator 0.20.0 was released on December 16. Changes: UI changes. You need Python 2.6 and Firefox for CodeInvestigator. CodeInvestigator is a tracing tool for Python programs. Running a program through CodeInvestigator creates a recording. Program flow, function calls, variable values

Release 0.19.0 of CodeInvestigator.

2009-11-20 Thread hans moleman
CodeInvestigator 0.19.0 was released on November 20. Bug fixes: An issue with 'from module import *'. Functionality change: Removal of most of the items on the Entry Points screen: Indirect calls are now logged against the originating line. These calls were clogging up the Entry

CodeInvestigator 0.18.0

2009-10-29 Thread hans moleman
CodeInvestigator 0.18.0 was released on October 29. It mainly deals with bug fixes: - Simple statements all on the one line separated by a semicolon. - Generators and yield. It has one enhancement: - An Entry Point filter was added. It allows you the leave out the entry points you're not inter

Try CodeInvestigator version 0.16.0

2009-09-23 Thread hans moleman
CodeInvestigator version 0.16.0 was released on Sept 23. It requires Python version 2.6 and a Firefox browser. Bug fixes: Indentation of comments and triple quoted strings. Triple quoted strings could embed additional spaces. Additional __str__ calls were made for an instance.

CodeInvestigator version 0.14.0

2009-08-05 Thread hans moleman
CodeInvestigator version 0.14.0 was released on August 6. Required Python version: >= 2.6 and < 3.0 Changes: Unicode characters. They are handled better. Performance changes: The database is written more efficiently, so that recording takes less time. Performance

CodeInvestigator version 0.13.0 was released on June 24

2009-06-24 Thread hans moleman
CodeInvestigator version 0.13.0 was released on June 24. Bug fix: Changes to imported files were not taken into account. This version only works with Python 2.6. Some modules disappear in Python 3.0 and this version has these modules replaced. CodeInvestigator is a tracing tool for

Version 0.12.0 of CodeInvestigator was released on May 26.

2009-05-25 Thread hans moleman
CodeInvestigator version 0.12.0 was released on May 26. Bug fixes: - A garbage collect issue with GTK - Aborting a run tries to retain as much debug information as possible New features: - A clock in the status window helps with locating the event handler in the list

CodeInverstigator version 0.11.2 was released on May 8.

2009-05-08 Thread hans moleman
CodeInvestigator version 0.11.2 was released on May 8. I have removed the multi threading server: It proved too unstable under windows. The unexpected "CodeInvestigator has been stopped" message should not appear anymore in windows. All platforms: Make sure you allow access port 34134 and now th

CodeInvestigator version 0.11.1

2009-04-28 Thread hans moleman
CodeInvestigator version 0.11.1 was released on April 28. Bug fix: - A windows installation issue was resolved. CodeInvestigator is a tracing tool for Python programs. Running a program through CodeInvestigator creates a recording. Program flow, function calls, variable values and conditio