andriyko / sublime-robot-framework-assistant

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

Jump to keyword does not work when library is imported WITH NAME syntaxt #148

Closed aaltat closed 7 years ago

aaltat commented 8 years ago

If there is import like this:

| Library | LibraryWithReallyTooLongName.py | WITH NAME | LongName | 

When when library is used like this

| LongName.Long Name Keyword | 123 |

Then jump to keyword source does not work.

This is because the database table can not be find, because the object name LongName is not the same as the table name. This requires quite a big refactoring and initially scoped to 5.0.0 release.

aaltat commented 8 years ago

Because of lack of time, this will not be part of release 5.0

aaltat commented 7 years ago

Closed in https://github.com/aaltat/sublime-robot-framework-assistant/commit/df0a37a4e0d4df954ff31efa561432538bfaff6d