<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/hapdebugger/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/hapdebugger/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/hapdebugger/support-requests/</id><updated>2004-06-04T21:22:40Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Editor improvements</title><link href="https://sourceforge.net/p/hapdebugger/support-requests/5/" rel="alternate"/><published>2004-06-04T21:22:40Z</published><updated>2004-06-04T21:22:40Z</updated><author><name>Rene Aguirre</name><uri>https://sourceforge.net/u/reneaguirre/</uri></author><id>https://sourceforge.net73b1894dd82b69e6d39becfe1b666b6c571ef8e9</id><summary type="html">&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;</summary></entry><entry><title>doc/manual ?</title><link href="https://sourceforge.net/p/hapdebugger/support-requests/4/" rel="alternate"/><published>2003-04-10T14:38:00Z</published><updated>2003-04-10T14:38:00Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net4d182d41b8ee1a2112f96cc685832f85e61ec08d</id><summary type="html">&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;</summary></entry><entry><title>Can't run or build V3.0 on win98</title><link href="https://sourceforge.net/p/hapdebugger/support-requests/3/" rel="alternate"/><published>2003-01-06T17:47:37Z</published><updated>2003-01-06T17:47:37Z</updated><author><name>Rick King</name><uri>https://sourceforge.net/u/rickbking/</uri></author><id>https://sourceforge.net7a9339758493a44d0823c1ec36f69769e9d37f0d</id><summary type="html">&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;</summary></entry><entry><title>sys.stdout has no flush method</title><link href="https://sourceforge.net/p/hapdebugger/support-requests/2/" rel="alternate"/><published>2002-11-26T22:51:45Z</published><updated>2002-11-26T22:51:45Z</updated><author><name>Maciej Starzyk</name><uri>https://sourceforge.net/u/mstarzyk/</uri></author><id>https://sourceforge.net60646de77af3351af310b54a3bb336500c3cf2f0</id><summary type="html">&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;</summary></entry><entry><title>Installation of TK extensions?</title><link href="https://sourceforge.net/p/hapdebugger/support-requests/1/" rel="alternate"/><published>2002-10-02T20:23:20Z</published><updated>2002-10-02T20:23:20Z</updated><author><name>Bruce Dickey</name><uri>https://sourceforge.net/u/brucedickey/</uri></author><id>https://sourceforge.nete9a07d096c4195207c603d563733eb310624257f</id><summary type="html">&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;</summary></entry></feed>