[Cuis] Bidirectional Dictionary
H. Hirzel
hannes.hirzel at gmail.com
Tue Jan 8 07:01:36 CST 2013
On 1/8/13, Ken Dickey <Ken.Dickey at whidbey.com> wrote:
> Greetings,
>
> I did a simple Interlingua <--> English lookup window.
>
> IEDictWindow>>buildMorphicWindow is an example of LayoutMorph / LayoutSpec
> usage in a SystemWindow.
>
> You can get the code from GitHub:
>
> https://github.com/KenDickey/Cuis-Ia-En
>
>
> I usually first load the package into an image and then open the window:
>
> "----Workspace----"
> { '../Cuis-Ia-En/Interlingua.pck' .
> } do: [ :fileName | CodeFileBrowser installPackage:
> (FileStream concreteStream readOnlyFileNamed: fileName)].
>
> IEDictWindow open. "DoIt after the package code is loaded"
>
> "-----------------"
>
> IEDict>>WhyMe gives some sample Interlingua and references to more
> information on Interlingua on the web.
Ken, great to see you working on this.
I did a fork, https://github.com/hhzl/Cuis-Ia-En
then I changed two things and did a pull request.
https://github.com/KenDickey/Cuis-Ia-En/pull/1
--Hannes
More information about the Cuis
mailing list