completion in MOEasel

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

completion in MOEasel

Alexandre Bergel
Hi Lukas,

Some times ago you enhanced MOEasel with text completion. However I do not remember to have seen it working. Currently, it does not work for me. Do you know the procedure to make MOEasel benefit from the completion? If no, then I will bother Romain :-)

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Lukas Renggli
> Some times ago you enhanced MOEasel with text completion. However I do not remember to have seen it working. Currently, it does not work for me. Do you know the procedure to make MOEasel benefit from the completion? If no, then I will bother Romain :-)

Yeah, this is kind of cool, because you basically know most of the
types statically. My changes are in the official Mondrian repository:

  Name: Mondrian-lr.491
  Author: lr
  Time: 7 July 2010, 8:30:45 am
  UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
  Ancestors: Mondrian-Alexandre_Bergel.490

  - give accurate type feedback in MOEasel for autocompletion (now I
can write scripts without knowing the API)

I don't know if this ever got merged?

Note that I use eCompletion. I don't know if my changes work with oCompletion?

Lukas

--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Alexandre Bergel
Ah!!! The trick is to use the tab key apparently.
Look cool and seems to work with OCompletion. I will use it...

Cheers,
Alexandre


On 2 Sep 2010, at 09:07, Lukas Renggli wrote:

>> Some times ago you enhanced MOEasel with text completion. However I do not remember to have seen it working. Currently, it does not work for me. Do you know the procedure to make MOEasel benefit from the completion? If no, then I will bother Romain :-)
>
> Yeah, this is kind of cool, because you basically know most of the
> types statically. My changes are in the official Mondrian repository:
>
>  Name: Mondrian-lr.491
>  Author: lr
>  Time: 7 July 2010, 8:30:45 am
>  UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>  Ancestors: Mondrian-Alexandre_Bergel.490
>
>  - give accurate type feedback in MOEasel for autocompletion (now I
> can write scripts without knowing the API)
>
> I don't know if this ever got merged?
>
> Note that I use eCompletion. I don't know if my changes work with oCompletion?
>
> Lukas
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Tudor Girba
Hmm, why should you need the Tab key? Is it not possible to have it  
triggered automatically like in any other parts?

Cheers,
Doru


On 2 Sep 2010, at 16:08, Alexandre Bergel wrote:

> Ah!!! The trick is to use the tab key apparently.
> Look cool and seems to work with OCompletion. I will use it...
>
> Cheers,
> Alexandre
>
>
> On 2 Sep 2010, at 09:07, Lukas Renggli wrote:
>
>>> Some times ago you enhanced MOEasel with text completion. However  
>>> I do not remember to have seen it working. Currently, it does not  
>>> work for me. Do you know the procedure to make MOEasel benefit  
>>> from the completion? If no, then I will bother Romain :-)
>>
>> Yeah, this is kind of cool, because you basically know most of the
>> types statically. My changes are in the official Mondrian repository:
>>
>> Name: Mondrian-lr.491
>> Author: lr
>> Time: 7 July 2010, 8:30:45 am
>> UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>> Ancestors: Mondrian-Alexandre_Bergel.490
>>
>> - give accurate type feedback in MOEasel for autocompletion (now I
>> can write scripts without knowing the API)
>>
>> I don't know if this ever got merged?
>>
>> Note that I use eCompletion. I don't know if my changes work with  
>> oCompletion?
>>
>> Lukas
>>
>> --
>> Lukas Renggli
>> www.lukas-renggli.ch
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Obvious things are difficult to teach."



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Alexandre Bergel
> Hmm, why should you need the Tab key? Is it not possible to have it triggered automatically like in any other parts?

I would like to, but I am not expert in xCompletion voodoo.
I will ask Romain to teach me :-)

Alexandre


