Hi,
I had a look today at the new lazarus win32 binary. It installed and runs ok.
Now I found a bug and wanted to fix it.
If I resize the Lazarus Code Editor Window then the inside code editor field does not get resized.
To make fixing bugs more easy, I suggest to make an command line parameter for lazarus.exe. If switched on then the caption of a window should either show it's class name or the unit name.
Since I am not familiar with the Lazarus source code, it would help to find the correct unit to watch/debug.
The steps it took me to the correct location:
I had to take an external tool to search all files in directory c:\lazarus for the string "Lazarus Source Editor".
And ended up in the file <lazarusidestrconsts.pas>.
Here I found <locwndSrcEditor>. Now search again all files for this string.
This finally brought my to the correct unit <unitEditor.pp>.
This could be speed up by my suggestion.
Thanks.