> 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.
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
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
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
> > 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
> 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
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
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.
>
>