michalanglart
michalanglart
Hi, can you reproduce it with some minimal dummy project and provide it to us?
To bo honest we've never encountered such situation and I have no clue why you would see it. Is your project located at single directory at you file system, or...
You could check if there is anything interesting in `metadata/.log` file - especially exceptions. I understand that it does not work for this file regarding if you restart IDE or...
RED has nothing to do with PyCharm. It's eclipse based plugin and its code is not used in any PyCharm/IntelliJ plugin. The .log file has nothing interesting regarding your case....
There are just two projects with the actual code: org.robotframework.ide.core-functions -> this one is just a jar library with core things like parsers, communication with execution agent, things like this...
This is recurring issue coming from limitations of dynamic nature of Robot Framework language. Very closely related (or the same) issues are: #7, #68, #195, #268, #365 and possibly more....
Well, this wouldn't: ``` *** Variables *** ${A} \ ``` or even equivalent: ``` *** Variables *** ${A} ``` This is basically creating a variable with SUITE scope and empty...
This one would be huge task with a lot of effort. This would require us to provide own widget instead of using the ones provided by Eclipse. Actually it would...
Hi, Regarding 1: the transitive imports are supported by RED. I'm not sure if I understand this correctly but it seems that the file of unknown name visible at your...
Hi, sorry I had no time to look into that further. I'll try to do it today.