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.
Old posts that have not been replied to for several years.
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Fri Nov 12, 2004 5:05 pm
how would i write a syntax highlighter for tcl.. or does this allready exist somewhere..? (for html)
XplaiN but think of me as stupid
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Fri Nov 12, 2004 5:08 pm
highlight where? you are developing your own IDE for TCL?
or you are developing an IDE for HTML in TCL?
greenbear
Owner
Posts: 733 Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway
Post
by greenbear » Fri Nov 12, 2004 5:12 pm
kate let you export to html with syntax highlighting
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Fri Nov 12, 2004 6:53 pm
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
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Fri Nov 12, 2004 6:56 pm
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
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Fri Nov 12, 2004 8:30 pm
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
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Fri Nov 12, 2004 9:48 pm
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
greenbear
Owner
Posts: 733 Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway
Post
by greenbear » Fri Nov 12, 2004 11:40 pm
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.
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Sat Nov 13, 2004 1:23 am
indeed looks like it thank you verry mutch
XplaiN but think of me as stupid