enhance.h File Reference

#include "histedit.h"

Go to the source code of this file.

Functions

void setKeywordColors (int colorTab, int colorBracket, int colorBadBracket)
void highlightKeywords (EditLine_t *el)
int matchParentheses (EditLine_t *el)
void colorWord (EditLine_t *el, int first, int last, int color)
void colorBrackets (EditLine_t *el, int open, int close, int color)


Function Documentation

void colorBrackets ( EditLine_t el,
int  open,
int  close,
int  color 
)

void colorWord ( EditLine_t el,
int  first,
int  last,
int  color 
)

void highlightKeywords ( EditLine_t el  ) 

int matchParentheses ( EditLine_t el  ) 

void setKeywordColors ( int  colorType,
int  colorBracket,
int  colorBadBracket 
)

Sets the colours to use for highlighting keywords (types and classnames), matching bracket pairs, mismatched brackets and tab completion. Overrides the default colour settings: class and type: 4 (blue) bracket pair: 2 (green) bad bracket: 1 (red)

Definition at line 45 of file enhance.cxx.

References color_badbracket, color_bracket, color_class, and color_type.


Generated on Tue Jul 5 15:57:23 2011 for ROOT_528-00b_version by  doxygen 1.5.1