Posts

Showing posts with the label Java keyword colouring

mathajax

Programming Keyword Coloring

Image
To improve presentation of programming code in a post, The keywords of it is coloured by inclusion of css (casecade style sheet) by manually or automatic with help of a tool. we have coded a simple Java program to carry out colouring Java-keywords using Java regular expression. Colouring keywords - step by step explanation The following five steps are used to finish colouring keywords Keywords Collection Read Content - Source File Replace Html special character Include style sheet Write Content - Destination File Read Content - Source File The source file, programming code is read as a string object (content) by FileReader object. Replace Html special character The source content has html special characters ( < , >, & and etc. ) is to be replaced by the respe...