AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

Python highlights in RubyMine? #8

Closed mjsommer closed 10 years ago

mjsommer commented 10 years ago

Hi, I installed your plugin into RubyMine 6.3 expecting to get Python text highlighting, but nothing changed (all the Python test is still black).

Is this not the intent of the plugin, or if so, what do I need to configure for Python highlights?

Thanks, Martin

AmailP commented 10 years ago

Hey,

if you want to highlight python you should install a python plugin, not a robot framework plugin (https://code.google.com/p/robotframework/). Anyway I don't think there are any python plugins for Ruby mine. You can probably just install PyCharm community edition...

regards

Valerio

On 23 May 2014 22:51, Martin Sommer notifications@github.com wrote:

Hi, I installed your plugin into RubyMine 6.3 expecting to get Python text highlighting, but nothing changed (all the Python test is still black).

Is this not the intent of the plugin, or if so, what do I need to configure for Python highlights?

Thanks, Martin

— Reply to this email directly or view it on GitHubhttps://github.com/AmailP/robot-plugin/issues/8 .

mjsommer commented 10 years ago

Right, I have both RubyMine and PyCharm, its just that some of my project have both languages, and it would be nice to simply use one IDE.

Martin

AmailP commented 10 years ago

I guess that your only choice is to get the full IntelliJ and install ruby, python and robotframework plugins.

Valeiro