<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/hapdebugger/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/hapdebugger/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 04 Jun 2004 21:22:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hapdebugger/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Editor improvements</title><link>https://sourceforge.net/p/hapdebugger/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As a debugger I think HAP it's just amazing!.&lt;br /&gt;
But the editor seems to need some polishing, Scintilla it's &lt;br /&gt;
just great. Just consider this features:&lt;br /&gt;
* Allow Split Windows for text editing.&lt;br /&gt;
* CTAGS support for better code navigation.&lt;br /&gt;
* Capture the output (stdout, stderr) of programs, like &lt;br /&gt;
in SciTE, allow to 'jump directly' to reported error.&lt;br /&gt;
* Code completition.&lt;br /&gt;
* Better Python help file integration (at F1 jump to &lt;br /&gt;
keyword in helpfile).&lt;br /&gt;
* Allow to add other help files (imagine wxPython help &lt;br /&gt;
file integration).&lt;br /&gt;
* Easier tools configuration interface. Now it's very hard &lt;br /&gt;
to setup any tool.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rene Aguirre</dc:creator><pubDate>Fri, 04 Jun 2004 21:22:40 -0000</pubDate><guid>https://sourceforge.net73b1894dd82b69e6d39becfe1b666b6c571ef8e9</guid></item><item><title>doc/manual ?</title><link>https://sourceforge.net/p/hapdebugger/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I don't understand how the module panel work, and &lt;br /&gt;
I haven't found any Readme file - a minimal &lt;br /&gt;
documenting support will be appreciated.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 10 Apr 2003 14:38:00 -0000</pubDate><guid>https://sourceforge.net4d182d41b8ee1a2112f96cc685832f85e61ec08d</guid></item><item><title>Can't run or build V3.0 on win98</title><link>https://sourceforge.net/p/hapdebugger/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Win98, Python 2.2.1&lt;br /&gt;
1) The binaries require something in NTDLL.DLL (via &lt;br /&gt;
PSAPI.DLL) called something like &amp;amp;quot;NtAlloc........&amp;amp;quot;. My &lt;br /&gt;
NTDLL.DLL is from '98 but replacing it with a more &lt;br /&gt;
recent one downloaded from dlls.com(?) didn't make any &lt;br /&gt;
change.&lt;br /&gt;
2) I downloaded the source and tried to build using &lt;br /&gt;
VC++ v6.0 with no luck.Do I need to update my VC++? It &lt;br /&gt;
can't find &amp;amp;quot;htmlhelp.h&amp;amp;quot;, and a couple of definitions are &lt;br /&gt;
missing: LVS_EX_LABELTIP and BIF_USENEWUI and &lt;br /&gt;
maybe a few more.&lt;/p&gt;
&lt;p&gt;Help!&lt;br /&gt;
-Rick King&lt;br /&gt;
Southfield MI&lt;br /&gt;
rickbking@comcast.net&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rick King</dc:creator><pubDate>Mon, 06 Jan 2003 17:47:37 -0000</pubDate><guid>https://sourceforge.net7a9339758493a44d0823c1ec36f69769e9d37f0d</guid></item><item><title>sys.stdout has no flush method</title><link>https://sourceforge.net/p/hapdebugger/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Flush method is undefined in HeStdOut.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;This happens in an auto-generated code from &lt;br /&gt;
cherrypy.&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;/p&gt;
&lt;p&gt;File &amp;amp;quot;H:\tmp\cherrypy-0.7\test\alaServer.py&amp;amp;quot;, &lt;br /&gt;
line 432, in ?&lt;/p&gt;
&lt;p&gt;sys.stdout.flush()&lt;/p&gt;
&lt;p&gt;AttributeError: HeStdOut instance has no &lt;br /&gt;
attribute 'flush'&lt;/p&gt;
&lt;p&gt;The Python docs say:&lt;/p&gt;
&lt;p&gt;&amp;amp;quot;flush() - Flush the internal buffer, like stdio's &lt;br /&gt;
fflush(). This may be a no-op on some file-like &lt;br /&gt;
objects&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;However they also say:&lt;/p&gt;
&lt;p&gt;&amp;amp;quot;stdout and stderr needn't be built-in file &lt;br /&gt;
objects: any object is acceptable as long as it &lt;br /&gt;
has a write() method that takes a string &lt;br /&gt;
argument.&amp;amp;quot;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maciej Starzyk</dc:creator><pubDate>Tue, 26 Nov 2002 22:51:45 -0000</pubDate><guid>https://sourceforge.net60646de77af3351af310b54a3bb336500c3cf2f0</guid></item><item><title>Installation of TK extensions?</title><link>https://sourceforge.net/p/hapdebugger/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The tixwidgets.py program works fine in Python from a &lt;br /&gt;
console window after Tix is installed properly. However, &lt;br /&gt;
it does not run under HAP. Looks like HAP can't find &lt;br /&gt;
some of the Tix files, but I'm not sure. I'm sure how to &lt;br /&gt;
set this up so it works. Can you help? Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Dickey</dc:creator><pubDate>Wed, 02 Oct 2002 20:23:20 -0000</pubDate><guid>https://sourceforge.nete9a07d096c4195207c603d563733eb310624257f</guid></item></channel></rss>