joao-carloto / FireRobot

Firefox extension for Robot Framework/Selenium.
Other
28 stars 6 forks source link

Use space instead of tab for test step indentation #38

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago

The FR editor does not allow inserting the tab char (\t). The tab key is used to change the focused element. So, to align manually edited test steps we will have to use spaces. The \t representation is not the same in all text editors. The result is that when editing the test outside FR the steps may be misaligned, due to a mix of \t (added automatically) and spaces. Replace \t by 4 spaces.