|
From: Andre <ar...@ki...> - 2007-01-05 11:06:15
|
John Labenski <jlabenski@...> 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 |