paint


Mysteries of IDE plugins: Painting in the code editor (Part 2)

Part 2 of a series on how to write an IDE plugin that can paint on the IDE code editor line-by-line along with the code. Introduction The first part of this series examined an area not exposed by the Open Tools API (Delphi’s plugin API): integrating with the code editor. Yet several plugins, such as […]


Mysteries of IDE plugins: Painting in the code editor (Part 1) 16

Part 1 of a series on how to write an IDE plugin that can paint on the IDE code editor line-by-line along with the code. Introduction: IDE plugins IDE plugins are a mysterious topic.  With little official documentation, most material is scattered across a variety of blogs and websites, often out of date and referring […]