>
>
>
> On 2 Sep 2010, at 16:08, Alexandre Bergel wrote:
>
>> Ah!!! The trick is to use the tab key apparently.
>> Look cool and seems to work with OCompletion. I will use it...
>>
>> Cheers,
>> Alexandre
>>
>>
>> On 2 Sep 2010, at 09:07, Lukas Renggli wrote:
>>
>>>> Some times ago you enhanced MOEasel with text completion. However I do not remember to have seen it working. Currently, it does not work for me. Do you know the procedure to make MOEasel benefit from the completion? If no, then I will bother Romain :-)
>>>
>>> Yeah, this is kind of cool, because you basically know most of the
>>> types statically. My changes are in the official Mondrian repository:
>>>
>>> Name: Mondrian-lr.491
>>> Author: lr
>>> Time: 7 July 2010, 8:30:45 am
>>> UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>>> Ancestors: Mondrian-Alexandre_Bergel.490
>>>
>>> - give accurate type feedback in MOEasel for autocompletion (now I
>>> can write scripts without knowing the API)
>>>
>>> I don't know if this ever got merged?
>>>
>>> Note that I use eCompletion. I don't know if my changes work with oCompletion?
>>>
>>> Lukas
>>>
>>> --
>>> Lukas Renggli
>>> www.lukas-renggli.ch
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "Obvious things are difficult to teach."
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Tudor Girba
Actually pressing Tab only triggers ECompletion.

Cheers,
Doru


On 2 Sep 2010, at 16:14, Alexandre Bergel wrote:

>> Hmm, why should you need the Tab key? Is it not possible to have it  
>> triggered automatically like in any other parts?
>
> I would like to, but I am not expert in xCompletion voodoo.
> I will ask Romain to teach me :-)
>
> Alexandre
>
>
>>
>>
>>
>> On 2 Sep 2010, at 16:08, Alexandre Bergel wrote:
>>
>>> Ah!!! The trick is to use the tab key apparently.
>>> Look cool and seems to work with OCompletion. I will use it...
>>>
>>> Cheers,
>>> Alexandre
>>>
>>>
>>> On 2 Sep 2010, at 09:07, Lukas Renggli wrote:
>>>
>>>>> Some times ago you enhanced MOEasel with text completion.  
>>>>> However I do not remember to have seen it working. Currently, it  
>>>>> does not work for me. Do you know the procedure to make MOEasel  
>>>>> benefit from the completion? If no, then I will bother Romain :-)
>>>>
>>>> Yeah, this is kind of cool, because you basically know most of the
>>>> types statically. My changes are in the official Mondrian  
>>>> repository:
>>>>
>>>> Name: Mondrian-lr.491
>>>> Author: lr
>>>> Time: 7 July 2010, 8:30:45 am
>>>> UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>>>> Ancestors: Mondrian-Alexandre_Bergel.490
>>>>
>>>> - give accurate type feedback in MOEasel for autocompletion (now I
>>>> can write scripts without knowing the API)
>>>>
>>>> I don't know if this ever got merged?
>>>>
>>>> Note that I use eCompletion. I don't know if my changes work with  
>>>> oCompletion?
>>>>
>>>> Lukas
>>>>
>>>> --
>>>> Lukas Renggli
>>>> www.lukas-renggli.ch
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> www.tudorgirba.com
>>
>> "Obvious things are difficult to teach."
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Live like you mean it."

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Romain Robbes-3
In reply to this post by Alexandre Bergel
Alex,

Look at the implementors of:
createCompletionController

MOEasel has in implementation that triggers ECompletion, while the others trigger OCompletion if enabled.

        Romain


On Sep 2, 2010, at 10:14 AM, Alexandre Bergel wrote:

