On Mon, 28 Jul 2003 00:44:47 +0200 (Romance Daylight Time) Vadim Zeitlin
<[EMAIL PROTECTED]> wrote:

> On Sun, 27 Jul 2003 17:50:32 +0200 (CEST) Robert Vazan
> <[EMAIL PROTECTED]> wrote:
> 
> RV> * There is a bug in wxString::find_last_of. It effectively ignores
> start
> RV> parameter. I worked this around with for loop.
> 
>  Could you please let me know more about this?

Look at wxString::find_last_of in common/string.cpp, there is no
overloaded version in *.cpp file. Parameter nStart has no effect. The for
loop uses length() -- it always scans whole string. I think I noticed this
in few more functions while debugging it, but I don't remember which ones.
You are signed as author of that file and I knew you'll be interested. :-)
It is worth to find all those functions including their inlined aliases
and grep for them in Mahogany.

> RV> * There is a row of formatting buttons under main text control. I
> cannot
> RV> add menu entries because of restrictive interface. On the other hand,
> RV> formatting commands are more obvious.
> 
>  I thought of having a way to let the composer module to add items to the
> menus (not very difficult to do) but as I didn't have any need for it
> back
> then I didn't do it. In any case, this may be done later.

IMO, there should be some general mechanism for modules to "patch" the
menu in any way they want.

>  I don't have time to check this patch right now (I'll try to do it
> a.s.a.p.) but this creates a "problem": do you think this should be
> included in 0.65? Although I'd definitely like to have better composer
> this
> probably means yet another delay with releasing it as we need some time
> to
> test it.

I would recommend to go with minimal editor after one week of testing by
three people. Minimal editor isn't complex enough to be buggy (well, I
think so), but it is missing features from point of view of people who
don't know it is meant to be minimal. How long does it take to average
user to stumble into fatal bug of layout editor? I was writing one of
first messages when I got those infinite scrollbars.



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to