-
We appear to have one class that causes the groovy code completion plugin to NPE, details from the eclipse error log below:
> The 'Groovy Code Completions' proposal computer from the 'org.codehaus.gr…
-
File:
``` Python
from django.test import TestCase
from .. import models
class TestConfig(TestCase):
def test_should_register_options(self):
models.Config.register('
```
Error:
```
Tra…
-
Hi,
I have installed orange (http://orange.biolab.si/) which does not only install .py files but also some .so files that contain most of the functionality. Eclim (might also be a missing rope featur…
exic updated
10 years ago
-
When starting the first action with ropevim (code out of tip of repo, with python-ropemode-0.2-1.el7 and python-rope-0.9.4-3.el7 on RHEL-7/x86_64, python-2.7.5-7.el7.x86_64).
```
Rope project root f…
mcepl updated
10 years ago
-
Using the latest version, on Windows XP.
When trying to test the autocomplete functionality, I get (using SERVER_DEBUGGING = True):
```
started server on port 2161 with C:\Python27\python.exe IN DEB…
-
I was browsing the code and my flymake/pyflakes/pylint system noticed that line 553 'arg = len(names)' is referring to an undefined variable.
This is on hg rev 51 (257489708a52)
mcepl updated
10 years ago
-
I installed and this python mode plugin and use the default settings (which means nothing changed)
the auto complete seems not working... it only shows the typed words as options but not the module.x…
-
I'm using Ubuntu 13.04 and installed python-mode using vundle. When trying to use autocomplete using control + space, I get the following error:
```
Traceback (most recent call last):
Error detected …
-
_From [vlae...@online.no](https://code.google.com/u/109446317644574090143/) on June 10, 2011 09:10:20_
What steps will reproduce the problem? 1. I downloaded the source code using hg clone https://pi…
-
Hi,
first : thanks for your plugin! Really usefull.
I have encounter a strange bug with your plugin (latest release), when I hit "tab" or "shift + tab" to indent more than one line (as I do on all my…