sublime-robot-plugin icon indicating copy to clipboard operation
sublime-robot-plugin copied to clipboard

Provides basic tools for working with Robot Framework text files in Sublime Text 2.

Results 13 sublime-robot-plugin issues
Sort by recently updated
recently updated
newest added

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...

wontfix
new feature

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...

new feature

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...

enhancement

it's hideous, and also bugs out when there is an extra space after the keyword like "abc " at the end of the line

enhancement