warmdev / SublimeOutline

Outline view for Sublime Text 3
MIT License
66 stars 23 forks source link

Function names are not trimmed #10

Closed upiter closed 2 years ago

upiter commented 6 years ago

Problem

Outline panel shows function names with extra TAB symbols

How to reproduce

  1. Install TrailingSpaces
  2. Add TAB after any function name, before bracket: Initialize (void) like this: Initialize<TAB>(void)
  3. See in Outline pane extra symbol after Initialize function name.
warmdev commented 2 years ago

See fix in issue 12