Re: [Lazarus] Lazarus Release Candidate 1 of 4.0

2024-10-26 Thread n7800 via lazarus
Typo:  >about which fixes can be merged for further 3.x releases. So it may be,-- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Lazarus Release Candidate 1 of 4.0

2024-10-27 Thread n7800 via lazarus
Please, although I see that the error was copied to the forum anyway ))   https://forum.lazarus.freepascal.org/index.php?topic=69059.0   >Воскресенье, 27 октября 2024, 13:29 +05:00 от Mattias Gaertner via lazarus >: >  > > >On 10/27/24 02:53, Gordon Findlay via lazarus wrote: >> Do you mean publ

Re: [Lazarus] design forms bigger (or as big as) the screen?

2024-11-15 Thread n7800 via lazarus
You can use a docked form editor - install the "DockedFormEditor" package accordingly. It allows you to scroll the form in the editor window.           >Среда, 13 ноября 2024, 12:47 +05:00 от Luca Olivetti via lazarus >: >  >Hello, > >is there some trick to design a form that is bigger (or as b

Re: [Lazarus] Project Session info question

2024-12-04 Thread n7800 via lazarus
In the Project Options window there is a checkbox in the corner called "Set compiler options as default", but as the name suggests it does not save the options from the "Project Options" category, which is where your setting belongs.   So I can only recommend you to use "Project Templates". It

Re: [Lazarus] Project Session info question

2024-12-04 Thread n7800 via lazarus
The template project is also configured as a startup project in the options: IDE Options > Environment > IDE Startup > combobox "New Project Type".   But if you can/want to change the IDE sources, then it is enough to add the line "AProject.Flags := AProject.Flags + [pfSaveOnlyProjectUnits];" to