Workspace completion with Tab and Ctrl-q gone in Pharo 1.4?

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

Workspace completion with Tab and Ctrl-q gone in Pharo 1.4?

philippeback
I tried the 1.4 and there is no completion anymore.

What to do to get it back?

Philippe
Reply | Threaded
Open this post in threaded view
|

Re: Workspace completion with Tab and Ctrl-q gone in Pharo 1.4?

Stéphane Ducasse
first load ConfigurationOfNewECompletion (via the configurationBrowser).

Second we will see if we can clean OCompletion to make it work with ECompletion instead of breaking it.
We could ship the old and ugly version but we will see if we can make both happily work together.
Some people like ECompletion (but could not use it in pharo because OCompletion broke it - I was not aware because I only use Ocompletion),
 some Ocompletion (me but I do not like the implementation of OCompletion that just copy everything and break - So I cleaned Ecompletion and
started to make Ocompletion implementation nicer but did not finish.

Stef

On Apr 9, 2012, at 9:35 PM, [hidden email] wrote:

> I tried the 1.4 and there is no completion anymore.
>
> What to do to get it back?
>
> Philippe


Reply | Threaded
Open this post in threaded view
|

Re: Workspace completion with Tab and Ctrl-q gone in Pharo 1.4?

philippeback
Ok. Thanks. Loaded and working. Kind of a different beast than what was in 1.3

Noticed that 1.4 has somewhat streamlined the PluggableTextMorph and underlying machinery. Good. Still fighting all of the gears to grasp it properly.

Question: How can I have a PluggableTextMorph containing clickable text (e.g. including things like button morphs in the text)? I used TextAttribute on Text and got some results but having morphs in the text eludes me.

I know this was doable in Squeak at one point and wondered what was left in Pharo. Also, There were ways to have bold text, underline etc. I see the SHTextStylerST80 for getting colors along with SHParserST80 but nothing is clickable in there, unlike it was in Squeak (this was useful for navigating in class comments etc).

What are the current limitations and possibilities?

Philippe

PS: I managed to get the SVN working. 


2012/4/9 Stéphane Ducasse <[hidden email]>
first load ConfigurationOfNewECompletion (via the configurationBrowser).

Second we will see if we can clean OCompletion to make it work with ECompletion instead of breaking it.
We could ship the old and ugly version but we will see if we can make both happily work together.
Some people like ECompletion (but could not use it in pharo because OCompletion broke it - I was not aware because I only use Ocompletion),
 some Ocompletion (me but I do not like the implementation of OCompletion that just copy everything and break - So I cleaned Ecompletion and
started to make Ocompletion implementation nicer but did not finish.

Stef

On Apr 9, 2012, at 9:35 PM, [hidden email] wrote:

> I tried the 1.4 and there is no completion anymore.
>
> What to do to get it back?
>
> Philippe





--
Philippe Back
"Helping you hit the top 3 outcomes you really want to achieve"

Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: [hidden email] | Web: http://philippeback.eu | Blog:

High Octane SPRL
rue cour Boisacq 101
1301 Bierges

Reply | Threaded
Open this post in threaded view
|

Re: Workspace completion with Tab and Ctrl-q gone in Pharo 1.4?

Levente Uzonyi-2
In reply to this post by Stéphane Ducasse
On Mon, 9 Apr 2012, Stéphane Ducasse wrote:

> first load ConfigurationOfNewECompletion (via the configurationBrowser).
>
> Second we will see if we can clean OCompletion to make it work with ECompletion instead of breaking it.
> We could ship the old and ugly version but we will see if we can make both happily work together.
> Some people like ECompletion (but could not use it in pharo because OCompletion broke it - I was not aware because I only use Ocompletion),
> some Ocompletion (me but I do not like the implementation of OCompletion that just copy everything and break - So I cleaned Ecompletion and
> started to make Ocompletion implementation nicer but did not finish.

FYI: OCompletion includes ECompletion, there's a setting to change between
the two.


Levente

>
> Stef
>
> On Apr 9, 2012, at 9:35 PM, [hidden email] wrote:
>
>> I tried the 1.4 and there is no completion anymore.
>>
>> What to do to get it back?
>>
>> Philippe
>
>
>