Re: [pgadmin-hackers] Suggested query editor improvements: Tabs and Indentation

2007-05-02 Thread Dave Page
Dave Page wrote: I haven't looked at auto indent yet - it seems it should be relatively easy to implement even though wxSTC doesn't provide the capability itself. Optionl auto-indent added, as well as optional indent guides. Regards, Dave. ---(end of broadcast)

[pgadmin-hackers] SVN Commit by dpage: r6258 - in trunk/pgadmin3: . pgadmin/ctl pgadmin/frm pgadmin/include/ctl pgadmin/include/frm

2007-05-02 Thread svn
Author: dpage Date: 2007-05-02 22:23:23 + (Wed, 02 May 2007) New Revision: 6258 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6258&view=rev Log: Add auto-indent to the query tool. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/ctl/ctlSQLBox.cpp trun

[pgadmin-hackers] SVN Commit by dpage: r6257 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm

2007-05-02 Thread svn
Author: dpage Date: 2007-05-02 21:44:01 + (Wed, 02 May 2007) New Revision: 6257 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6257&view=rev Log: Add an option to show indent guides in the query tool. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/frm/f

[pgadmin-hackers] SVN Commit by dpage: r6256 - in trunk/pgadmin3/pgadmin: frm include/frm

2007-05-02 Thread svn
Author: dpage Date: 2007-05-02 21:33:28 + (Wed, 02 May 2007) New Revision: 6256 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6256&view=rev Log: Rearrange menu layout to something a little more sensible Modified: trunk/pgadmin3/pgadmin/frm/frmQuery.cpp trunk/pgad

Re: [pgadmin-hackers] Suggested query editor improvements: Tabs and Indentation

2007-05-02 Thread Dave Page
palmerj wrote: Hi Dave, I know this is digging up something from the past, but is this still planned for the next release? I don't see it on the development TODO list. Hi Jeremy, To be honest I completely forgot :-(. I've just committed a change to allow you to select tabs or spaces, plus th

[pgadmin-hackers] SVN Commit by dpage: r6255 - in trunk/pgadmin3: . pgadmin/ctl pgadmin/frm pgadmin/include/utils pgadmin/ui pgadmin/utils

2007-05-02 Thread svn
Author: dpage Date: 2007-05-02 21:15:50 + (Wed, 02 May 2007) New Revision: 6255 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6255&view=rev Log: Allow spaces to be used instead of tabs in SQL editors, and ensure the width can be set sensibly. Modified: trunk/pgadmi

Re: [pgadmin-hackers] Suggested query editor improvements: Tabs and Indentation

2007-05-02 Thread palmerj
Hi Dave, I know this is digging up something from the past, but is this still planned for the next release? I don't see it on the development TODO list. Thanks Jeremy > -Original Message- > From: pgadmin-hackers-owner ( at ) postgresql ( dot ) org > [mailto:pgadmin-hackers-owner ( at )

Re: [pgadmin-hackers] compile problems

2007-05-02 Thread Dave Page
Florian G. Pflug wrote: Guillaume Lelarge wrote: Dave Page a écrit : Florian G. Pflug wrote: @dave: I think that the "#define DECIMAL DECIMAP_P" isn't needed anymore - or at least "find ./ -name "*.h" | xargs grep DECIMAL" and "find ./ -name "*.c" | xargs grep DECIMAL" seem to indicate that..

Re: [pgadmin-hackers] compile problems

2007-05-02 Thread Dave Page
Guillaume Lelarge wrote: Dave Page a écrit : Florian G. Pflug wrote: @dave: I think that the "#define DECIMAL DECIMAP_P" isn't needed anymore - or at least "find ./ -name "*.h" | xargs grep DECIMAL" and "find ./ -name "*.c" | xargs grep DECIMAL" seem to indicate that... Yeah, seems to be sur

[pgadmin-hackers] SVN Commit by dpage: r6254 - trunk/pgadmin3/pgadmin/utils

2007-05-02 Thread svn
Author: dpage Date: 2007-05-02 07:42:34 + (Wed, 02 May 2007) New Revision: 6254 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6254&view=rev Log: Re-add macro that obviously was needed, per Guillaume. Modified: trunk/pgadmin3/pgadmin/utils/misc.cpp -

Re: [pgadmin-hackers] compile problems

2007-05-02 Thread Florian G. Pflug
Guillaume Lelarge wrote: Dave Page a écrit : Florian G. Pflug wrote: @dave: I think that the "#define DECIMAL DECIMAP_P" isn't needed anymore - or at least "find ./ -name "*.h" | xargs grep DECIMAL" and "find ./ -name "*.c" | xargs grep DECIMAL" seem to indicate that... Yeah, seems to be sur