[lazarus] CVS Committed 01/12/2001
Michael.VanCanneyt at Wisa.be
Michael.VanCanneyt at Wisa.be
Sat Jan 13 09:36:11 EST 2001
On Sat, 13 Jan 2001, Shane Miller wrote:
> Changes:
>
> TShiftState is calculated correctly now so on Key messages you can check if
> ssCtrl or ssShift are in the TShiftstate sent to the procedure.
>
> Ctrl-Shift-Up and Down work in the editor IF your cursor is on the method
> name. If you are on the method name in the declaration, the cursor moves to
> the procedure in the implementation section. If you are in the
> implementation on a method and you press Shift-Ctrl-Up you'll go to the
> declaration of the method.
>
> OpenFileAtCursor works better now. What you need to do is go into the
> Compiler Optinos and fill in the Other Units edit box. You fill in search
> paths seperated by semi-colons. For example:
>
> /usr/local/fpc;/usr/local/lazarus;/usr/local/lazarus/lcl
> PROBLEM: When you select PROJECT - BUILD after doing this, the command line
> appears to get truncated after a certain length that the search directories
> cause it to surpass. This prevents Lazarus from compiling correctly.
> Ideas?
At the risk of stating the obvious:
ShortString instead of ansistring ?
Michael.
More information about the Lazarus
mailing list