sublime-robot-framework-assistant
sublime-robot-framework-assistant copied to clipboard
Robot Framework plugin for Sublime Text3
There are a lot of open issues about errors related to python not having robot installed. Instead of spamming the console, and sending "cryptic" error message to users, could it...
Should not be pushed to master. Only some experimental code how to fix plugin to support RF and SL.
Hi Guys, I try to configure the plugin (by running 'Update Internal Database For Active Tab command') I get the following exception: ``` scan_index.log: Traceback (most recent call last): File...
A variable `${named.like.${this}}` will have the last `}` "unhighlighted"
Move to Python3. Drop support of python2 because python2 will be end of life in the year of 2019 so it would be better to move forward. * convert to...
When creating or updating the internal database, the operation can take quite a long time. Now those operations block the usage of the Sublime, which is not good practice. Make...
Hi there, on OSX 10.14.1, I can't create database tables. Get the usual error. `Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1072, in run_ return self.run(edit) File "/Users/davew/Library/Application...
On macOS High Sierra (10.13.6) Python 2.7 is shipped by Apple, which lives in /usr/bin/python. I've also installed Python 3.7, which lives in "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3". Path is also set via .bash_profile...
I wonder if it is possible to trigger auto-completion when user types "." inside a variable brace. I am sorry to raise several requests this often but I have no...