'indent_guides_enabled': true
Enables indent guides.
'indent_guides_max_file_characters': 524288
The max file size a file is allowed to be and have indent guides.
'indent_guides_scope': 'comment'
The scope name assigned to guides.
'indent_guides_active_scope': 'indent_guides_scope'
The scope name assigned to active guides.
[NOTE] To enable active guides you have to set this option. Active guides
default to the same scope as inactive guides.
'indent_guides_hide_in_selection': true
Indent guides will be hidden within selections.
'indent_guides_hide_on_line': true
Indent guides will not be drawn on the current line.
[NOTE] This only applies to empty selections.
'indent_guides_active_wrap_to_text': true
If true, the active guide will always be the deepest guide on the cursor's line.
If false, the active guide will be the guide closest to the left of the cursor.Anomareh wrote:@pod Great :]
Also, I just updated it (same link as before https://gist.github.com/1136448). Fixed a bug when interacting with the console and also added a check to disable the built-in guides if they're enabled alongside the plugin.
joaodrp wrote:Is this plugin already part of sublime in dev build 2104?
Anomareh wrote:The gist also has a few extra options the built-in guides don't have (active guides aside). Namely the ability to toggle whether they are shown in selections or on the current line. Also the built-in guides will not show the last guide on a line that contains nothing but whitespace, the gist will. For example, if a line consists of nothing but 4 tabs, the built-in guides will only draw 3 guides ignoring the last one where as the gist will draw 4.
Return to Plugin Announcements
Users browsing this forum: No registered users and 3 guests