Really a minor point and Fred is very good at command naming consistency, but it seems like this would be more consistent ... and slightly less typing too ...

In Windows there is, SendMessage_(), and the appointment of a lot like ScintillaSendMessage().USCode wrote:Now that we have CocoaMessage(), would it be more consistent to rename ScintillaSendMessage() to just ScintillaMessage()?
Code: Select all
CompilerIf #PB_Compiler_Version <520
ScintillaSendMessage(....)
CompilerElse
ScintillaMessage(....)
CompilerEndIf