J. Foederer

Results 90 comments of J. Foederer

I am with @HelioGuilherme66 on this one. Personally I despise the `${...}` syntax, even for simple variables. Robot framework is a great tool to lift automation into the user domain....

Just a follow-up thought I wanted to share... My current line of thought brings me to this new set of rules: - If something is available as a keyword, you...

Ok, so offline parsing is a requirement. Clear, makes sense. Does that then imply that, since variables already have their own syntax, there are just 2 remaining open issues? -...

That looks like a very useful tool! What is the syntax for passing the options? It keeps telling me it doesn't know any of the options.

I can also confirm that the performance drop is not yet present in 2.0b2.dev10. That does narrow down the search a lot.

Is there any news on this topic? For large projects anything later than dev10 is not workable due to excessive load times.

A few more situations to complete the picture ![image](https://user-images.githubusercontent.com/32476108/179782142-353a55be-6244-4b44-9c60-01cee7bfe5ae.png)

Optional arguments with a single inline keyword argument also presents some issues: ![image](https://user-images.githubusercontent.com/32476108/180811191-d549764b-11cc-4c2c-89fe-3931b7b33bdb.png) `def Keyword_with_optional_arguments(self, number, arg2=None, arg3=None, arg4=None):` The first two lines have correct highlighting The third line uses...

I have a fix in place by including this line in the `__init__.py` of the pluginapi package. `from ..publish import RideLogMessage` I am not sure if that is correct place...

@HelioGuilherme66 Can you please remind me where the RIDE logfile can be found on Linux? I installed the latest master, but now I have a hangup during startup. I'd like...