Thread: SVN Commit by dpage: r6202 - in trunk/pgadmin3/debugger: . include

SVN Commit by dpage: r6202 - in trunk/pgadmin3/debugger: . include

From
svn@pgadmin.org
Date:
Author: dpage

Date: 2007-04-18 11:22:49 +0000 (Wed, 18 Apr 2007)

New Revision: 6202

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6202&view=rev

Log:
Remove some incomplete feature that won't work too well with the wxAUI based architecture.
Display the function signature on the first line if that line is blank.


Removed:
   trunk/pgadmin3/debugger/include/wsDocmgr.h
   trunk/pgadmin3/debugger/include/wsFuncView.h
   trunk/pgadmin3/debugger/include/wsFuncdoc.h
   trunk/pgadmin3/debugger/wsDocmgr.cpp
   trunk/pgadmin3/debugger/wsFuncView.cpp
   trunk/pgadmin3/debugger/wsFuncdoc.cpp
Modified:
   trunk/pgadmin3/debugger/Makefile.am
   trunk/pgadmin3/debugger/TODO.txt
   trunk/pgadmin3/debugger/debugger.cpp
   trunk/pgadmin3/debugger/debugger.vcproj
   trunk/pgadmin3/debugger/include/debugger.h
   trunk/pgadmin3/debugger/include/module.mk
   trunk/pgadmin3/debugger/include/wsCodeWindow.h
   trunk/pgadmin3/debugger/include/wsDirectdbg.h
   trunk/pgadmin3/debugger/include/wsMainFrame.h
   trunk/pgadmin3/debugger/include/wsPgconn.h
   trunk/pgadmin3/debugger/include/wsPgthread.h
   trunk/pgadmin3/debugger/include/wsResultset.h
   trunk/pgadmin3/debugger/include/wsTargetInfo.h
   trunk/pgadmin3/debugger/wsCodeWindow.cpp
   trunk/pgadmin3/debugger/wsDirectdbg.cpp
   trunk/pgadmin3/debugger/wsMainFrame.cpp
   trunk/pgadmin3/debugger/wsPgconn.cpp
   trunk/pgadmin3/debugger/wsPgthread.cpp
   trunk/pgadmin3/debugger/wsResultset.cpp
   trunk/pgadmin3/debugger/wsStackWindow.cpp
   trunk/pgadmin3/debugger/wsTargetInfo.cpp