andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
110 stars 43 forks source link

If library name is longer than 100 characters it causes problems #168

Closed aaltat closed 8 years ago

aaltat commented 8 years ago

If I have this:

| Library | LibraryNameWhichIsLongerThan100CharactersButItSeemsThatItRequiresQuiteAlotLettersInTheFileNameAndIsNotGoodRealLifeExample.py | WITH NAME | OtherNameLib |

Then

does not work.

aaltat commented 8 years ago

Fixed and working fine.