From jfalgueras@uma.es Thu May 24 09:40:40 2007 From: Juan Falgueras To: textmate@lists.macromates.com Subject: [TxMt] Re: html pretty print Date: Thu, 24 May 2007 11:40:36 +0200 Message-ID: <761301DF-799E-4010-BBCE-3BE1FB1AC8DD@uma.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6851616141837051784==" --===============6851616141837051784== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > De: Jacob Rus > > > Juan Falgueras wrote: > >> ....but, why it doesn't colour when you give it selections? ehmmm >> I usually need to cut functions, etc... >> but anyway the Brad Choate solution is much much better than the >> enscript one. Thanks >> Is there some trick for make B. Choate script to colour portions >> of text? >> > > You're going to have to explain what you're having trouble with. I > have no trouble turning selections to html with that command... > Yes. If you select a slice of your source code like... ------- int main(){ TpNumero numero; if (LeerCadena(numero)){ cout << "La cadena es correcta: " << numero << endl; ImprimeDisplay(numero); } return 0; } -------- you get: ---------



	
	displayNum.cpp