>> Hmm, why should you need the Tab key? Is it not possible to have it triggered automatically like in any other parts?
>
> I would like to, but I am not expert in xCompletion voodoo.
> I will ask Romain to teach me :-)
>
> Alexandre
>
>
>>
>>
>>
>> On 2 Sep 2010, at 16:08, Alexandre Bergel wrote:
>>
>>> Ah!!! The trick is to use the tab key apparently.
>>> Look cool and seems to work with OCompletion. I will use it...
>>>
>>> Cheers,
>>> Alexandre
>>>
>>>
>>> On 2 Sep 2010, at 09:07, Lukas Renggli wrote:
>>>
>>>>> Some times ago you enhanced MOEasel with text completion. However I do not remember to have seen it working. Currently, it does not work for me. Do you know the procedure to make MOEasel benefit from the completion? If no, then I will bother Romain :-)
>>>>
>>>> Yeah, this is kind of cool, because you basically know most of the
>>>> types statically. My changes are in the official Mondrian repository:
>>>>
>>>> Name: Mondrian-lr.491
>>>> Author: lr
>>>> Time: 7 July 2010, 8:30:45 am
>>>> UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>>>> Ancestors: Mondrian-Alexandre_Bergel.490
>>>>
>>>> - give accurate type feedback in MOEasel for autocompletion (now I
>>>> can write scripts without knowing the API)
>>>>
>>>> I don't know if this ever got merged?
>>>>
>>>> Note that I use eCompletion. I don't know if my changes work with oCompletion?
>>>>
>>>> Lukas
>>>>
>>>> --
>>>> Lukas Renggli
>>>> www.lukas-renggli.ch
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> www.tudorgirba.com
>>
>> "Obvious things are difficult to teach."
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>

--
Romain Robbes
http://romain.robb.es
[hidden email]


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Alexandre Bergel
Ok ok... Since you insist, we will do some pair programming today. I do not have much time, but you're insisting, so let's code together :-)

Alexandre



On 2 Sep 2010, at 10:23, Romain Robbes wrote:

> Alex,
>
> Look at the implementors of:
> createCompletionController
>
> MOEasel has in implementation that triggers ECompletion, while the others trigger OCompletion if enabled.
>
> Romain
>
>
> On Sep 2, 2010, at 10:14 AM, Alexandre Bergel wrote:
>
>>> Hmm, why should you need the Tab key? Is it not possible to have it triggered automatically like in any other parts?
>>
>> I would like to, but I am not expert in xCompletion voodoo.
>> I will ask Romain to teach me :-)
>>
>> Alexandre
>>
>>
>>>
>>>
>>>
>>> On 2 Sep 2010, at 16:08, Alexandre Bergel wrote:
>>>
>>>> Ah!!! The trick is to use the tab key apparently.
>>>> Look cool and seems to work with OCompletion. I will use it...
>>>>
>>>> Cheers,
>>>> Alexandre
>>>>
>>>>
>>>> On 2 Sep 2010, at 09:07, Lukas Renggli wrote:
>>>>
>>>>>> Some times ago you enhanced MOEasel with text completion. However I do not remember to have seen it working. Currently, it does not work for me. Do you know the procedure to make MOEasel benefit from the completion? If no, then I will bother Romain :-)
>>>>>
>>>>> Yeah, this is kind of cool, because you basically know most of the
>>>>> types statically. My changes are in the official Mondrian repository:
>>>>>
>>>>> Name: Mondrian-lr.491
>>>>> Author: lr
>>>>> Time: 7 July 2010, 8:30:45 am
>>>>> UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>>>>> Ancestors: Mondrian-Alexandre_Bergel.490
>>>>>
>>>>> - give accurate type feedback in MOEasel for autocompletion (now I
>>>>> can write scripts without knowing the API)
>>>>>
>>>>> I don't know if this ever got merged?
>>>>>
>>>>> Note that I use eCompletion. I don't know if my changes work with oCompletion?
>>>>>
>>>>> Lukas
>>>>>
>>>>> --
>>>>> Lukas Renggli
>>>>> www.lukas-renggli.ch
>>>>> _______________________________________________
>>>>> Moose-dev mailing list
>>>>> [hidden email]
>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> Alexandre Bergel  http://www.bergel.eu
>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> www.tudorgirba.com
>>>
>>> "Obvious things are difficult to teach."
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>
> --
> Romain Robbes
> http://romain.robb.es
> [hidden email]
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Romain Robbes-2
You mean pair copy-pasting of a single line of code? :-)

        Romain

On Sep 2, 2010, at 10:30 AM, Alexandre Bergel wrote:

