[Lazarus] Column-Selection-Mode and tabs (selecting half a tab)

2008-07-08 Thread Martin Friebe
There is an oddity, and I am trying to find out the correct behaviour: Set your editor options to: Tabs to spaces: NO smart tabs: NO tabs indent block:NO show special chars: Yes alt-key sets column mode: yes have a text like [--- is *one* tab] abcdefghij 1234 mnopqrstuv Now hold

Re: [Lazarus] When adding a packages it adds to uses clause

2008-07-08 Thread Mattias Gaertner
On Tue, 8 Jul 2008 00:09:46 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: 2008/7/7 Vincent Snijders [EMAIL PROTECTED]: To support package, which only do registration, like for example the jpeg reader (not used atm). It registers its reader in the intialization section of one the units

Re: [Lazarus] When adding a packages it adds to uses clause

2008-07-08 Thread Graeme Geldenhuys
2008/7/8 Mattias Gaertner [EMAIL PROTECTED]: The IDE adds the package to the uses section of the program *once* and only for the convenience of the programmer. If he don't like it, he can remove it. Just like any unit or CreateForm statement, that the IDE adds too. A convenience for the

Re: [Lazarus] Column-Selection-Mode and tabs (selecting half a tab)

2008-07-08 Thread Mattias Gaertner
On Tue, 08 Jul 2008 07:03:16 +0100 Martin Friebe [EMAIL PROTECTED] wrote: There is an oddity, and I am trying to find out the correct behaviour: Set your editor options to: Tabs to spaces: NO smart tabs: NO tabs indent block:NO show special chars: Yes alt-key sets column mode: yes

Re: [Lazarus] When adding a packages it adds to uses clause

2008-07-08 Thread Mattias Gaertner
On Tue, 8 Jul 2008 09:04:53 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: 2008/7/8 Mattias Gaertner [EMAIL PROTECTED]: [...] Then decide what initializations you needs and remove the unneeded. But keep in mind, if the package changes, you have to add/remove/rename units yourself.

Re: [Lazarus] Recent Graphics changes...

2008-07-08 Thread Marc Weustink
wile64 wrote: Hi, I turn quickly, I load images like this, (size 8192x8192) var BmpMap: TBitmap; Image1: TImage; Begin BmpMap.Width: = Map.width * Tiles.Width; BmpMap.Height: = Map.height * Tiles.Height; MapImage: = BmpMap.CreateIntfImage; / / ... image

[Lazarus] Problems dragdropping from a TStringGrid

2008-07-08 Thread Luca Olivetti
I'm porting some delphi code. In one of my forms I drag from a TStringGrid and drop to a TSpinEdit (to visually put the value in one of the rows of the string-grid in one of multiple spin edits). The first problem is that TSpinEdit doesn't expose OnDragDrop and OnDragOver (I just made a derived