I can not (yet) completely recreate it but this is what happens

I have a project in the IDE that I'm working on. Every now and then when I add something to the Form1 (visual part) it doesn't show up in the Form1 definition. It will only show up in the Form1 definition after renaming it.

ie.

Form1 : TForm

Button1 : TButton; <-- should show up after placing the button

Form1 : TForm

TestButton : TButton <-- shows up after renaming the button

It mostly, but not always, happens after I killed the test run by resetting the debugger.

Anybody any clue as to what is happening?

I'm running Suse 9.3 Latest updates, FPC 2.0.0, Lazarus latest version.

--

Ger

Reply via email to