> Ok ok... Since you insist, we will do some pair programming today. I do not have much time, but you're insisting, so let's code together :-)
>
> Alexandre
>
>
>
> On 2 Sep 2010, at 10:23, Romain Robbes wrote:
>
>> Alex,
>>
>> Look at the implementors of:
>> createCompletionController
>>
>> MOEasel has in implementation that triggers ECompletion, while the others trigger OCompletion if enabled.
>>
>> Romain
>>
>>
>> On Sep 2, 2010, at 10:14 AM, Alexandre Bergel wrote:
>>
>>>> Hmm, why should you need the Tab key? Is it not possible to have it triggered automatically like in any other parts?
>>>
>>> I would like to, but I am not expert in xCompletion voodoo.
>>> I will ask Romain to teach me :-)
>>>
>>> Alexandre
>>>
>>>
>>>>
>>>>
>>>>
>>>> On 2 Sep 2010, at 16:08, Alexandre Bergel wrote:
>>>>
>>>>> Ah!!! The trick is to use the tab key apparently.
>>>>> Look cool and seems to work with OCompletion. I will use it...
>>>>>
>>>>> Cheers,
>>>>> Alexandre
>>>>>
>>>>>
>>>>> On 2 Sep 2010, at 09:07, Lukas Renggli wrote:
>>>>>
>>>>>>> Some times ago you enhanced MOEasel with text completion. However I do not remember to have seen it working. Currently, it does not work for me. Do you know the procedure to make MOEasel benefit from the completion? If no, then I will bother Romain :-)
>>>>>>
>>>>>> Yeah, this is kind of cool, because you basically know most of the
>>>>>> types statically. My changes are in the official Mondrian repository:
>>>>>>
>>>>>> Name: Mondrian-lr.491
>>>>>> Author: lr
>>>>>> Time: 7 July 2010, 8:30:45 am
>>>>>> UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>>>>>> Ancestors: Mondrian-Alexandre_Bergel.490
>>>>>>
>>>>>> - give accurate type feedback in MOEasel for autocompletion (now I
>>>>>> can write scripts without knowing the API)
>>>>>>
>>>>>> I don't know if this ever got merged?
>>>>>>
>>>>>> Note that I use eCompletion. I don't know if my changes work with oCompletion?
>>>>>>
>>>>>> Lukas
>>>>>>
>>>>>> --
>>>>>> Lukas Renggli
>>>>>> www.lukas-renggli.ch
>>>>>> _______________________________________________
>>>>>> Moose-dev mailing list
>>>>>> [hidden email]
>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>>
>>>>> --
>>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>>> Alexandre Bergel  http://www.bergel.eu
>>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Moose-dev mailing list
>>>>> [hidden email]
>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>
>>>> --
>>>> www.tudorgirba.com
>>>>
>>>> "Obvious things are difficult to teach."
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>
>> --
>> Romain Robbes
>> http://romain.robb.es
>> [hidden email]
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
Romain Robbes
http://romain.robb.es
[hidden email]


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Alexandre Bergel
> You mean pair copy-pasting of a single line of code? :-)

All great adventure begins somewhere :-)

Alexandre


