[lazarus] Updates
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Mar 14 19:35:56 EST 2002
Hi all,
I have implemented some of the functions of the Run->'Run parameters' dialog.
You can now set the host application, the command line parameters and the launching application.
Example for linux:
To start your program in a terminal, set in Run->Run Parameters->'Use Launching Application' the following nice line:
/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e bash -i -c '$(TargetCmdLine)'
For the gnome terminal you can use:
/usr/bin/gnome-terminal -t 'Lazarus Run Output' -x bash -i -c '$(TargetCmdLine)'
The macro $(TargetCmdLine) will be replaced by the target filename (normally the program executable) and the parameters.
Minor updates:
- fixed codecompletion bug of parsing wrong source
- changes for find declaration for delphi sources
- added delphi5 define templates. (For those interested: They make it possible
to get find declaration in Delphi5 sources).
- fixed find declaration hangup on searching an overloaded proc
- fixed TBevel.Create and TListView.Destroy crash
Mattias
More information about the Lazarus
mailing list