Questions tagged [codehighlighter]

67 questions
0
votes
1 answer

Joomla Code highlighter extension issue

I've a Joomla site that I am designing for college. The user should be able to post tutorials relating to Android programming. http://www.jciadt.com/cms/ca Currently I am trying to get the articles posted by users successfully display snippets of…
Javacadabra
  • 5,578
  • 15
  • 84
  • 152
0
votes
1 answer

Prettyprint Highlighter doesnt work

i want to use prettyprint on my webpage, but it doesnt work... i have a html snippet, but the browser interprets it as real html code. in the html head, i have implemented
0
votes
1 answer

Simple WYSIWYG HTML editor for organize documents

Hi I just need a simple HTML editor, for a school project. What I need is having a folder of wich files can be linked eachone to eachother, that must be viewable in a browser so i tought to HTML (don't know if exists better solutions). A word file…
CoffeDeveloper
  • 7,961
  • 3
  • 35
  • 69
0
votes
1 answer

Difficulties to insert code snippet inside y Joomla articles

I am using Joomla 2.5.8 and JCE editor. I am trying to use Code Highlight gesci Plugin to insert code snippet inside my article... I do something like this: {code} INSTRUCTION 1; INSTRUCTION 2; INSTRUCTION 3; {/code} The problem is thath: the…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
0
votes
1 answer

Code highlighter like on Symfony and Doctrine sites

I really like highlighting and tabs that are used for code snippets on symfony.com and doctrine-project.org sites. I wish I knew how they managed to achive this. Probably they use some special JavaScript library?
Grizerg
  • 149
  • 6
  • 10
-2
votes
1 answer

VScode does not highlight the modified line

I have one big trouble with VSCode, it does not highlight the modified line. I use version 1.76.1 on Win 10 I would like to see where the line number is that this line has a change
-5
votes
2 answers

Code Highlighting for different languages

I want to create an editor where user can put code in different language by selecting one of the language from dropdown. And code will be highlighted according to that particular language. What should I use for code highlighting , codemirror looks…
1 2 3 4
5