Tag Archives: TOTACharPos

Chapter 11: Writing editor code

By | September 1, 2011

In this chapter I’m going to extend the ideas from Chapter 10: Reading editor code and make the code insert a comment block above the method declaration and move the cursor to the start of the description in the comment. To do this I’ve modified the SelectMethod as below: Procedure SelectMethod; Var slItems: TStringList; SE:… Read More »