[Pharo-project] Workspace completion with Tab and Ctrl-q gone in Pharo 1.4?
I tried the 1.4 and there is no completion anymore. What to do to get it back? Philippe
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, phil@highoctane.be wrote:
I tried the 1.4 and there is no completion anymore.
What to do to get it back?
Philippe
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 <stephane.ducasse@inria.fr>
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, phil@highoctane.be 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: phil@highoctane.be| Web: http://philippeback.eu | Blog: http://philippeback.be High Octane SPRL rue cour Boisacq 101 1301 Bierges
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, phil@highoctane.be wrote:
I tried the 1.4 and there is no completion anymore.
What to do to get it back?
Philippe
participants (3)
-
Levente Uzonyi -
phil@highoctane.be -
Stéphane Ducasse