00001 // @(#)root/editline:$Id: enhance.h 30235 2009-09-18 04:30:07Z brun $ 00002 // Author: Mary-Louise Gill, 2009 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2009, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 #include "histedit.h" 00013 00014 void setKeywordColors(int colorTab, int colorBracket, 00015 int colorBadBracket); 00016 void highlightKeywords(EditLine_t* el); 00017 int matchParentheses(EditLine_t* el); 00018 void colorWord(EditLine_t* el, int first, int last, int color); 00019 void colorBrackets(EditLine_t* el, int open, int close, int color);