sublime-robot-framework-assistant icon indicating copy to clipboard operation
sublime-robot-framework-assistant copied to clipboard

Robot Framework plugin for Sublime Text3

Results 29 sublime-robot-framework-assistant issues
Sort by recently updated
recently updated
newest added

Robotframework does support import variables by a python module/package, however, there is no IDE or editor plugin which discovers variables imported by this method correctly. It would be good to...

By pressing `F8` (default) the current Robot test will be started. "Current" means the test, where the (first) cursor of the active view is located. By pressing `Shift+F8` (default) the...

Executing robot builds in Sublime only works with rather static Build Configuration. We would like to start exactly that testcase we are currently working on. That's usually the testcase where...

As discussed in issue #207 , would be great to have TABs as separators as well. I changed regexp and now should be text formatted properly even user is using...

Import Error on Windows Sublime 3114, Robot Framework Assistant 4.1.0 when a variable is in the Library resources Example: ``` *** Settings *** Resource ../resources/resources.txt Resource ../resources/object_repository.txt Resource ../resources/keywords.txt Resource...

enhancement

Jump to dynamic libraries keyword source does not work. Keyword completion and displaying keyword documentation works fine.

bug

If keyword completion feature is used, example for `Log` keyword. it by default looks like this: ``` Log ... message ... level ... html ... console ... repr ``` The...

enhancement

The `Create Database Tables` command should be faster. It could use the Python [multiprocessing](https://docs.python.org/2/library/multiprocessing.html) in same manner index all tables uses. This would shorten the time taken to create the...

enhancement

in all the keymaps for this plugin you have this ``` { "keys": ["alt+enter"], "command": "jump_to_keyword" } ``` this is already a core sublime shortcut used by many devs. Find...

Is there any issue with TABs to ignore them in [highlighting](https://github.com/andriyko/sublime-robot-framework-assistant/blob/master/Robot.tmLanguage) and to have turned `"translate_tabs_to_spaces": true,` by [default](https://github.com/andriyko/sublime-robot-framework-assistant/blob/master/Robot.sublime-settings) on? I thought, that is standard to have TABs as separators....