sublime-robot-framework-assistant
sublime-robot-framework-assistant copied to clipboard
Robot Framework plugin for Sublime Text3
I currently use `| ` as a separator (There is a space right after the `|` character) instead of the usual four spaces. As of now, it highlights everything in...
In my workspace I have both .txt and .robot, but I can't set them for scanning. I tried: * "txt|robot" * "txt robot" * [".robot", ".txt"] * ["robot", "txt"] ......
More details in: http://www.sublimetext.com/docs/3/syntax.html
The current solution opens the a panel and puts documentation there. Sublime Text 3 offers better ways to display documentation to the users. Consider could those features be used.
This is not an issues, but maybe a enhancement request if it doesn't already exist and I do not know about it. It is really nice to have the Go...
Minor enhancement request: expand the scope of the syntax highlighting to add color schemes to: - predefined keywords (BuiltIn, String, SSHLibrary etc) - user defined keywords - keyword args (id,...
Jump is not clear when the jump is done to a area which is already visible. if jump is done to a area which is not visible, then jump is...
Now the resource scanning does not take in account the Import Library keyword. All imports done the by keyword are silently ignored. Find way to detect usage of the keyword...