Re: [lazarus] Issue ID: 2061

2006-07-15 Thread Vincent Snijders
Borut Maricic wrote: http://www.freepascal.org/mantis/view.php?id=2061 Summary: Uses is case-sensitive under win32 -- Mattias - 2006-07-15 01:12 -- Next try.

Re: [lazarus] Issue ID: 2061

2006-07-15 Thread Borut Maricic
http://www.freepascal.org/mantis/view.php?id=2061 Tried it out under WinXP with SVN 9618 and it indeed seems to be gone. Not case-sensitive any more. Then, please, close the issue. As far as I can see (but I wear glasses ;), one can only add/change notes, upload files and change his/her

Re: [lazarus] Issue ID: 2061

2006-07-15 Thread Vincent Snijders
Borut Maricic wrote: http://www.freepascal.org/mantis/view.php?id=2061 Tried it out under WinXP with SVN 9618 and it indeed seems to be gone. Not case-sensitive any more. Then, please, close the issue. As far as I can see (but I wear glasses ;), one can only add/change notes, upload

[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

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

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; var

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, the other

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

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 this code

[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

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: Caption

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

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

[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

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 at least

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? No.

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!

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 - Code

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 very nice gadget.

[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 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 fast-searching in

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 [EMAIL

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 the UnitEditor: a vertical code

[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

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: lazarus@miraclec.com Sent: Saturday, July 15, 2006 6:27 PM Subject: Re: [lazarus] Mousewheel action broken On Sat, 15 Jul 2006 18:13:40 +0200 Darius

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