Is this normal? <see the screen shot>. As far as I know, the blank bar appear when in Python, Ruby, SQL, Regular Expression, and AppleScript... probably more. I have poked around more and can't figure what it does.
On 9/4/07, Ciarán Walsh ciawal@gmail.com wrote:
It's the scrollbars, they appear when wordwrap is on
Thanks, It's gone once I turned on the soft wrap.
It's strange. I always have soft wrap turned on. I didn't know it is language dependent. For example, soft wrap is on when in MATLAB and LaTeX mode but it is off for Python and Ruby.
ip
Yes, it's language dependent. It appears in Fortran 77 and not in Fortran 90, no matter what the word wrap is :confused:
On Sep 5, 2007, at 11:14 AM, guerom00 wrote:
Yes, it's language dependent. It appears in Fortran 77 and not in Fortran 90, no matter what the word wrap is :confused:
I.e. if you toggle soft wrap, it does not appear/disappear?
The scroll bar is for modes where soft wrap is disabled. And that setting is tied to the root scope (sort of), by default source.* has soft wrap disabled where text.* has it enabled.
My bad… It indeed dissappear when activating soft wrap… Sorry about that :-D