The size of bookmarks and arrows for folding blocks in the gutter seems larger to me in TM2.0-beta1. I prefer a very small size and do not know how to change that. Through gutterSettings in my theme (Mac Classic)? I would welcome any help with this.
Related: I don't see an option to toggle bookmarks and/or block-folding arrows in the menus. Is it possible via .tm_properties? --Gildas Hamel
On 17 Oct 2014, at 5:43, Gildas Hamel wrote:
The size of bookmarks and arrows for folding blocks in the gutter seems larger to me in TM2.0-beta1. I prefer a very small size and do not know how to change that. Through gutterSettings in my theme (Mac Classic)? I would welcome any help with this.
The size is not configurable.
Currently the images get a square box based on the line height.
Previously we used the font’s cap height and muliplied it by a per-image scale factor.
The latter is no longer feasible because we allow arbitrary (user supplied) images to be shown in the gutter.
Are you using Menlo or some other font? I presume that a font with high ascender/descender values would give an undesired result.
Don’t know what calculation could work to solve this problem.
Related: I don't see an option to toggle bookmarks and/or block-folding arrows in the menus. Is it possible via .tm_properties?
You mean hide them from the gutter? Neither columns can be hidden.
On Fri, Oct 17, 2014 at 7:07 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 17 Oct 2014, at 5:43, Gildas Hamel wrote:
The size of bookmarks and arrows for folding blocks in the gutter seems
larger to me in TM2.0-beta1. I prefer a very small size and do not know how to change that. Through gutterSettings in my theme (Mac Classic)? I would welcome any help with this.
The size is not configurable.
Currently the images get a square box based on the line height.
Previously we used the font’s cap height and muliplied it by a per-image scale factor.
The latter is no longer feasible because we allow arbitrary (user supplied) images to be shown in the gutter.
Thank you for the explanation. I'm using Meslo LG S DZ and Everson Mono.
Menlo is better in this regard.
|> >Related: I don't see an option to toggle bookmarks and/or |> >block-folding arrows in the menus. Is it possible via .tm_properties? |> |> You mean hide them from the gutter? Neither columns can be hidden.
Okay. The reason I would prefer to hide them from the gutter is that all of my work is structured text in TeX/LaTeX and the tools TM2 offers to navigate text are so flexible and varied now (esp. Command/Shift T) that I find myself never using folding or bookmarks anymore.
On 17 Oct 2014, at 18:32, Gildas Hamel wrote:
Thank you for the explanation. I'm using Meslo LG S DZ and Everson Mono.
Menlo is better in this regard.
I have now limited the column width/height to at most 1.5 times the cap height of the font. This looks OK with Everson Mono (I didn’t test the other font).
Okay. The reason I would prefer to hide them from the gutter is that all of my work is structured text in TeX/LaTeX and the tools TM2 offers to navigate text are so flexible and varied now (esp. Command/Shift T) that I find myself never using folding or bookmarks anymore.
I’ll make a note about it — for the bookmarks, this column is slowly starting to see use for other things, for example indicating what lines have changes (since last commit) and warning/error badges for compiler problems, which could also be useful for LaTeX (though the LaTeX typeset command hasn’t been updated to take advantage of this new functionality).
Code coverage would be a very nice thing to show on the gutter too.
Caio
Sent from my iPhone
On 19 Oct 2014, at 17:15, Allan Odgaard mailinglist@textmate.org wrote:
On 17 Oct 2014, at 18:32, Gildas Hamel wrote:
Thank you for the explanation. I'm using Meslo LG S DZ and Everson Mono.
Menlo is better in this regard.
I have now limited the column width/height to at most 1.5 times the cap height of the font. This looks OK with Everson Mono (I didn’t test the other font).
Okay. The reason I would prefer to hide them from the gutter is that all of my work is structured text in TeX/LaTeX and the tools TM2 offers to navigate text are so flexible and varied now (esp. Command/Shift T) that I find myself never using folding or bookmarks anymore.
I’ll make a note about it — for the bookmarks, this column is slowly starting to see use for other things, for example indicating what lines have changes (since last commit) and warning/error badges for compiler problems, which could also be useful for LaTeX (though the LaTeX typeset command hasn’t been updated to take advantage of this new functionality).
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
* Skriv a reas Allan Odgaard (mailinglist@textmate.org): |> I have now limited the column width/height to at most 1.5 times the cap |> height of the font. This looks OK with Everson Mono (I didn’t test the |> other font). |> It looks great now with Everson Mono. Thanks.
|> |> I’ll make a note about it — for the bookmarks, this column is slowly |> starting to see use for other things, for example indicating what lines |> have changes (since last commit) and warning/error badges for compiler |> problems, which could also be useful for LaTeX (though the LaTeX typeset |> command hasn’t been updated to take advantage of this new |> functionality). |> I look forward to using that capability. --gildas