Hello All,
This little improvement saves some time for a user actively playing
with program's options. Last chosen treeview item label (translated!)
is saved among other settings and used on next dialogue invocation to
find and select treeview item with same label.
Сontrol over panels visibility
Hi
On Wed, Dec 4, 2013 at 9:08 AM, Dhiraj Chawla
wrote:
> Hi,
>
> We have found that if the name of a database is too long (max limit allowed
> for a database name) and when we generate the reports (properties,
> dependencies, etc) for such databases, then the name of database in the
> header goe
Hello Dinesh,
Thursday, December 5, 2013, 1:38:10 PM, you wrote:
DK> I have reviewed your patch and managed to traverse each line
DK> of your code, except "AutoColumn" function body. Could you give me
DK> some information, when the pgAdmin goes to this function call.
You mean AutoSizeColumn()?
One scenario where I can forsee an issue is when someone uses the tablename
with-in the trigger function on which the trigger was fired. I am not sure
how and what issue might crop up but this will be one of my test cases.
Hi ,
On Tue, Dec 3, 2013 at 8:57 PM, J.F. Oster wrote:
> Hello Dinesh,
>
> Tuesday, December 3, 2013, 12:23:16 PM, you wrote:
>
>
> DK> Could you change this like "event.CmdDown()
> DK> || event.CtrlDown()" for supporting both Mac, as well non-mac
> DK> keyboards.
>
> Done.
>
>
Thank you very mu