andriyko / sublime-robot-framework-assistant

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

Fixes the #142 by removing open_tab index #157

Closed aaltat closed 8 years ago

aaltat commented 8 years ago

This pull request should improve the performance when user changes between Robot Framework files. This removes the open_tab index file and keywords are read directly file index of each file. Also Also streamlines the commands and removes all automatic updates with the internal database. Only automatic update to the database is done when saving file and this can be also disabled if needed.