Re: [Lazarus] Editor font height in IDE options

2011-08-09 Thread cobines
2011/8/9 Martin laza...@mfriebe.de: the editor option files has version numbers. it only gets new written, if the user makes achange. the loader must always be able to load the old version, and convert. But if a user does change his options, then it should write size... I didn't use

Re: [Lazarus] Editor font height in IDE options

2011-08-09 Thread Martin
On 09/08/2011 10:58, cobines wrote: 2011/8/9 Martinlaza...@mfriebe.de: the editor option files has version numbers. it only gets new written, if the user makes achange. the loader must always be able to load the old version, and convert. But if a user does change his options, then it should

Re: [Lazarus] Editor font height in IDE options

2011-08-08 Thread Myriam Armengol
Hi, In the IDE there is a combobox where you can choose editor font height. Is it needed by anyone to set height not size? Normally in applications you set font size. I understand the difference between height and size. It may be confusing for someone who doesn't that they are two different

Re: [Lazarus] Editor font height in IDE options

2011-08-08 Thread Martin
On 08/08/2011 17:16, cobines wrote: Hello. In the IDE there is a combobox where you can choose editor font height. Is it needed by anyone to set height not size? Normally in applications you set font size. I understand the difference between height and size. It may be confusing for someone who

Re: [Lazarus] Editor font height in IDE options

2011-08-08 Thread cobines
2011/8/8 Martin laza...@mfriebe.de: In other words, if the drop-down was size (instead of height) would it still be undesired? If it was size it would be useful. It would be consistent to what you set in the dialog and it would be less confusing because there would be only one method of setting

Re: [Lazarus] Editor font height in IDE options

2011-08-08 Thread Martin
On 08/08/2011 18:00, cobines wrote: 2011/8/8 Martinlaza...@mfriebe.de: In other words, if the drop-down was size (instead of height) would it still be undesired? If it was size it would be useful. It would be consistent to what you set in the dialog and it would be less confusing because there

Re: [Lazarus] Editor font height in IDE options

2011-08-08 Thread Reinier Olislagers
On 8-8-2011 19:12, Martin wrote: On 08/08/2011 18:00, cobines wrote: 2011/8/8 Martinlaza...@mfriebe.de: In other words, if the drop-down was size (instead of height) would it still be undesired? If it was size it would be useful. It would be consistent to what you set in the dialog and it

Re: [Lazarus] Editor font height in IDE options

2011-08-08 Thread cobines
2011/8/8 Martin laza...@mfriebe.de: As I said, the hold back, is to check on each widgetset, what affacts what, and what is stored in the options. In config file there is EditorFontHeight. It is used in such contexts: Font.Height:=EditorOpts.EditorFontHeight

Re: [Lazarus] Editor font height in IDE options

2011-08-08 Thread cobines
I have attached a patch to the issue #17694: http://bugs.freepascal.org/view.php?id=17694 Tested on Windows native, Linux Gtk2, Linux Qt and I don't see any problem with the conversion. Please someone test other widgetsets. -- cobines -- ___ Lazarus

Re: [Lazarus] Editor font height in IDE options

2011-08-08 Thread Martin
On 08/08/2011 20:46, cobines wrote: 2011/8/8 Martinlaza...@mfriebe.de: As I said, the hold back, is to check on each widgetset, what affacts what, and what is stored in the options. In config file there is EditorFontHeight. It is used in such contexts: