| 
      
      
      From: Andre <ar...@ki...> - 2007-01-02 13:20:15
      
     | 
| Andre <arpin@...> 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. > > Thank you > > Andre > I have made the change in editor.cxx and got record macro to work but obviously the change will have to be made somewhere in wxlua. The value return is always a single character never a string. I took advantage of this for testing. I do not think that any of the other notifications return characters or strings. Andre |