<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to blog</title><link href="https://sourceforge.net/p/pycodebug/blog/" rel="alternate"/><link href="https://sourceforge.net/p/pycodebug/blog/feed.atom" rel="self"/><id>https://sourceforge.net/p/pycodebug/blog/</id><updated>2013-09-10T19:51:56.754000Z</updated><subtitle>Recent posts to blog</subtitle><entry><title>What's next</title><link href="https://sourceforge.net/p/pycodebug/blog/2013/09/whats-next/" rel="alternate"/><published>2013-09-10T19:51:56.754000Z</published><updated>2013-09-10T19:51:56.754000Z</updated><author><name>Amir Geva</name><uri>https://sourceforge.net/u/photoneffect/</uri></author><id>https://sourceforge.net51df760be22686e1b386d87a8ceb14dd33985a50</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After adding lots of features, I think now would be a good time to stop and do a re-cap.&lt;br /&gt;
For this purpose, I will select a typical scenario that this tool can handle, and record a tutorial session that shows the usage from start to finish, with some details on how the features come to play.&lt;br /&gt;
Hopefully to be created and uploaded in the next few days.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Methods documentation</title><link href="https://sourceforge.net/p/pycodebug/blog/2013/09/methods-documentation/" rel="alternate"/><published>2013-09-10T19:39:15.911000Z</published><updated>2013-09-10T19:39:15.911000Z</updated><author><name>Amir Geva</name><uri>https://sourceforge.net/u/photoneffect/</uri></author><id>https://sourceforge.net359c5b844ac3c21523e0194cc4b3d1a117687330</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After finishing the methods list and selection, I figured the jump to having the docstring pulled and displayed for the selected method is not too much of a reach.&lt;br /&gt;
I had a few hours of internet outage today, so I had to use the interpreter's inspect to get some documentation for my own code (no online reference).  Took a little more time, but it all worked out.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Methods list</title><link href="https://sourceforge.net/p/pycodebug/blog/2013/09/methods-list/" rel="alternate"/><published>2013-09-09T20:37:45.498000Z</published><updated>2013-09-09T20:37:45.498000Z</updated><author><name>Amir Geva</name><uri>https://sourceforge.net/u/photoneffect/</uri></author><id>https://sourceforge.neted52eae9b007b9464b72dea22683740f129aa68a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Finalized the methods list floating list&lt;br /&gt;
Getting all of this done is relatively easy code-wise, but the PySide documentation requires more work than the bare minimum of coding.&lt;br /&gt;
Thanks to StackOverflow, it only took a couple of evenings and not much more.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Variable methods helper</title><link href="https://sourceforge.net/p/pycodebug/blog/2013/09/variable-methods-helper/" rel="alternate"/><published>2013-09-07T20:00:31.766000Z</published><updated>2013-09-07T20:00:31.766000Z</updated><author><name>Amir Geva</name><uri>https://sourceforge.net/u/photoneffect/</uri></author><id>https://sourceforge.net8f400d7d8d5fb8f2392b32c251244022222dd66d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Started working on adding a view of a variable methods, right after pressing the dot.&lt;br /&gt;
This uses a similar approach as the value evaluation.&lt;br /&gt;
Most of the work was on generalization of the Evaluator code.&lt;br /&gt;
Still need to create the floating methods list dialog.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Files history &amp; Icon</title><link href="https://sourceforge.net/p/pycodebug/blog/2013/08/files-history--icon/" rel="alternate"/><published>2013-08-31T12:30:22.714000Z</published><updated>2013-08-31T12:30:22.714000Z</updated><author><name>Amir Geva</name><uri>https://sourceforge.net/u/photoneffect/</uri></author><id>https://sourceforge.netb655e48735988d1902ddb2ccf86078d391efac71</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In order to make it easier to work with multiple scripts, I added a typical recent files history.  It's accessible from both the File menu, and an optional recent files pane, in the View menu.&lt;br /&gt;
Also added a cute icon&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Overloading the concept</title><link href="https://sourceforge.net/p/pycodebug/blog/2013/08/overloading-the-concept/" rel="alternate"/><published>2013-08-25T18:10:18.591000Z</published><updated>2013-08-25T18:10:18.591000Z</updated><author><name>Amir Geva</name><uri>https://sourceforge.net/u/photoneffect/</uri></author><id>https://sourceforge.net3b2a6e92d346381c2ae76f8c0e6a1603c485c006</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;While working on the project, it occurred to me that in addition to collecting variable values, I can also collect exceptions and errors, and display them.&lt;br /&gt;
The code now includes support for this, marking error lines with red background and adding a call-out balloon with the error message.&lt;br /&gt;
This should help with those pesky typos that are discovered during run-time.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>