>
> Romain
>
> On Sep 2, 2010, at 10:30 AM, Alexandre Bergel wrote:
>
>> Ok ok... Since you insist, we will do some pair programming today. I do not have much time, but you're insisting, so let's code together :-)
>>
>> Alexandre
>>
>>
>>
>> On 2 Sep 2010, at 10:23, Romain Robbes wrote:
>>
>>> Alex,
>>>
>>> Look at the implementors of:
>>> createCompletionController
>>>
>>> MOEasel has in implementation that triggers ECompletion, while the others trigger OCompletion if enabled.
>>>
>>> Romain
>>>
>>>
>>> On Sep 2, 2010, at 10:14 AM, Alexandre Bergel wrote:
>>>
>>>>> Hmm, why should you need the Tab key? Is it not possible to have it triggered automatically like in any other parts?
>>>>
>>>> I would like to, but I am not expert in xCompletion voodoo.
>>>> I will ask Romain to teach me :-)
>>>>
>>>> Alexandre
>>>>
>>>>
>>>>>
>>>>>
>>>>>
>>>>> On 2 Sep 2010, at 16:08, Alexandre Bergel wrote:
>>>>>
>>>>>> Ah!!! The trick is to use the tab key apparently.
>>>>>> Look cool and seems to work with OCompletion. I will use it...
>>>>>>
>>>>>> Cheers,
>>>>>> Alexandre
>>>>>>
>>>>>>
>>>>>> On 2 Sep 2010, at 09:07, Lukas Renggli wrote:
>>>>>>
>>>>>>>> Some times ago you enhanced MOEasel with text completion. However I do not remember to have seen it working. Currently, it does not work for me. Do you know the procedure to make MOEasel benefit from the completion? If no, then I will bother Romain :-)
>>>>>>>
>>>>>>> Yeah, this is kind of cool, because you basically know most of the
>>>>>>> types statically. My changes are in the official Mondrian repository:
>>>>>>>
>>>>>>> Name: Mondrian-lr.491
>>>>>>> Author: lr
>>>>>>> Time: 7 July 2010, 8:30:45 am
>>>>>>> UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>>>>>>> Ancestors: Mondrian-Alexandre_Bergel.490
>>>>>>>
>>>>>>> - give accurate type feedback in MOEasel for autocompletion (now I
>>>>>>> can write scripts without knowing the API)
>>>>>>>
>>>>>>> I don't know if this ever got merged?
>>>>>>>
>>>>>>> Note that I use eCompletion. I don't know if my changes work with oCompletion?
>>>>>>>
>>>>>>> Lukas
>>>>>>>
>>>>>>> --
>>>>>>> Lukas Renggli
>>>>>>> www.lukas-renggli.ch
>>>>>>> _______________________________________________
>>>>>>> Moose-dev mailing list
>>>>>>> [hidden email]
>>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>>>
>>>>>> --
>>>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>>>> Alexandre Bergel  http://www.bergel.eu
>>>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Moose-dev mailing list
>>>>>> [hidden email]
>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>>
>>>>> --
>>>>> www.tudorgirba.com
>>>>>
>>>>> "Obvious things are difficult to teach."
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Moose-dev mailing list
>>>>> [hidden email]
>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> Alexandre Bergel  http://www.bergel.eu
>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>
>>>>
>>>>
>>>>
>>>
>>> --
>>> Romain Robbes
>>> http://romain.robb.es
>>> [hidden email]
>>>
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> Romain Robbes
> http://romain.robb.es
> [hidden email]

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Alexandre Bergel
In reply to this post by Romain Robbes-3
Completion menu appears now in the easel.

Cheers,
Alexandre


On 2 Sep 2010, at 10:23, Romain Robbes wrote:

> Alex,
>
> Look at the implementors of:
> createCompletionController
>
> MOEasel has in implementation that triggers ECompletion, while the others trigger OCompletion if enabled.
>
> Romain
>
>
> On Sep 2, 2010, at 10:14 AM, Alexandre Bergel wrote:
>
>>> Hmm, why should you need the Tab key? Is it not possible to have it triggered automatically like in any other parts?
>>
>> I would like to, but I am not expert in xCompletion voodoo.
>> I will ask Romain to teach me :-)
>>
>> Alexandre
>>
>>
>>>
>>>
>>>
>>> On 2 Sep 2010, at 16:08, Alexandre Bergel wrote:
>>>
>>>> Ah!!! The trick is to use the tab key apparently.
>>>> Look cool and seems to work with OCompletion. I will use it...
>>>>
>>>> Cheers,
>>>> Alexandre
>>>>
>>>>
>>>> On 2 Sep 2010, at 09:07, Lukas Renggli wrote:
>>>>
>>>>>> Some times ago you enhanced MOEasel with text completion. However I do not remember to have seen it working. Currently, it does not work for me. Do you know the procedure to make MOEasel benefit from the completion? If no, then I will bother Romain :-)
>>>>>
>>>>> Yeah, this is kind of cool, because you basically know most of the
>>>>> types statically. My changes are in the official Mondrian repository:
>>>>>
>>>>> Name: Mondrian-lr.491
>>>>> Author: lr
>>>>> Time: 7 July 2010, 8:30:45 am
>>>>> UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>>>>> Ancestors: Mondrian-Alexandre_Bergel.490
>>>>>
>>>>> - give accurate type feedback in MOEasel for autocompletion (now I
>>>>> can write scripts without knowing the API)
>>>>>
>>>>> I don't know if this ever got merged?
>>>>>
>>>>> Note that I use eCompletion. I don't know if my changes work with oCompletion?
>>>>>
>>>>> Lukas
>>>>>
>>>>> --
>>>>> Lukas Renggli
>>>>> www.lukas-renggli.ch
>>>>> _______________________________________________
>>>>> Moose-dev mailing list
>>>>> [hidden email]
>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> Alexandre Bergel  http://www.bergel.eu
>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> www.tudorgirba.com
>>>
>>> "Obvious things are difficult to teach."
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>
> --
> Romain Robbes
> http://romain.robb.es
> [hidden email]
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: completion in MOEasel

