1 Aug 01:40
Re: Cuis updated to #0250
Igor Stasenko <siguctua <at> gmail.com>
2009-07-31 23:40:36 GMT
2009-07-31 23:40:36 GMT
2009/8/1 Juan Vuletich <juan <at> jvuletich.org>: > A new release of Cuis is available at > http://www.jvuletich.org/Cuis/Index.html . It includes some bugfixes and > more cleanup. > > Biggest news is a lot of cleanup in the Text system. Gone are the ugly > TextConstants pool and the old Paragraph class. TextStyle lost over half its > instance variables and over 80% of its methods. I also added a TextEditor to > the World menu that is not a Smalltalk Workspace and may be useful > especially for end users. > > As usual, all the updates starting at #0001 are available separately, and > described in http://www.jvuletich.org/Cuis/CategoriesAndChangeSets.txt . > This could be useful for users of other Squeak images wanting some of the > bug fixes and enhancements included in Cuis. > > Comments welcome. > A most important thing (as to me), is the possibility to use different text editor class instead of 'buffing' single one, as it was before. We are all witness where buffing leads. > Cheers, > Juan Vuletich > > -- -- Best regards, Igor Stasenko AKA sig.(Continue reading)
Is it some kind of "milestone" with
> a set of concrete versions for all packages?
That is exactly right. For example,
Cheers,
- Andreas
> To have the Russian keyboard input working you need:
>
> 1. Update the image from trunk with the latest Andreas changes for
> fonts, install font Arial, for example:
>
> TTFileDescription installFamilyNamed: 'Arial'.
>
> 2. Load Multilingual-Support-FromEToys.mcz from the Inbox, like:
> MczInstaller installStream:
> (HTTPSocket httpGet:
> '
.
#edit is a neat idea. It can be consistently applied to any unlocked morph
(e.g. LineMorph, PolygonMorph, SketchMorph etc.). Shift-click and edit Halo
handle can be tied to this message. The message can be ignored by locked
morphs (e.g. labels).
> Yes. But that is due to another change I did. If you hold the button
> down for a little, you get the right-click menu. This is very useful for
> PDA and other pen based systems, and it actually mimics the behavior of
> such systems (at least that of my old WinCE pda).
Nice feature. But a hold (tap and wait) is different from a click. Shouldn't
the event be handled in TextEditor>>mouseUp: where the waiting time can be
checked?
BTW, In PluggableTextMorph>>keystroke: there is a typo "keywtroke" in
comments.
Subbu
RSS Feed