How to implement automatic replacement of typos in Delphi2010

Posted by sum1stolemyname on Stack Overflow See other posts from Stack Overflow or by sum1stolemyname
Published on 2010-06-17T15:06:04Z Indexed on 2010/06/18 10:53 UTC
Read the original article Hit count: 194

I am looking for a way to develop a plugin for Delphi 2010IDE and have yet to find any information on that topic, not even on how to get started.

What I want to accomplish is some kind of auto-spellchecker wich can be given a list of common typos (flase instead of false, .cerate instead of .create and the like) and replace them with the intended word.

Do you know of a tutorial on plugin development, or maybe an open source plugin which i could base my work on?

© Stack Overflow or respective owner

Related posts about ide

Related posts about plugins