[Lazarus] Looking for a general text editor

Graeme Geldenhuys graemeg.lists at gmail.com
Fri Feb 17 21:05:58 CET 2012


On 17 February 2012 21:15, Darius Blaszyk  wrote:
> Why not implement something yourself based on an XML file?
> Should be trivial. Here's some inspiration:
>    http://www.angusj.com/delphi/mruunit.html

Or simply use a INI file - which seems to be used already in that app.

PS:
Doesn't LCL come with a MRU component? I thought I saw it once on my
component palette. Just looked again, and can't find it now though.


>>> just add to the project svn,
>>
>> How?

Or read the SVN documentation. It is called the SVN Red Book, and it
is well written, with lots of examples.

  http://svnbook.red-bean.com/

Another more versatile option is to use git-svn. That means you work
with a SVN repository but managed by Git. Git has lots of benefits
over SVN (local commits, local branch, local history, better merging
support etc), and with git-svn you can use git, but collaborate with
other users in a SVN repository. Well worth a look.

  http://wiki.lazarus.freepascal.org/Lazarus_git-svn

-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net




More information about the Lazarus mailing list