From: | Chuck McDevitt <cmcdevitt(at)greenplum(dot)com> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: Some notes on pgAdmin |
Date: | 2009-03-09 18:06:31 |
Message-ID: | 2106D8DC89010842BABA5CD03FEA4061B249C0F9@EXVMBX018-10.exch018.msoutlookonline.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
>
> Yeah - we generally use 4 spaces, but tabs keep creeping in. I'm
> beginning to this we should use tabs instead, and see if we can't run
> something akin to pgindent over the code to clean it up nicely.
>
> What do people prefer - tabs or spaces?
I definitely prefer spaces. Too many tools assume tab=8 spaces.
>
> I don't know that any of us have tried building with 2K8 yet anyway,
> but if/when point 4 is fixed, I'll be happy to accept a patch if
> anyone can figure out a nice way to automatically pickup the correct
> runtimes regardless of VC++ version.
>
I started out using VC 9 (2008), and everything works fine except you need to include the merge modules from VC 9 for the runtime (and it has to be the merge modules, including the files by themselves doesn't work right).
I went back to VC 8 to keep compatible with what others are using for PgAdmin.
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2009-03-09 18:11:31 | Re: Some notes on pgAdmin |
Previous Message | Dickson S. Guedes | 2009-03-09 18:00:09 | Re: Some notes on pgAdmin |