Syntax highlighter for TinyMCE in Umbraco

256 Views Asked by At

I downloaded the EyeCatch Syntax highlighter for umbraco as a package from the umbraco repo.. but once I added the macro to my MVC view it started complaining about clientdependencies (on a server-side level).. so first of all.. is there any way around this that you guys know of.. or any way to debugg it?.. since the package uses a usercontrol.. is it even possible to add this to my Mvc setup? Is there any other known good packages out there for syntax-highlighting?..

1

There are 1 best solutions below

0
On

Out of the box it most likely won't work with MVC. You might have to make some modifications yourself. There are details here on registering files in MVC

http://clientdependency.codeplex.com/wikipage?title=MVCFileRegistration&referringTitle=Documentation