[Lazarus] Looking for a general text editor
Darius Blaszyk
dhkblaszyk at zeelandnet.nl
Fri Feb 17 20:15:59 CET 2012
On Feb 17, 2012, at 7:30 PM, Bart wrote:
> On 2/16/12, felipemonteiro.carvalho at gmail.com
> <felipemonteiro.carvalho at gmail.com> wrote:
>> Em 16/02/2012, às 20:41, Bart <bartjunk64 at gmail.com> escreveu:
>>> Why not simply use my MruList unit
>>> (http://home.tiscali.nl/~knmg0017/software/fpc_laz/mrulists.zip) as
>>> well?
>
>> If it is portable it should be fine
>
> It should be, this is the uses clause:
>
> uses
> SysUtils, Classes, Controls, Registry, IniFiles, FileUtil;
It won't be. Registry is windows only. Why not implement something yourself based on an XML file? Should be trivial. Here's some inspiration: http://www.angusj.com/delphi/mruunit.html
>> just add to the project svn,
>
> How?
>
>> I killed all dependencies because a lot of
>> people use non-standard stuff which don't work for example in Mac and bring
>> all sords of problems to build and modify the program.
>
> I tend to use only standard LCL stuff...
>
>> For me the best would
>> be giving you commit rights to the ccr if you don't have already and you
>> commit directly what you see fit.
>
> I'm unfamiliar with committing via svn (or any other tool like that).
> Is there a wiki-entry about how to do that?
> Do I need more then my svn client?
Just search the wiki;
http://wiki.lazarus.freepascal.org/Using_the_Lazarus-ccr_SVN_repository
http://wiki.lazarus.freepascal.org/Lazarus_git-svn
http://wiki.lazarus.freepascal.org/Creating_A_Patch
If you're on windows, chances are you're using tortoisesvn. Just read the documentation of that app. There are plenty of quick guides online. And of course, if you have specific questions either ask on IRC or on the ML.
Regards, Darius
More information about the Lazarus
mailing list