[Lazarus] Looking for a general text editor
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Sat Feb 18 07:37:21 CET 2012
On Fri, Feb 17, 2012 at 9:49 PM, Sven Barth <pascaldragon at googlemail.com> wrote:
> You are wrong. The Registry unit of FPC is implemented in a Cross Plattform
> way. On non-Windows plattforms it uses a XML file to store the values. As
> long as you don't need security related stuff (access control, etc) or need
> to access Registry keys of the OS or other applications this should be
> sufficient.
Still, I would say that using the Registry unit like that is a *very
bad* practice. Where will it keep the xml files?
It is also very bad practice that the application already has .ini
configuration file and suddenly the recently opened files manager
would use a different file in a different place to store that info...
--
Felipe Monteiro de Carvalho
More information about the Lazarus
mailing list