1 Attachment(s)
Re: HTML <-> C++ heiglighter
I downloaded one... Here I attach it. I hope it is what you are looking for. :wave:
Re: HTML <-> C++ heiglighter
Now that looks more like it. It needs some improvements, and add C++ syntax but this is the best base I have seen. Thanks a lot.
I am realy greatfull.
ØØ
Re: HTML <-> C++ heiglighter
I am glad I could help you. :)
Re: HTML <-> C++ heiglighter
After testing your app a bit more, and started to fix the keywords, I saw it is realy flawed. If you have a line like this:
if(bNonsens){
//Foo
}
then it won't even heighlight the if because it looks at it as if( and not if. So I would have to redo the whole seach function to make it work.
But at the same time I got a link to an other app that does it for C++. With source code. It can be found here:
http://www.codeproject.com/cpp/cpphtml.asp
It is 100 times faster, and it is all ready using C++ keywords and comments.
So I will go for this one for now.
ØØ
Re: HTML <-> C++ heiglighter
Thanks for the tip... I really hadn't time to check it since I downloaded it.
I am sorry it wasn't what you were looking for