Re: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-07 Thread Vinicius Santos
> Well, this seems good but there's an issue I don't know how you want to > deal with it: what's happens if I had more than one window opened? I'm saving a file for each window. Each window have a private variable called "fileNameAutoSave" The query is salved from time-to-time. As configuration.

[pgadmin-hackers] pgAdmin III commit: Update russian translation

2012-08-07 Thread Guillaume Lelarge
Update russian translation Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fe631f7cb4db18c38fdfce97c52896ca28095163 Author: Timon Modified Files -- i18n/ru_RU/pgadmin3.mo | Bin 383414 -> 401035 bytes i18n/ru_RU/pgadmin

Re: [pgadmin-hackers] Russian translation

2012-08-07 Thread Guillaume Lelarge
On Tue, 2012-08-07 at 21:03 +0600, Timon wrote: > please add Russian translation for pgadmin3 > > pgadmin3.po and pgadmin3.mo are in compressed attachment > Commited, thanks. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mailing list (pga

Re: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-07 Thread Guillaume Lelarge
On Tue, 2012-08-07 at 08:44 -0300, Vinicius Santos wrote: > > Seems good to me. We are talking about the query tool, right? > > > Right. > > > > Be careful > > that users may have many query tool windows open at the same time. > > > > Actually I thought of something simple. > > One file per w

Fwd: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-07 Thread Vinicius Santos
> > MySQL Workbench has a similar feature. > > > > This does pose an exposure to save sensitive information without the user > > knowing. How to solve this? A complicated development path: encrypt > saved > > document. > > We won't go that road for sure. Too complicated, too easy to make it > wor

Re: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-07 Thread Vinicius Santos
> Seems good to me. We are talking about the query tool, right? Right. > Be careful > that users may have many query tool windows open at the same time. > Actually I thought of something simple. One file per window, when the window is closed, the pgAdmin will delete it. We avoid the loss of

Re: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-07 Thread Guillaume Lelarge
On Mon, 2012-08-06 at 20:30 -0600, Adam Scott wrote: > MySQL Workbench has a similar feature. > > This does pose an exposure to save sensitive information without the user > knowing. How to solve this? A complicated development path: encrypt saved > document. We won't go that road for sure. Too

Re: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-07 Thread Guillaume Lelarge
On Mon, 2012-08-06 at 20:22 -0300, Vinicius Santos wrote: > Hello, > > I started to implement the feature "autosave" present in many text editors. > > I would like to listen your opnions about this feature. > > I put a option "Minutes to save the document automatically" in the > frmOptions. > >