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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r6202 - in trunk/pgadmin3/debugger: . include
Date: 2007-04-18 11:22:49
Message-ID: 200704181122.l3IBMnOS022749@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2007-04-18 11:57:34 Re: Translation to Macedonian
Previous Message svn 2007-04-18 10:18:17 SVN Commit by dpage: r6201 - trunk/pgadmin3/debugger