Re: [lazarus] Question of feature: code browser

2006-07-15 Thread Lepidosteus
With opensource you can change it to your liking. I suppose you mean free software, not open source. There is a lot of open soruced softwares out there that doesn't allow you to change their code. -- Lepidosteus http://lepidosteus.com __

Re: [lazarus] Mousewheel action broken

2006-07-15 Thread Darius Blaszijk
Scrolling with the mousewheel in the uniteditor I mean. Darius - Original Message - From: "Mattias Gaertner" <[EMAIL PROTECTED]> To: Sent: Saturday, July 15, 2006 6:27 PM Subject: Re: [lazarus] Mousewheel action broken On Sat, 15 Jul 2006 18:13:40 +0200 "Darius Blaszijk" <[EMAIL PR

[lazarus] To the guy that answered my SuSE question

2006-07-15 Thread John Meyer
I tried making those links, and they didn't seem to work in fixing lazarus to where it could link. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freep

Re: [lazarus] Question of feature: code browser

2006-07-15 Thread Al Boldi
Alexandre Leclerc wrote: > 2006/7/15, Al Boldi <[EMAIL PROTECTED]>: > > Alexandre Leclerc wrote: > > > 2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: > > > > On Sat, 15 Jul 2006 09:35:29 -0400 > > > > > > > > "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > > > > > I remember a feature in D6 in t

Re: [lazarus] Mousewheel action broken

2006-07-15 Thread Mattias Gaertner
On Sat, 15 Jul 2006 18:13:40 +0200 "Darius Blaszijk" <[EMAIL PROTECTED]> wrote: > It seems that 9616 broke the mousewheel operation. This has been confirmed on IRC. What mousewheel operation? Mattias _ To unsubscribe: mail [EM

Re: [lazarus] NNTP sever component

2006-07-15 Thread J. Peter Mugaas
On Sat, 15 Jul 2006 16:16:09 +0200, Graeme Geldenhuys wrote: > Hi, > > Anybody know of a NNTP server component I can use with Lazarus or > FreePascal? I would like to write a News Server that uses the > Firebird DB as backend. > Indy 10 does have a NNTP server component that should provide what you

Re: [lazarus] Question of feature: code browser

2006-07-15 Thread Alexandre Leclerc
2006/7/15, Al Boldi <[EMAIL PROTECTED]>: Alexandre Leclerc wrote: > 2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: > > On Sat, 15 Jul 2006 09:35:29 -0400 > > > > "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > > > I remember a feature in D6 in the UnitEditor: a vertical code browser > > > for

[lazarus] Mousewheel action broken

2006-07-15 Thread Darius Blaszijk
It seems that 9616 broke the mousewheel operation. This has been confirmed on IRC.   Darius

Re: [lazarus] Question of feature: code browser

2006-07-15 Thread Al Boldi
Alexandre Leclerc wrote: > 2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: > > On Sat, 15 Jul 2006 09:35:29 -0400 > > > > "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > > > I remember a feature in D6 in the UnitEditor: a vertical code browser > > > for fast-searching in source code. This was a v

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Michael Van Canneyt
On Sat, 15 Jul 2006, Alexandre Leclerc wrote: > 2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: > > And maybe: > > Under non windows linking the IDE only takes a few seconds. > > I heard the new internal linker under windows does the same. > > Yes, this is why I use svn FPC version (the moment

Re: [lazarus] Question of feature: code browser

2006-07-15 Thread Alexandre Leclerc
2006/7/15, Graeme Geldenhuys <[EMAIL PROTECTED]>: Hi Alexandre, I wrote a plugin for Lazarus a while back (Got the idea from GExperts) - not sure if this is what you want, but have a look anyway. I use it constantly in my day-to-day work. It searches your code as you type. It registers the Ctr

Re: [lazarus] Question of feature: code browser

2006-07-15 Thread Alexandre Leclerc
2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: On Sat, 15 Jul 2006 09:35:29 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > I remember a feature in D6 in the UnitEditor: a vertical code browser > for fast-searching in source code. This was a very nice gadget. Do you mean the View -> Co

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Alexandre Leclerc
2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: And maybe: Under non windows linking the IDE only takes a few seconds. I heard the new internal linker under windows does the same. Yes, this is why I use svn FPC version (the moment they are enought stable) because my code compiles very fast! Li

Re: [lazarus] Question of feature: code browser

2006-07-15 Thread Mattias Gaertner
On Sat, 15 Jul 2006 09:35:29 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > I remember a feature in D6 in the UnitEditor: a vertical code browser > for fast-searching in source code. This was a very nice gadget. Do you mean the View -> Code Explorer? > 1. Any-one work[ed,ing] on this?

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Mattias Gaertner
On Sat, 15 Jul 2006 09:38:10 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > 2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: > > Wrong. > > To play with the interface you only need to rebuild the interface. See > > below. > > Of course if you want to create a patch for us, then you should

[lazarus] NNTP sever component

2006-07-15 Thread Graeme Geldenhuys
Hi, Anybody know of a NNTP server component I can use with Lazarus or FreePascal? I would like to write a News Server that uses the Firebird DB as backend. Regards, Graeme. -- There's no place like 127.0.0.1 _ To unsubscribe

Re: [lazarus] Question of feature: code browser

2006-07-15 Thread Graeme Geldenhuys
Hi Alexandre, I wrote a plugin for Lazarus a while back (Got the idea from GExperts) - not sure if this is what you want, but have a look anyway. I use it constantly in my day-to-day work. It searches your code as you type. It registers the Ctrl+Shift+G to launch and immediately you can start t

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Alexandre Leclerc
2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: Wrong. To play with the interface you only need to rebuild the interface. See below. Of course if you want to create a patch for us, then you should at least rebuild the IDE once and check, that your changes didn't broke anything. This raise a qu

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Mattias Gaertner
On Sat, 15 Jul 2006 13:54:21 +0200 Borut Maricic <[EMAIL PROTECTED]> wrote: > Thank you Mattias! > > I will explore it further probably on Sunday and would like > to place a few additional questions right now, so that I > will maybe find the answers when I come back today late at > night: > > >

[lazarus] Question of feature: code browser

2006-07-15 Thread Alexandre Leclerc
I remember a feature in D6 in the UnitEditor: a vertical code browser for fast-searching in source code. This was a very nice gadget. 1. Any-one work[ed,ing] on this? 2. Can I use VirtualTreeView as a new component/source dependency to implement such a feature? (It has everything required to bui

Re: [lazarus] Question for a new feature I want to add

2006-07-15 Thread Alexandre Leclerc
2006/7/14, Mattias Gaertner <[EMAIL PROTECTED]>: On Fri, 14 Jul 2006 17:04:52 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > Hi all, > > I would like to add a "browse history" to the unit editor. I saw some > functions associated with HistoryJump() and I would like to know what > exactly

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Borut Maricic
Thank you Mattias! I will explore it further probably on Sunday and would like to place a few additional questions right now, so that I will maybe find the answers when I come back today late at night: > Caption holds the value of the .lfm file, which will eventually be only > UTF-8. But at the m

Re: [lazarus] Debugger problems without debugger

2006-07-15 Thread Mattias Gaertner
On Wed, 05 Jul 2006 10:00:12 +0200 Micha Nelissen <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > >>> Then maybe it is another 'feature' of the TAyncProcess. > >> I don't use TAsyncProcess (or somebody changed the code) > > > > As soon as some other place in the IDE uses a TAsyncProcess, t

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Mattias Gaertner
On Sat, 15 Jul 2006 10:17:54 +0200 Borut Maricic <[EMAIL PROTECTED]> wrote: > I just want to check something - please help... > > In the win32-case, in > C:\Lazarus\lcl\interfaces\win32\win32wscontrols.pp > one finds for example: > > procedure PrepareCreateWindow(const AWinControl: TWinControl;

Re: [lazarus] TGraphicControl and Canvas.Width

2006-07-15 Thread Graeme Geldenhuys
On 7/15/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > So the TGraphicsControl.Canvas is a clipping window to the parent canvas. Yes. I will update the LCL documentation with my new found knowledge! :-) Thanks to everybody that replied. Graeme. -- There's no place like 127.0.0.1 _

[lazarus] LCL-interface boundary

2006-07-15 Thread Borut Maricic
I just want to check something - please help... In the win32-case, in C:\Lazarus\lcl\interfaces\win32\win32wscontrols.pp one finds for example: procedure PrepareCreateWindow(const AWinControl: TWinControl; var Params: TCreateWindowExParams); begin with Params do begin Flags := WS_CHILD o