Could it be possible to put a decimal number into the editor font size configuration menu ? 10.5 is usually a great size for many fonts, but PB only accepts 10 or 11.
Ah, I see, you mean the PB IDE.
You can in fact edit the .prefs file (e.g. in Notepad) and change the font size to 10.5. Certainly looks neat in PB using the Source Code Pro font, but too small for my old eyes.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
It could be that the Consolas font doesn't scale to 10.5? Make sure PB isn't up, edit .prefs, run PB, you should immediately notice the difference.......
Edit: What is dissapointing though is that when you close-down PB it re-writes .prefs, imposing an integer for the font size again.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
I confirm that 10.5 doesn't work. It rounds down to 10 (and Consolas accepts 10.5 in other programs). And even if that was working, having the value reset every time you close PB would be a pain.
It probably doesn't accept floats because the floating-point symbol differs according to region. It can be a dot, or comma, or whatever. The IDE would have to take the specified value and parse for the symbol to account for all regions.
I disagree Dude - it is a file intended only for internal use by PB, therefore any delimiter can be imposed by Fred, the system locale doesn't get a vote!
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
I mean in the editor settings. If a user in one country types in "10.5", and another user in another country types in "10,5" then what font size will it be? The editor needs to know the locale to decide. Or, you can just force a whole number and not worry about it... which is what I think the team has done.