I filed Radar bug #5592382 a few days ago…
Summary
In Script Editor 2.2, the whitespace between most items (thought not inside comments or application keywords) is displayed in 12pt Helvetica, regardless of the user’s formatting preferences. This can cause the spacing between items to be smaller than expected, making the text harder to read.
(The same behavior is exhibited in Xcode or when testing an OSAScriptView in Interface Builder 3.0.)
Steps to Reproduce
- Open Script Editor.
- Open Formatting pane of Script Editor’s preferences.
- Change the font of each category to Andale Mono. (Any font expect Helvetica could be substituted here. However, I believe the spacing is more noticeable with a fixed width font.)
- Quit and reopen Script Editor.
Enter the following script into Script Editor:
tell me to choose folderCompile the script.
The results should be visually noticeable. To confirm:
- Reveal the font panel by choosing Show Fonts from the Font menu.
- Select the space character between
tellandme. The font panel should indicate 12pt Helvetica.