[lazarus] Codefolding

2005-10-11 Thread Mattias Gaertner
Hi all, Codefolding has been started in lazarus' synedit. Now we are searching developers helping us to finish it. What is working: - The codefolding parsing is done by the highlighters. They parse all code anyway and this way the overhead is hardly measurable by gprof. - TSynCustomHighlighter

[lazarus] Adding gmane to the mailing list instructions

2005-10-11 Thread Felipe Monteiro de Carvalho
Hello, I don't know how takes care of Lazarus web-site, but what do you thing about adding instructions on how to access the mailing list throught gmane? I could be something like this: bAccessing the list through a news reader/b You can access the mailing list just as if it was a newsgroup

[lazarus] Re: Codefolding

2005-10-11 Thread Felipe Monteiro de Carvalho
Mattias Gaertner wrote: Hi all, Codefolding has been started in lazarus' synedit. Now we are searching developers helping us to finish it. Code for synedit and other important classes for this project are located on witch units (with path, please)? I'd like to take a look at it. thanks,

Re: [lazarus] Re: Codefolding

2005-10-11 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Mattias Gaertner wrote: Hi all, Codefolding has been started in lazarus' synedit. Now we are searching developers helping us to finish it. Code for synedit and other important classes for this project are located on witch units (with path, please)? I'd

Re: [lazarus] Re: Codefolding

2005-10-11 Thread Mattias Gaertner
On Tue, 11 Oct 2005 08:09:27 -0300 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: Hi all, Codefolding has been started in lazarus' synedit. Now we are searching developers helping us to finish it. Code for synedit and other important classes for this

Re: [lazarus] Patch for popumenu in source editor

2005-10-11 Thread Tomáš Gregorovič
Martin Smat napsal(a): Tomáš Gregorovič wrote: Hi, I have improved popupmenu in source editor. It's now also shown when clicking the notebook page tab. Therefore I had to add published property to PopupMenu to LCL component TNoteBook. Next I have resolved bug with setting the breakpoints by

Re: [lazarus] Re: Codefolding

2005-10-11 Thread Darius Blaszijk
On Tue, 2005-10-11 at 16:27, Mattias Gaertner wrote: I guess 99% of the changes will be in components/synedit/synedit.pp. All changes to the synedit sources should be marked with {$IFDEF SYN_LAZARUS}. I wonder whether there is any sync. between the original synedit team and the Lazarus team??

Re: [lazarus] Re: Codefolding

2005-10-11 Thread Mattias Gaertner
On 11 Oct 2005 18:49:05 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: On Tue, 2005-10-11 at 16:27, Mattias Gaertner wrote: I guess 99% of the changes will be in components/synedit/synedit.pp. All changes to the synedit sources should be marked with {$IFDEF SYN_LAZARUS}. I wonder

[lazarus] Contributing patches

2005-10-11 Thread Ere Maijala
Hello folks, as a novice regarding contributions to Lazarus I was wondering if there are any docs on how one should send possible patches etc. I've now seen a couple of them attached to messages sent to this mailing list. Is this the preferred method? Sorry if this information is already

[lazarus] Some problems in selection boolean values in Object Inspector

2005-10-11 Thread Alex Smirnov
Problem description: Operation System - Windows 200 SP4. Lazarus - 0.9.11 from the 9th of October 2005. Try to make any simple project and put a StringGrid on it, Go to Object Inspector and maximize "Options" line. You will see StringGrid options -  goTabs, goEditing, goColMoving, etc. Try to

[lazarus] HELP: getting started

2005-10-11 Thread lazarus . mramirez
Hi, I have tried to install lazarus in windoze, without success. The lazarus web page seems abandon, and I didn't allow me to download sources... Does anybody knows where I can get updated stable binaries or sources of lazarus for windowze ? Or any manual to work with fpc and sources ? Thanks.

Re: [lazarus] Some problems in selection boolean values in Object Inspector

2005-10-11 Thread Mattias Gaertner
On Tue, 11 Oct 2005 21:37:10 +0400 Alex Smirnov [EMAIL PROTECTED] wrote: *Problem description:* Operation System - Windows 200 SP4. Lazarus - 0.9.11 from the 9th of October 2005. What is your fpc version? Try to make any simple project and put a StringGrid on it, Go to Object

[lazarus] I can't rebuild Lazarus

2005-10-11 Thread Eugen Neuber
Hello to the Gurus! I tried to rebuild Lazarus 9.10 in order to see and try SQLite... At the beginning, it worked well (I gave myself write access to /usr/lib/lazarus/) but then: ---8- Lazarus-Quelltext aufräumen completed /usr/lib/lazarus/lcl/interfaces/gtk/gtkwscontrols.pp(394,4)

Re: [lazarus] I can't rebuild Lazarus

2005-10-11 Thread Marco van de Voort
This is SUSE 9.3 (64bit) on AMD64 3500 with all relevant 32bit libs in place! So I thought maybe I need a x86_64 version of rtl and compiler and I tried to rebuild fpc: 8- as -o /usr/share/fpcsrc/rtl/units/i386-linux/prt0.o i386/prt0.as i386/prt0.as: Assembler messages:

Re: [lazarus] Some problems in selection boolean values in Object Inspector

2005-10-11 Thread Vincent Snijders
Alex Smirnov wrote: *Problem description:* Operation System - Windows 200 SP4. Lazarus - 0.9.11 from the 9th of October 2005. Try to make any simple project and put a StringGrid on it, Go to Object Inspector and maximize Options line. You will see StringGrid options - goTabs, goEditing,