On Sun, 23 May 2010 16:14:56 +0300 ik <[email protected]> wrote: > Hello List, > > I'm working with Lazarus 0.9.29 r23597:25589M FPC 2.5.1 x86_64-linux-gtk 2 > (beta) . > When I'm trying to execute (using Run or F9), lazarus trying to execute for > some reason the name of the file that the tab is opened at rather then the > project file name. > I playied a bit with the global settings of Lazarus but I can not find any > place it might be related, am I missing here something, or is it a bug I > should report ?
Maybe you set this up: IDE menu: Run / Configure Build+Run File The boolean for the F9 shortcut is stored in the project, the parameters are stored in the unit itself, so they work in all projects. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
