The syntax-highlighting tag has no wiki summary.
0
votes
0answers
64 views
Not works syntax highlighter when I edit content with CKEditor
I've a trouble with the module syntax highlighter in drupal 7, when I write content this works, but when I try to edit content with CKEditor this not works.
Supose that I Write code javascript, so ...
0
votes
1answer
96 views
Code highlighting in CKEditor
How can I highlight the code section and reserved words for common languages like c/c++/Php etc ? I have tried the GeSHi Filter, but it does not work with the CKEditor. Am I doing something wrong ? ...
1
vote
1answer
134 views
Drupal 7 Syntax Highlighter not applied when logged in as user or admin
I have a Drupal 7 website.
I installed the syntax highlighter module and downloaded the library.
I was very careful following instructions when configuring the module. I also configured it to get the ...
0
votes
0answers
34 views
Automatically highlighting changes in nodes that have been programatically created
I am pulling data from an XML feed and creating nodes programmatically. I also check to see if the node previously exists (looking up by node alias, as that is essentially my unique ID from the ...
0
votes
0answers
138 views
Unwanted Line breaks Using SyntaxHighlighter
I'm sorry if this is in the wrong place; I feel a little lost and don't know where else to look.
I'm having trouble getting the SyntaxHighlighter module working in Drupal 7. I extracted it and the ...
1
vote
1answer
121 views
Syntax highlighting for admin-side text areas
I'm trying to find a module that will highlight HTML (and preferably CSS/JavaScript inside of style/script tags, but that's an added bonus) when I'm editing a node or block in the administrative side ...
1
vote
1answer
243 views
Drupal : How to remove the <p> and <br> tag from content when using syntaxhighlighter
Used Version 7.14
I am using syntaxhighlighter for my website. But when I insert some code samples it always producing output with more <p> and <br> also content in single line as well .
...
2
votes
1answer
294 views
Markdown and Google Prettify
I have been working on a site, that allows users to submit encryption algorithms, for other users to test and/or crack them.
The problem I am having is in the text editor that I want to use to do ...
0
votes
2answers
260 views
Code formatter Tool For PHP
I was looking for a code formatter prefarably as Eclipse plugin; the default formatter (Ctrl A + Ctrl I) only adds spaces before lines other standards (PEAR or PHPdoc) is not followed. For a similar ...
0
votes
1answer
109 views
Console style syntax highlighting
I am using the syntax highlighter, which is convenient. I was wondering if there is a module for a console style rendering. For example, in a wordpress site, I saw
I highlighted it just to show ...
2
votes
1answer
271 views
A good markdown that supports syntax highlighting like SE sites?
I'm looking for a Markdown module or something similar to Stack Exchange sites Markdown.
It would be great if it provides syntax highlighting for some languages.
Do you have any suggestions?
3
votes
2answers
199 views
How to automatically highlight syntax of code displayed on page?
I'm developing a website to publish my codes from different programing languages. I want to highlight syntax of codes with different colors. But, doing it manually is time consuming.
Is there any ...