-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
thanks to Detlev code completion with rope plugin works like a charm.
I have to update the table:
- - the general code, which was part of my previous messages
- - small PyQt4 application please see code:
https://github.com/spyder-ide/spyder/issues/2203
- - new style of PyQt4 signals please issue in:
https://github.com/spyder-ide/spyder/issues/2203 (in Spyder works
with rope (not with jedi)
- ----------------------------------------------------------------
IDE general code PyQt4 PyQt4-signals Library
- ----------------------------------------------------------------
KDevelop works works works don't know
Spyder works works works rope
Spyder works works fail jedi
PyCharm works works fail don't know
PyDev works works fail don't know
WingIDE works works fail don't know
eric works works works rope
- ------------------------------------------------------------------
For PyQt4 completion was needed adding of
"PyQt4", "PyQt4.QtGui", "QtGui", "PyQt4.QtCore", "QtCore",
"PyQt4.QtScript", "QtScript"
to prefs['extension_modules'] to config.py.
There are two config.py:
-the first in project directory/.ropeproject
-the second in ~/eric./.ropeproject/
I had to edit second one, changing first one has no effect.
I am using rope plugin 4.0.4 and if I remember well in version
4.0.1 editing config.py in project directory was enough.
Eric installed from repository:
changeset: 4172:4f20dba37ab6
tag: tip
parent: 4170:8bc578136279
user: Detlev Offenbach <detlev at die-offenbachs.de>
date: Wed Mar 11 18:32:27 2015 +0100
Thanks for great work.
zbyna
Dne 28.2.2015 v 15:18 Detlev Offenbach napsal(a):
> Hi,
>>>> rope completion support has just been implemented. Please get the
> plug-in via the plug-in repository dialog and activate rope
> completions and calltips on the respective configuration pages.
>>>> Users of the eric Assistant plug-in please note, that only one
> extermal completion and calltips provider can be activated.
>>>> Regards,
>> Detlev
>>>> On Friday 27 February 2015, 22:56:01 zbyna wrote:
>>> It would be great to add rope plugin autocompletion for eric6.
>>>>>> So here is the result of my "research":
>>>>>> I have tried
>>> - the general code, which was part of my previous messages
>>> - small PyQt4 application please see code:
>>> https://github.com/spyder-ide/spyder/issues/2203
>>> - new style of PyQt4 signals please issue in:
>>> https://github.com/spyder-ide/spyder/issues/2203 (in Spyder works
>> with
>>> rope (not with jedi)
>>>>>> ----------------------------------------------------------------
>>> IDE general code PyQt4 PyQt4-signals Library
>>> ----------------------------------------------------------------
>>> KDevelop works works works don't know
>>> Spyder works works works rope
>>> Spyder works works fail jedi
>>> PyCharm works works fail don't know
>>> PyDev works works fail don't know
>>> WingIDE works works fail don't know
>>> ------------------------------------------------------------------
>>>>>>>> Spyder now uses both rope and jedi b/c as I read somewhere in
>> reported
>>> issues rope does not cope with opencv.
>>>>>> zbyna
>>>>>> Dne 26.2.2015 v 19:41 Detlev Offenbach napsal(a):
>>>> It is a pitty you moved on without going a bit deeper into
>>> this
>>>> topic. If you had tested the other IDE auto completion you
>>> would
>>>> have noticed, that they don't provide completions in
>>> situations
>>>> where eric does. One such situation is writing PyQt4 or PyQt5
>>> code.
>>>> Because most of the Qt object rely on the presence of a
>>>> QApplication object (i.e. an initialized Qt framework)
>>>> instantiating and introspection of Qt objects won't work and
>>> that
>>>> leads to no completions shown.
>>>>>>>>>>>>>>>> Unless the underlying libraries of the mentioned IDEs have
>>> changed
>>>> in the last two months or so, that is true. If the described
>>>> situation works I would like to get a short feedback about it.
>>>>>>>>>>>>>>>> In the past the rope plug-in for eric4 provided an alternative
>>>> completion provider. If there is interest in having it added
>>> to
>>>> the rope-plugin for eric6 please let me know.
>>>>>>>>>>>>>>>> Regards,
>>>>>>>> Detlev
>>>>>>>> On Thursday 26 February 2015, 00:58:42 zbyna wrote:
>>>>> OK, it is a pity. For beginner as me is code completion very
>>>>> important.
>>>>>>>>>> I made a small research and this sort of autocompletion
>>>>>>>>>> is possible manage with: Spyder, PyDev, WingIDE, Pydev,
>>>> Kdevelop
>>>>> and
>>>>>>>>>> WingIDE.
>>>>>>>>>> The best results I achieved with Spyder (rope library) and
>>>>> Kdevelop .
>>>>>>>>>> These two IDEs managed even to offer connect,disconnet and
>>>> emit
>>>>> for
>>>>>>>>>> signals in Qt. Jedi library which is used experimentally in
>>>>> Spyder
>>>>>>>>>> 2.3.3 can not cope with signals at present. But both rope
>>>> and
>>>>> jedi
>>>>>>>>>> treat example from my previous post well.
>>>>>>>>>> As I said it is a pitty b/c Eric is a good IDE but according
>>>> to
>>>>>>>>>> autocompletion I have to move on.
>>>>>>>>>> Good luck.
>>>>>>>>>> Dne 25.2.2015 v 18:43 Detlev Offenbach napsal(a):
>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the auto-completion does not work dynamically, that is
>>>>> execute
>>>>>> the
>>>>>>>>>>>> code in the background to determine an objects type and
>>>>>> contents.
>>>>>>>>>>>> That is a known fact and will not be changed in the
>>>>> current
>>>>>>>>>>>> completion providers. However, I am willing to accept a
>>>>>> plug-in
>>>>>>>>>>>> providing a more intelligent provider.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Detlev
>>>>>>>>>>>> On Wednesday 25 February 2015, 02:54:56 zbyna wrote:
>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I have following issue with autocompletion of classes:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> There is a simple script which demonstates the matter:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> class Rodic:
>>>>>>>>>>>>>>>>>>>>>>>>>>>> def __init__(self, jmeno):
>>>>>>>>>>>>>>>>>>>>>>>>>>>> self.jmenoRodice=jmeno
>>>>>>>>>>>>>>>>>>>>>>>>>>>> self.konstanta = "KOLKA"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> def prvniMetoda():
>>>>>>>>>>>>>>>>>>>>>>>>>>>> print("Prvn鉚")
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> def druhaMetoda():
>>>>>>>>>>>>>>>>>>>>>>>>>>>> print("Druh謾")
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> class Potomek(Rodic):
>>>>>>>>>>>>>>>>>>>>>>>>>>>> def __init__(self, jmenoP, jmenoR):
>>>>>>>>>>>>>>>>>>>>>>>>>>>> super(Potomek, self).__init__(jmenoR)
>>>>>>>>>>>>>>>>>>>>>>>>>>>> self.jmenoPotomka=jmenoP
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> a = Rodic("JSEM RODIC a bez potomka ")
>>>>>>>>>>>>>>>>>>>>>>>>>>>> b = Potomek("JSEM POTOMEK b", "JSEM RODIC potomka b")
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> When I type a. I would expected all properties and
>>>>>> methods
>>>>>>> from
>>>>>>>>>>>>>>>>>>>>>>>>>>>> class Rodic. After typing b. the IDE should offer the
>>>>>> same
>>>>>>> list
>>>>>>>>>>>>>> +
>>>>>>>>>>>>>>>>>>>>>>>>>>>> property jmenoPotomka from b. Eric offers nothing. At
>>>>>> least
>>>>>>> to me
>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>> I have tried Assistant plugin too:
>>>>>>>>>>>>>>>>>>>>>>>>>>>> all option checked (from API, Document, Project)
>>>>>>>>>>>>>>>>>>>>>>>>>>>> and "Search class hiearchy" checked too. Seems like this
>>>>>> one
>>>>>>> does
>>>>>>>>>>>>>> not
>>>>>>>>>>>>>>>>>>>>>>>>>>>> work.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I am using :
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Linux Mint 17.1
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Python 3.4.0
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Qt 5.4.0
>>>>>>>>>>>>>>>>>>>>>>>>>>>> PyQt 5.4
>>>>>>>>>>>>>>>>>>>>>>>>>>>> sip 4.16.5
>>>>>>>>>>>>>>>>>>>>>>>>>>>> QScintilla 2.8.4
>>>>>>>>>>>>>>>>>>>>>>>>>>>> WebKit 538.1
>>>>>>>>>>>>>>>>>>>>>>>>>>>> eric6 6.0.2 (rev. d311c814a5de)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks for help
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> zbyna
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Eric mailing list
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Eric at riverbankcomputing.com
>>>>>>>>>>>>>>>>>>>>>>>>>>>> http://www.riverbankcomputing.com/mailman/listinfo/eric
>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>> Detlev Offenbach
>>>>>>>>>>>>>>>>>>>>>>>> detlev at die-offenbachs.de
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Eric mailing list
>>>>>>>>>> Eric at riverbankcomputing.com
>>>>>>>>>> http://www.riverbankcomputing.com/mailman/listinfo/eric
>>>>>>>> --
>>>>>>>> Detlev Offenbach
>>>>>>>> detlev at die-offenbachs.de
>>>>>> _______________________________________________
>>> Eric mailing list
>>> Eric at riverbankcomputing.com
>>> http://www.riverbankcomputing.com/mailman/listinfo/eric
> --
>> Detlev Offenbach
>> detlev at die-offenbachs.de
>-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBCAAGBQJVAKdPAAoJEHxvTZ+FZ7QnHDIIAKP175/G1rbLbIBrDulMrd0r
ox8nyGvAWPoVBjePFwE4CJLqV1DJBkGBlrIkDJwO/iIE3BzZKfBboboAqWkudz1X
hgc7767V7bMmFifooHXSsrilV8SUwpcL6DW/c06ISjWBjw5PPLUm09iSjzM7mK6/
V5utxjPiCiQ7rMbgY0wMKtBo45n6YUe9Lz7alNwX2b528iRVlGDc4ivAPVZSidU0
ZZTvw3w6nlS5e674gq5bjbGkSa5F2yc0PuwiaG1kySF9j+CtyHk2rYwMQEn7/KXN
UTS7D2bjE3nH0KTyHJjMXuG2t+FFNwpaY1KbNMlcj/qXU7d9/YklRq4Tzf6krzM=
=JwUQ
-----END PGP SIGNATURE-----
More information about the Eric
mailing list
‘She has never mentioned her father to me. Was he—well, the sort of man whom the County Club would not have blackballed?’ "We walked by the side of our teams or behind the wagons, we slept on the ground at night, we did our own cooking, we washed our knives by sticking them into the ground rapidly a few times, and we washed our plates with sand and wisps of grass. When we stopped, we arranged our wagons in a circle, and thus formed a 'corral,' or yard, where we drove our oxen to yoke them up. And the corral was often very useful as a fort, or camp, for defending ourselves against the Indians. Do you see that little hollow down there?" he asked, pointing to a depression in the ground a short distance to the right of the train. "Well, in that hollow our wagon-train was kept three days and nights by the Indians. Three days and nights they stayed around, and made several attacks. Two of our men were killed and three were wounded by their arrows, and others had narrow escapes. One arrow hit me on the throat, but I was saved by the knot of my neckerchief, and the point only tore the skin a little. Since that time I have always had a fondness for large neckties. I don't know how many of the Indians we killed, as they carried off their dead and wounded, to save them from being scalped. Next to getting the scalps of their enemies, the most important thing with the Indians is to save their own. We had several fights during our journey, but that one was the worst. Once a little party of us were surrounded in a small 'wallow,' and had a tough time to defend ourselves successfully. Luckily for us, the Indians had no fire-arms then, and their bows and arrows were no match for our rifles. Nowadays they are well armed, but there are[Pg 41] not so many of them, and they are not inclined to trouble the railway trains. They used to do a great deal of mischief in the old times, and many a poor fellow has been killed by them." As dusk came on nearly the whole population of Maastricht, with all their temporary guests, formed an endless procession and went to invoke God's mercy by the Virgin Mary's intercession. They went to Our Lady's Church, in which stands the miraculous statue of Sancta Maria Stella Maris. The procession filled all the principal streets and squares of the town. I took my stand at the corner of the Vrijthof, where all marched past me, men, women, and children, all praying aloud, with loud voices beseeching: "Our Lady, Star of the Sea, pray for us ... pray for us ... pray for us ...!" It had not occurred to her for some hours after Mrs. Campbell had told her of Landor's death that she was free now to give herself to Cairness. She had gasped, indeed, when she did remember it, and had put the thought away, angrily and self-reproachfully. But it returned now, and she felt that she might cling to it. She had been grateful, and she had been faithful, too.[Pg 286] She remembered only that Landor had been kind to her, and forgot that for the last two years she had borne with much harsh coldness, and with a sort of contempt which she felt in her unanalyzing mind to have been entirely unmerited. Gradually she raised herself until she sat quite erect by the side of the mound, the old exultation of her half-wild girlhood shining in her face as she planned the future, which only a few minutes before had seemed so hopeless. After he had gloated over Sergeant Ramsey, Shorty got his men into the road ready to start. Si placed himself in front of the squad and deliberately loaded his musket in their sight. Shorty took his place in the rear, and gave out: The groups about each gun thinned out, as the shrieking fragments of shell mowed down man after man, but the rapidity of the fire did not slacken in the least. One of the Lieutenants turned and motioned with his saber to the riders seated on their horses in the line of limbers under the cover of the slope. One rider sprang from each team and ran up to take the place of men who had fallen. "As long as there's men and women in the world, the men 'ull be top and the women bottom." Then, in the house, the little girls were useful. Mrs. Backfield was not so energetic as she used to be. She had never been a robust woman, and though her husband's care had kept her well and strong, her frame was not equal to Reuben's demands; after fourteen years' hard labour, she suffered from rheumatism, which though seldom acute, was inclined to make her stiff and slow. It was here that Caro and Tilly came in, and Reuben began to appreciate his girls. After all, girls were needed in a house—and as for young men and marriage, their father could easily see that such follies did not spoil their usefulness or take them from him. Caro and Tilly helped their grandmother in all sorts of ways—they dusted, they watched pots, they shelled peas and peeled potatoes, they darned house-linen, they could even make a bed between them. HoME一级毛片视频免费公开
ENTER NUMBET 0018wwwszhcd.com.cn consts.com.cn www.midicoffee.com.cn www.haili2000.com.cn ptpf.org.cn www.richtiger.com.cn kjoj.com.cn www.jdcg.net.cn www.qyoe.com.cn shxianli.com.cn