I have two reasons for this:<div>1. I work in a company where Eclipse is a de facto standard. Using it will also allow me using the same IDE for projects in other languages.</div><div>2. (The major reason) Not very good code autocomplete out of the box. PyDev offers very good autocomplete with some introspection. One small and simple example:</div>
<div><br></div><div><div>class A():</div><div>    static_attr = 1</div><div>    def some_method(self):</div><div>        pass</div><div>    </div><div>a = A()</div><div>a.</div><div><br></div><div>After the dot Eclipse is suggesting me static_attr and some_method(), while Eric will suggest them only if have entered a.static_attr and a.some_method() before.</div>
<div>Good autocomplete offers me the way to save some efforts during coding.</div><div>Also PyDev offers the way to go to class source or object definition - very useful when working with bigger projects (like scrapy, twisted).</div>
<div><br></div><div>You already mentioned that you don't have time (ability) to enable supporting autocomplete in Eric at this kind of level and you welcome the patches.</div><div>So for now - Eclipse.</div><div><br></div>
<div>Eric is a very good IDE (small memory footprint compared to Eclipse and is faster, etc.) and I am sure it will continue improving.</div><div><br></div><div>Thank you for this wonderful product, Detlev!</div><div><br>
</div><div>--</div><b><i>Victor Varvariuc</i></b><br><br>
<br><br><div class="gmail_quote">On Tue, Sep 6, 2011 at 7:56 PM, Detlev Offenbach <span dir="ltr"><<a href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Am Dienstag, 6. September 2011, 10:25:58 schrieb Victor Varvariuc:<br>
</div><div class="im">> Hi Detlev,<br>
><br>
> I was doing from time to time another icons for Eric (16x16).<br>
> As i probably will not do them anymore (i mostly will use Eclipse with<br>
> PyDev) i decided to send them to you.<br>
<br>
</div><div class="im">It's too sad that you are not using eric anymore. Can you give some reasons<br>
for your decision so I can try to improve eric in the right direction.<br></div></blockquote></div></div>