Re: [lazarus] LazDoc patch

2005-11-03 Thread Mattias Gaertner
On Thu, 3 Nov 2005 17:04:12 +0100 (CET) [EMAIL PROTECTED] wrote: Here's a patch for LazDoc * remove all EnableLazDoc defines from source * converted uniteditor to LFM (as far as it's posiible) * added Example tag editor * added methods for XML parsing * added a link combobox on the link

Re: [lazarus] LazDoc patch 4b

2005-09-22 Thread Mattias Gaertner
On Tue, 20 Sep 2005 13:40:44 +0200 (CEST) [EMAIL PROTECTED] wrote: Here's a patch that disables all LazDoc functionality by inserting IFDEF's. Features are: - better updating resetting of tag information - improved caretposition calculation - code indentation / cleanup - converted

Re: [lazarus] LazDoc patch 4

2005-09-19 Thread dhkblaszyk
Didn't you get the mail half an hour ago: Apparently my server was a bit hasitant ;-) Thank you for your help. I will post a new patch soon... _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] LazDoc patch 3

2005-09-17 Thread Mattias Gaertner
On Fri, 16 Sep 2005 00:38:38 +0200 (CEST) [EMAIL PROTECTED] wrote: Hi, The next patch implements the following changes: - changed LazDoc from toolsmenu to viewmenu - added support for doc path list - only save documentation on change and - added TLazDocFrm.Save method - added

Re: [lazarus] LazDoc patch

2005-09-15 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Following changs: - constructor/destructor is now supported - resourcestrings are being used Thanks. Applied. I have the following suggestions: - Add the LazDoc menu entry to the Views menu, after all it just opens another window, like the code explorer. - Try to

Re: [lazarus] LazDoc patch

2005-09-15 Thread dhkblaszyk
I have the following suggestions: - Add the LazDoc menu entry to the Views menu, after all it just opens another window, like the code explorer. - Try to use the code tools to find out what unit is at the current cursor location. It is more powerful then using your own parsing technique and

Re: [lazarus] LazDoc patch

2005-09-15 Thread dhkblaszyk
Thanks. Applied. Btw. did you update the .po files?? I see it not changed yet on the ViewCVS. Or is there some lagging in the view?? Darius _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] LazDoc patch

2005-09-15 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Thanks. Applied. Btw. did you update the .po files?? I see it not changed yet on the ViewCVS. Or is there some lagging in the view?? I still have to do that. Vincent. _ To unsubscribe: mail [EMAIL

Re: [lazarus] LazDoc patch

2005-09-14 Thread dhkblaszyk
Thanks. Applied, but without the {$DEFINE EnableLazDoc} in the uniteditor.pp Yes, sorry that was unintentional. I did set it in the source, because I don't know how to compile with -d option. Can you or someone else please explain me?? Darius

Re: [lazarus] LazDoc patch

2005-09-14 Thread Micha Nelissen
[EMAIL PROTECTED] wrote: Thanks. Applied, but without the {$DEFINE EnableLazDoc} in the uniteditor.pp Yes, sorry that was unintentional. I did set it in the source, because I don't know how to compile with -d option. Can you or someone else please explain me?? make OPT=-dEnableLazDoc all

Re: [lazarus] LazDoc patch

2005-09-14 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Thanks. Applied, but without the {$DEFINE EnableLazDoc} in the uniteditor.pp Yes, sorry that was unintentional. I did set it in the source, because I don't know how to compile with -d option. Can you or someone else please explain me?? If you are building lazarus

Re: [lazarus] LazDoc patch

2005-09-14 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Here's a patch for LazDoc. It implements/fixes the following items: - stores edited data with unix line ending I replaced the use of DelimitedText, because it adds quotes arround each line: revision 7697. Vincent.