sublime-robot-framework-assistant icon indicating copy to clipboard operation
sublime-robot-framework-assistant copied to clipboard

TABs as separators

Open pavoltravnik opened this issue 8 years ago • 1 comments

Is there any issue with TABs to ignore them in highlighting and to have turned "translate_tabs_to_spaces": true, by default on? I thought, that is standard to have TABs as separators. If this is relevant, I could create pull request and modify it to be TAB friendly.

pavoltravnik avatar Oct 27 '17 14:10 pavoltravnik

I did do tab support because I use spaces as separator. But having tab support is good feature to have. Some functionality uses also variable from here: https://github.com/andriyko/sublime-robot-framework-assistant/blob/master/Robot.tmPreferences

To align arguments after completion.

aaltat avatar Oct 27 '17 14:10 aaltat