Tudor Girba
Excellent :)

Doru


On 2 Sep 2010, at 20:50, Alexandre Bergel wrote:

> Completion menu appears now in the easel.
>
> Cheers,
> Alexandre
>
>
> On 2 Sep 2010, at 10:23, Romain Robbes wrote:
>
>> Alex,
>>
>> Look at the implementors of:
>> createCompletionController
>>
>> MOEasel has in implementation that triggers ECompletion, while the  
>> others trigger OCompletion if enabled.
>>
>> Romain
>>
>>
>> On Sep 2, 2010, at 10:14 AM, Alexandre Bergel wrote:
>>
>>>> Hmm, why should you need the Tab key? Is it not possible to have  
>>>> it triggered automatically like in any other parts?
>>>
>>> I would like to, but I am not expert in xCompletion voodoo.
>>> I will ask Romain to teach me :-)
>>>
>>> Alexandre
>>>
>>>
>>>>
>>>>
>>>>
>>>> On 2 Sep 2010, at 16:08, Alexandre Bergel wrote:
>>>>
>>>>> Ah!!! The trick is to use the tab key apparently.
>>>>> Look cool and seems to work with OCompletion. I will use it...
>>>>>
>>>>> Cheers,
>>>>> Alexandre
>>>>>
>>>>>
>>>>> On 2 Sep 2010, at 09:07, Lukas Renggli wrote:
>>>>>
>>>>>>> Some times ago you enhanced MOEasel with text completion.  
>>>>>>> However I do not remember to have seen it working. Currently,  
>>>>>>> it does not work for me. Do you know the procedure to make  
>>>>>>> MOEasel benefit from the completion? If no, then I will bother  
>>>>>>> Romain :-)
>>>>>>
>>>>>> Yeah, this is kind of cool, because you basically know most of  
>>>>>> the
>>>>>> types statically. My changes are in the official Mondrian  
>>>>>> repository:
>>>>>>
>>>>>> Name: Mondrian-lr.491
>>>>>> Author: lr
>>>>>> Time: 7 July 2010, 8:30:45 am
>>>>>> UUID: e8be16a3-5116-4cd5-bd8f-7413bb10b120
>>>>>> Ancestors: Mondrian-Alexandre_Bergel.490
>>>>>>
>>>>>> - give accurate type feedback in MOEasel for autocompletion  
>>>>>> (now I
>>>>>> can write scripts without knowing the API)
>>>>>>
>>>>>> I don't know if this ever got merged?
>>>>>>
>>>>>> Note that I use eCompletion. I don't know if my changes work  
>>>>>> with oCompletion?
>>>>>>
>>>>>> Lukas
>>>>>>
>>>>>> --
>>>>>> Lukas Renggli
>>>>>> www.lukas-renggli.ch
>>>>>> _______________________________________________
>>>>>> Moose-dev mailing list
>>>>>> [hidden email]
>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>>
>>>>> --
>>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>>> Alexandre Bergel  http://www.bergel.eu
>>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Moose-dev mailing list
>>>>> [hidden email]
>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>
>>>> --
>>>> www.tudorgirba.com
>>>>
>>>> "Obvious things are difficult to teach."
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>
>> --
>> Romain Robbes
>> http://romain.robb.es
>> [hidden email]
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"We are all great at making mistakes."







_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev