<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: A Call for Contributions</title>
	<atom:link href="http://winpdb.org/2008/04/a-call-for-contributions/feed/" rel="self" type="application/rss+xml" />
	<link>http://winpdb.org/2008/04/a-call-for-contributions/</link>
	<description></description>
	<pubDate>Sat, 04 Feb 2012 22:21:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: phr</title>
		<link>http://winpdb.org/2008/04/a-call-for-contributions/comment-page-1/#comment-14102</link>
		<dc:creator>phr</dc:creator>
		<pubDate>Thu, 29 May 2008 19:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=43#comment-14102</guid>
		<description>How about a postal address for donations, I don't want to use paypal for this because it's set up as a "donation" transaction which may post to my credit card as a cash advance, which then incurs finance charges on all the other transactions on my card for that billing period.  Or just put up a paypal address without the cutesy donation screen.  I can then make a donation and label it as "goods".</description>
		<content:encoded><![CDATA[<p>How about a postal address for donations, I don&#8217;t want to use paypal for this because it&#8217;s set up as a &#8220;donation&#8221; transaction which may post to my credit card as a cash advance, which then incurs finance charges on all the other transactions on my card for that billing period.  Or just put up a paypal address without the cutesy donation screen.  I can then make a donation and label it as &#8220;goods&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd</title>
		<link>http://winpdb.org/2008/04/a-call-for-contributions/comment-page-1/#comment-9605</link>
		<dc:creator>Bernd</dc:creator>
		<pubDate>Tue, 15 Apr 2008 21:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=43#comment-9605</guid>
		<description>Hey Nir,

now that I think about it - you should have applied for Google's Summer of Code - I guess they'd have sponsored a student to work on a Python app - it's their favourite language....

Cheers,

Bernd</description>
		<content:encoded><![CDATA[<p>Hey Nir,</p>
<p>now that I think about it - you should have applied for Google&#8217;s Summer of Code - I guess they&#8217;d have sponsored a student to work on a Python app - it&#8217;s their favourite language&#8230;.</p>
<p>Cheers,</p>
<p>Bernd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk Rothe</title>
		<link>http://winpdb.org/2008/04/a-call-for-contributions/comment-page-1/#comment-9586</link>
		<dc:creator>Dirk Rothe</dc:creator>
		<pubDate>Tue, 15 Apr 2008 14:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=43#comment-9586</guid>
		<description>The Open Dialog should be pimped, since there should be a fast way to open a remote File.

Maybe a insensitive substring-search in the filenames of the available modules. A List with the remaining Matches of the Modules to the right in the Dialog. That List is filtered as you type.

--dirk</description>
		<content:encoded><![CDATA[<p>The Open Dialog should be pimped, since there should be a fast way to open a remote File.</p>
<p>Maybe a insensitive substring-search in the filenames of the available modules. A List with the remaining Matches of the Modules to the right in the Dialog. That List is filtered as you type.</p>
<p>&#8211;dirk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nir</title>
		<link>http://winpdb.org/2008/04/a-call-for-contributions/comment-page-1/#comment-9264</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Thu, 10 Apr 2008 13:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=43#comment-9264</guid>
		<description>Bob, you have a point. I will set up a wiki or some sort of writable document. Google docs maybe? we will see. For the time being, this discussion can begin here.

Hi Jean, other GPL software are welcome to integrate rpdb2. There is such a plug-in I have not tried yet for anjuta (http://libanjutapython.sourceforge.net/). Unfortunately, PyScripter and Open Komodo have licenses that do not allow such integration.

You can definitely help with development. The main requirements are understanding of wxPython, willingness to develop polished and mature code that conforms to agreed style, and of course the code must not violate copyright of other sources. 

BTW, people are welcome to check out Jean's Winpdb modification that was posted at: http://sourceforge.net/tracker/index.php?func=detail&#038;aid=1912661&#038;group_id=145018&#038;atid=760562

I plan this as a refactoring effort. I do not wish a revolution but to begin with little missing features that would make Winpdb much more usable. For example:

1. Hovering with the mouse over a variable name in the source window should pop a tip with its value.

2. The source window should have good search functionality.

3. Better copy paste functionality.

4. usable right click context dialog.

5. Implement a settings dialog.

6. Go over the feature request list at sourceforge for interesting missing features.

7. Some other stuff that people will suggest here.

I will soon setup and publish the Winpdb source code as Mercurial repository. This will make collaboration much easier than with SVN.

Nir</description>
		<content:encoded><![CDATA[<p>Bob, you have a point. I will set up a wiki or some sort of writable document. Google docs maybe? we will see. For the time being, this discussion can begin here.</p>
<p>Hi Jean, other GPL software are welcome to integrate rpdb2. There is such a plug-in I have not tried yet for anjuta (http://libanjutapython.sourceforge.net/). Unfortunately, PyScripter and Open Komodo have licenses that do not allow such integration.</p>
<p>You can definitely help with development. The main requirements are understanding of wxPython, willingness to develop polished and mature code that conforms to agreed style, and of course the code must not violate copyright of other sources. </p>
<p>BTW, people are welcome to check out Jean&#8217;s Winpdb modification that was posted at: <a href="http://sourceforge.net/tracker/index.php?func=detail&#038;aid=1912661&#038;group_id=145018&#038;atid=760562" rel="nofollow">http://sourceforge.net/tracker/index.php?func=detail&#038;aid=1912661&#038;group_id=145018&#038;atid=760562</a></p>
<p>I plan this as a refactoring effort. I do not wish a revolution but to begin with little missing features that would make Winpdb much more usable. For example:</p>
<p>1. Hovering with the mouse over a variable name in the source window should pop a tip with its value.</p>
<p>2. The source window should have good search functionality.</p>
<p>3. Better copy paste functionality.</p>
<p>4. usable right click context dialog.</p>
<p>5. Implement a settings dialog.</p>
<p>6. Go over the feature request list at sourceforge for interesting missing features.</p>
<p>7. Some other stuff that people will suggest here.</p>
<p>I will soon setup and publish the Winpdb source code as Mercurial repository. This will make collaboration much easier than with SVN.</p>
<p>Nir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jppython</title>
		<link>http://winpdb.org/2008/04/a-call-for-contributions/comment-page-1/#comment-9262</link>
		<dc:creator>jppython</dc:creator>
		<pubDate>Thu, 10 Apr 2008 11:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=43#comment-9262</guid>
		<description>Hi Nir,
Of course I am interesting by a winpdb GUI improvment. I already sent you some suggestions about this.
I am ok to help you but how can I help you? Development, test...

I have a suggestion. What about a rpdb2 integration in another python IDE like PyScripter or Komodo Edit? With such a solution, you can keep to work mainly in the debugger engine.

Jean-Philippe</description>
		<content:encoded><![CDATA[<p>Hi Nir,<br />
Of course I am interesting by a winpdb GUI improvment. I already sent you some suggestions about this.<br />
I am ok to help you but how can I help you? Development, test&#8230;</p>
<p>I have a suggestion. What about a rpdb2 integration in another python IDE like PyScripter or Komodo Edit? With such a solution, you can keep to work mainly in the debugger engine.</p>
<p>Jean-Philippe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BobC</title>
		<link>http://winpdb.org/2008/04/a-call-for-contributions/comment-page-1/#comment-9232</link>
		<dc:creator>BobC</dc:creator>
		<pubDate>Wed, 09 Apr 2008 19:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=43#comment-9232</guid>
		<description>Hi Nir,

I'm a 30-year embedded systems C programmer, and a Python user since 2008 (newbie, using PythonCard).  WinPDB instantly became my most valuable Python tool.

Some questions about the overhaul:

1. Where are the specific goals, dreams and wishes for the overhaul being gathered?  (In addition to rdb2 issues, what else deserves attention in winpdb?)  A wiki page would be nice, though a sticky thread on the sourceforge forum may be good enough.

2. How can I help?  (What kind of help do you need most?)  At the very least, I can do some field testing of the new code (in the embedded domain), and may be able to help with documentation.


-BobC</description>
		<content:encoded><![CDATA[<p>Hi Nir,</p>
<p>I&#8217;m a 30-year embedded systems C programmer, and a Python user since 2008 (newbie, using PythonCard).  WinPDB instantly became my most valuable Python tool.</p>
<p>Some questions about the overhaul:</p>
<p>1. Where are the specific goals, dreams and wishes for the overhaul being gathered?  (In addition to rdb2 issues, what else deserves attention in winpdb?)  A wiki page would be nice, though a sticky thread on the sourceforge forum may be good enough.</p>
<p>2. How can I help?  (What kind of help do you need most?)  At the very least, I can do some field testing of the new code (in the embedded domain), and may be able to help with documentation.</p>
<p>-BobC</p>
]]></content:encoded>
	</item>
</channel>
</rss>

