AmailP / robot-plugin

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

Right click context menu takes long time to show up #32

Open xuyungit opened 7 years ago

xuyungit commented 7 years ago

OS: MacOS 10.12.2 PyCharm: 2016.2.3 Robot Framework support plugin: 0.16.1 It will take more than 15 seconds to show context menu for a robot source. Other languages such as Python works well.

adamcathersides commented 7 years ago

I am also seeing this on Ubuntu 14.04, Plugin Version 0.16.2, Pycharm Version 2016.3.3

Have compared behaviour with Intellibot and Robot Framework Support is very slow

AmailP commented 7 years ago

Hi Adam,

can you please describe more in detail when the plugin is so slow? Does this happen always? Does it continue after an IDE restart? How big is your robotframework project? Does it happen also with single robot files?

Kind regards

Valerio

On 24 March 2017 at 17:13, Adam Cathersides notifications@github.com wrote:

I am also seeing this on Ubuntu 14.04, Plugin Version 0.16.2, Pycharm Version 2016.3.3

Have compared behaviour with Intellibot and Robot Framework Support is very slow

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AmailP/robot-plugin/issues/32#issuecomment-289068472, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0rFuwzLncreIGgBEoBa7ZzU33yhRjlks5ro-u2gaJpZM4Kw3x4 .

adamcathersides commented 7 years ago

Hi Valerio,

Sorry I should have given more details!

Does this happen always? Yes Does it continue after an IDE restart? Yes How big is your robotframework project? It is split across 5 robot files. 4 of them are used as resources for the 5th.

Does it happen also with single robot files? Yes it seems to

I have also excluded a lot of folders that do not need to be indexed and disabled git integration, but unfortunately this seems to have made no difference.

Thanks