[Add robotframework-users back to Cc.]
>> Awesome!! Have you tested does the plugin also work with JetBrainsGreat, thanks! If you need to think about versions, I would say that
>> PyCharm? I use it for most of my Python coding and having Robot plugin
>> on it would be sweeeet!
>
>
> I just gave it a shot and it does not work out of the box - I'm hoping its
> all in the configuration
> (http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products).
> I'll take a look.
at least with PyCharm supporting only 3+ is fine.
Unfortunate you couldn't use the lexer but great that it worked as a
>> > For anyone interested in developing the plugin further:
>> > - We used the Cucumber-JVM plugin as a reference point:
>> > https://github.com/JetBrains/intellij-plugins
>> > - http://confluence.jetbrains.com/display/IDEADEV/PluginDevelopment
>> > - http://www.jetbrains.org/display/IJOS/Writing+Plug-ins
>>
>> Looks good. Have you considered could this plugin and the Eclipse
>> plugin <https://github.com/NitorCreations/RobotFramework-EclipseIDE>
>> possibly share some code? I have zero experience developing IDE
>> plugins, but I would assume it's possible to have at least some of the
>> business logic decoupled so that it could be reused across different
>> plugins. Possibly stuff like parsing the data could even be extracted
>> to a separate project so that it could be used also for other
>> purposes.
>
> There may be some gems in there for sure. We were hoping to plug the Python
> lexer you had written, but found that the IntelliJ lexer goes token by
> token, where yours used a line by line approach. It was effective for us to
> extract the spec, however.
spec. Is our new lexer tied to IntelliJ or could it possibly be used
by others too?
For more options, visit https://groups.google.com/d/optout.--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
Yep it works fine indeed J
Thanks Ariel for this information.
Cheers
JCDeville