pspad: -------------------------------------------------------------------------------- I am not against it. I need to know what you want. If you describe interface, I can implement it. --------------------------------------------------------------------------------
Excellent! Well, an interface consisting of the above 3 functions would be fine for a v1, imho. As long as PSP_Version() is called first, and for the moment returns 1, extra interface specs can be added later, if necessary. <aside> Is there any way you can make the main PSPad window handle custom window messages? I'm trying to think of an easy way to offer the same sort of functionality as through scripting, but without the overhead of the IDispatch COM interface. Can you add a config entry for "extra gutter width"? So symbols can be fitted in to the right of the line numbers? (I bet you can see where this is leading!) Also, some way to convert between character position, cursor position (Row/Col) and window pixel coords would be a great help. A bit like the EM_CHARFROMPOS, EM_POSFROMCHAR and EM_LINEFROMCHAR window messages. </aside> -- <http://forum.pspad.com/read.php?2,43580,43603> PSPad freeware editor http://www.pspad.com
