sublime-robot-plugin
sublime-robot-plugin copied to clipboard
Provides basic tools for working with Robot Framework text files in Sublime Text 2.
I recently installed the "Robot Framework" package, and right afterward, I lost the ability to insert a cursor through multiple lines using alt click drag. As soon as I uninstalled...
I would like to set variablefile argumentfile while executing. How can I do this ? Pressing cmd+b gives me invalid syntax error. ( all other functionality works ) BR
I have searched google and removed `txt` from `robot.tmLanguage` file inf `fileTypes` key, but it still automatically switches to robot highlight on saving a plain txt file. How can I...
As I have explained to you in the email, the following features were added: - Right click to run a test case, a test suite - Display test progress as...
instead of walking the entire project structure when searching for keywords, we should cache the list of robot files in the project and update on file system changes this should...
sublime text 3 build 3047
we may as well create the keyword-scanning cache as soon as the plugin is loaded (in a background thread) this way the user won't feel lag the first time they...
could potentially mess up caching stuff if a new search runs
right now there are only key/mouse binding files. let's add default+user general settings files users should be able to customize: - int: keyword scanning timeout - T/F: initialize cache on...
it's hideous, and also bugs out when there is an extra space after the keyword like "abc " at the end of the line