This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

tcl syntax highliger using tcl

Old posts that have not been replied to for several years.
Locked
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

tcl syntax highliger using tcl

Post by Ofloo »

how would i write a syntax highlighter for tcl.. or does this allready exist somewhere..? (for html)
XplaiN but think of me as stupid
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

highlight where? you are developing your own IDE for TCL? ;)

or you are developing an IDE for HTML in TCL?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

kate let you export to html with syntax highlighting
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

demond wrote:highlight where? you are developing your own IDE for TCL? ;)

or you are developing an IDE for HTML in TCL?
what the hell are you talking about .. ??
XplaiN but think of me as stupid
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

gb wrote:kate let you export to html with syntax highlighting
hmm it is for a webpage so if i post that it highlights .. so its not exactly the thing i am looking for but tnx for trying..
XplaiN but think of me as stupid
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Ofloo wrote:
demond wrote:highlight where? you are developing your own IDE for TCL? ;)

or you are developing an IDE for HTML in TCL?
what the hell are you talking about .. ??
obviously you neither have a clue what IDE is, nor are you able to explain what exactly your problem is
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

ok .. now that i have asked what ide is , i tought u meanth something with hard drives ..

no thats not it i post often scripts over irc .. in a nopaste , problem is that it don't highlight code and that i have trouble reading it like that .. so i am making a cgi that wraps it and highlights the tcl syntax..
XplaiN but think of me as stupid
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

I googled around a bit and i found this prog, webcpp.
Web C Plus Plus is a command line utility that takes your source code, and converts it into an HTML file using a fully customizable syntax highlighting engine and colour schemes. This is useful if you want to post your code online and make it easier to read, or to make online programming tutorials.
It seems to be exactly what you are looking for.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

indeed looks like it thank you verry mutch ;)
XplaiN but think of me as stupid
Locked