<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to blog</title><link>https://sourceforge.net/p/pycodebug/blog/</link><description>Recent posts to blog</description><atom:link href="https://sourceforge.net/p/pycodebug/blog/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 10 Sep 2013 19:51:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pycodebug/blog/feed.rss" rel="self" type="application/rss+xml"/><item><title>What's next</title><link>https://sourceforge.net/p/pycodebug/blog/2013/09/whats-next/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amir Geva</dc:creator><pubDate>Tue, 10 Sep 2013 19:51:56 -0000</pubDate><guid>https://sourceforge.net51df760be22686e1b386d87a8ceb14dd33985a50</guid></item><item><title>Methods documentation</title><link>https://sourceforge.net/p/pycodebug/blog/2013/09/methods-documentation/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amir Geva</dc:creator><pubDate>Tue, 10 Sep 2013 19:39:15 -0000</pubDate><guid>https://sourceforge.net359c5b844ac3c21523e0194cc4b3d1a117687330</guid></item><item><title>Methods list</title><link>https://sourceforge.net/p/pycodebug/blog/2013/09/methods-list/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amir Geva</dc:creator><pubDate>Mon, 09 Sep 2013 20:37:45 -0000</pubDate><guid>https://sourceforge.neted52eae9b007b9464b72dea22683740f129aa68a</guid></item><item><title>Variable methods helper</title><link>https://sourceforge.net/p/pycodebug/blog/2013/09/variable-methods-helper/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amir Geva</dc:creator><pubDate>Sat, 07 Sep 2013 20:00:31 -0000</pubDate><guid>https://sourceforge.net8f400d7d8d5fb8f2392b32c251244022222dd66d</guid></item><item><title>Files history &amp; Icon</title><link>https://sourceforge.net/p/pycodebug/blog/2013/08/files-history--icon/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amir Geva</dc:creator><pubDate>Sat, 31 Aug 2013 12:30:22 -0000</pubDate><guid>https://sourceforge.netb655e48735988d1902ddb2ccf86078d391efac71</guid></item><item><title>Overloading the concept</title><link>https://sourceforge.net/p/pycodebug/blog/2013/08/overloading-the-concept/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amir Geva</dc:creator><pubDate>Sun, 25 Aug 2013 18:10:18 -0000</pubDate><guid>https://sourceforge.net3b2a6e92d346381c2ae76f8c0e6a1603c485c006</guid></item></channel></rss>