John Labenski <[EMAIL PROTECTED]> writes:

> > in NotifyMacroRecord in editor.cxx
> > SCI_REPLACESEL sends a pointer instead of the string.
> > In all cases a single character is being transferred but it is stored in a
> > string.
> > I am not familiar enough with the code to propose a change so I will change
> > the code locally an let others do the actual modification.
> 
> Again, just use the function wxStyledTextCtrl::ReplaceSelection(string).
> 
> the documentation for the wxStyledTextCtrl can be viewed here.
> http://www.yellowbrain.com/stc/index.html
> 
> Regards,
>     John Labenski
> 

In the case of the SCI_REPLACESEL notification I have no choice I am on the
receiving end.
The other one would be nice to fix but I have no problem coding around them.

Andre


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to