icylace / CursorRuler

Marks the current cursor position(s) using dynamic rulers. For Sublime Text 2 and 3.
62 stars 5 forks source link

New window created when ST loads won't initially display dynamic rulers #15

Closed icylace closed 7 years ago

icylace commented 8 years ago

In ST2 and ST3 when the create_window_at_startup setting is true and ST starts with a new empty view the dynamic rulers aren't displayed until an edit is made. Additionally, in ST2 any normal rulers that were being displayed will disappear after an edit is made.

icylace commented 7 years ago

Actually, what was going on was that a new window was being created without a new empty view. So, the lack of dynamic rulers actually makes sense.