I’m using 2.0.2. It seems to be drawing the text area centered. Not that the individual lines are centered, but the rectangular area in which text appears is centered in the window. I was hoping for left-aligned, with margin 4, which I have set everywhere I can find.
In addition, while input lines are folded, they are not folded at the window edge (i.e. refolding if I make the window wider or narrower) but instead are folded to some fixed width. I have set margin 4 and wrap_width 0 in my user settings. Still doing it.
Please point me to the settings I need. Thanks!
Current user settings file:
{
“color_scheme”: “Packages/Color Scheme - Default/IDLE.tmTheme”,
“font_size”: 13,
“margin”: 4,
“draw_centered”: false,
“wrap_width”: 0,
“ignored_packages”:
"Vintage"
]
}
Thanks!