On 4/16/13, Mattias Gaertner wrote:
> You can sort the files alphabetically.
Which would not produce the results I wanted.
But then anagai, it probably doesn't matter how they are (un)sorted.
It would have been nice, if holding down the speedbutton with the
up-arrow would keep on moving the sel
On Tue, 16 Apr 2013 10:30:22 +0200
Bart wrote:
> On 4/14/13, Mattias Gaertner wrote:
>
> > You have to add them manually.
>
> Thanks for verifying I had to add them myself.
>
> > Open the package, click on Add / Add Files
> > Click on the button "Add Files", select the 3 new files.
> > Click
On 4/14/13, Mattias Gaertner wrote:
> You have to add them manually.
Thanks for verifying I had to add them myself.
> Open the package, click on Add / Add Files
> Click on the button "Add Files", select the 3 new files.
> Click on the button "Add files to package".
Sometimes Lazarus is so easy
On Sun, 14 Apr 2013 13:20:16 +0200
Bart wrote:
> On 4/13/13, Jesus Reyes wrote:
>
> > Is the include file part of the LCL package?, it seems the IDE monitors
> > files that are included in the package, if it's not included, it's not
> > monitored.
>
> Does this mean that I have to manually add
On 4/13/13, Jesus Reyes wrote:
> Is the include file part of the LCL package?, it seems the IDE monitors
> files that are included in the package, if it's not included, it's not
> monitored.
Does this mean that I have to manually add the 3 new includefiles (for
LazFileUtils.pas) in the LCL packa
On Sat, 13 Apr 2013 09:46:34 -0700 (PDT)
Jesus Reyes wrote:
>[...]
> Is the include file part of the LCL package?, it seems the IDE monitors files
> that are included in the package, if it's not included, it's not monitored.
Yes.
Mattias
--
___
Laza
--- El sáb 13-abr-13, Bart escribió:
> De: Bart
> Asunto: [Lazarus] Lazarus doesn't rebuild LCL if I change some include file
> A: "Lazarus mailing list"
> Fecha: sábado, 13 de abril de 2013, 10:34
> Hi,
>
> Lazarus stopped to rebuild the LCL if I change
Hi,
Lazarus stopped to rebuild the LCL if I change an includefile (that
belongs to the LCL).
Okay, that's not totally honest.
I changed an LCL file to use an include file.
If I change the main unitfile it rebuilds.
If i change the include it doesn't.
(Took me a while to figure that out)
Is this