Friday, January 31, 2014

Change the look and feel of Delphi's Code Insight

Finally I found a way to make the font of Code Insight looks comfortable.


Open "C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\ObjRepos\en\HelpInsight.css"
  1. Remove all "font-family" definition except the first and the last occurrences. 
  2. Prepend "segoe ui," to the first "font-family" occurrence
  3. Prepend "veramono,consolas," to the last "font-family" occurrence

AD: My "dutil" project is now hosted at https://github.com/stanleyxu2005/dutil

No comments: