Tagged Questions
The syntaxhighlighter tag has no wiki summary.
3
votes
3answers
258 views
How can I show code (specifically C++) in an HTML page?
How can I show code in a website using HTML? Basically, I have a C++ program that I'd like to share on my website and I want to show it in the page.
Is there anyway to show a C++ code in HTML other ...
3
votes
2answers
2k views
Remove line numbers from SyntaxHighlighter
Is there any way to remove the line numbers of SyntaxHighlighter?
Thanks!
2
votes
1answer
129 views
Syntaxhighlighter can't find any brushes after ajax request
I'm using Syntaxhighlighter on a web page, I have made a javascript function to load all brushes using SyntaxHighlighter.autoloader(...) and apply SyntaxHighlighter.all()
I run this function once ...
2
votes
4answers
841 views
SyntaxHighlighter not showing toolbar
I am using the latest SyntaxHighlighter within my app and for some reason the toolbars do not show in IE, Firefox or Chrome. The code highlights without issue, but I want to have toolbars. What ...
1
vote
0answers
50 views
How to create a custom toolbar for SyntaxHighlighter 3.0.83?
I am trying to create a custom toolbar for SyntaxHighlighter 3, but have been unable to figure out how to do so. I've seen custom toolbars before but only for version 2. I don't care if it is either a ...
1
vote
1answer
118 views
SyntaxHighlighter: How to remove the lime-colored question mark or at least change its color?
Well, the green question mark does not go with my website color scheme. How do I change/remove it? You can see it here: http://alexgorbatchev.com/SyntaxHighlighter/manual/installation.html
Thanks!
1
vote
0answers
33 views
getting syntaxhighlighter to recognize html added by javascript?
I'm trying to make a wysiwyg editor of sorts.. I want to be able to preview code snippets I am putting into my website before posting them. I have gotten syntaxhighlighter to work properly.. But I ...
1
vote
4answers
112 views
Remove extra blank lines from SyntaxHighlighter
I'm using SyntaxHighlighter in my blogger blog. But since few days it adds extra blank lines in my code. It only happens to new posts only. Can anyone please tell me how to remove these extra blank ...
1
vote
1answer
109 views
Drupal 6 Syntax Highlighting
I'm trying to implement adding code into my blog posts and prettyprinting it using this technique.
When I insert the code using tinyMCE it looks properly formatted in the editor, when I hit save and ...
1
vote
0answers
126 views
Syntaxhighlighter and Tiny MCE
I've used this plugin: https://github.com/RichGuk/syntaxhl to get syntaxhighlighter support via tinymce. this works fine (i dont see the highlighter at time of editing, but thats no problem)
i send ...
1
vote
2answers
671 views
SyntaxHighlighter.all() doesn't work on DOM level?
I'm loading content dynamically into a div using the jQuery load() function.
In the callback I'm calling SyntaxHighlighter.all(),
to pretty print the syntax of the pre block that just got loaded into ...
0
votes
2answers
29 views
SyntaxHighlighter 3.0.83 on Blogger splits my source code
I'm trying to use SyntaxHighlighter 3.0.83 on Blogger in order to highlight some simple java code but my single java line is split in many chunks.
Here's what I did to set it up:
Blogger: Design | ...
0
votes
2answers
49 views
alex gorbatchev's syntax highlighter giving an error message
I'm getting the following error message in Chrome and firefox while trying to implement gorbachev's syntax highlighter.
The page at local host says:
SyntaxHighlighter
Can"t find brush for: php
...
0
votes
2answers
60 views
alex gorbatchev's syntax highlighter not working for me
I'm just posting my entire page to prevent confusion. I've stared at each link and checked the folder for the files. it all seems to be there. what's not working? very frustrated, could use a fresh ...
0
votes
0answers
82 views
Aptana Studio 3: How to get Syntax Highlighting of Shell Scripts *.sh
Is there any "Formatter" / syntanx highlighting for linux shell script available for Aptana Studio 3 ?!?
I did find "shelled" but this seems only to work with eclipse and not aptana studio 3 ...
0
votes
1answer
28 views
Need to download documentation or manual for alexgorbatchev.com's SyntaxHighlighter
alexgorbatchev.com site is down. I never went there before so I don't know if this temporary or permanent.
That site is the home for a javascript SyntaxHighlighter. Are there any sites which carry ...
0
votes
1answer
49 views
Eclipse syntax highlighting on extensionless files?
I have a perl CGI script that needs to have a specific extensionless filename to run correctly from the software that uses it. I'm using Eclipse 3.7.0 on Ubuntu 11.04 Linux as my IDE, and it's not ...
0
votes
0answers
75 views
Syntax highlighter 3.0 not working on blogspot
Syntax highlighter 3.0 is not working on my blog. I use the newest version right from the website. The issues are:
If I write #include in my code, I get at the end of it. There's no text wrapping. ...
0
votes
1answer
101 views
Alex Gorbatchev's SyntaxHighlighter: “html-script: true” with JavaScript
I am looking at http://alexgorbatchev.com/SyntaxHighlighter/manual/demo/html-script.html. It uses
<pre class="brush: php; html-script: true">
I want to use it with JavaScript instead.
...
0
votes
4answers
49 views
Is it possible to have <DOCTYPE> inside <script>?
Is it possible to have <DOCTYPE> definition inside <script> tag in an HTML page?
I get an error that A DOCTYPE is not allowed in content .
Could someone tell me if I should be getting ...
0
votes
1answer
97 views
syntaxhighlighter_3.0.83: theme_tests.html(A DOCTYPE is not allowed in content)
I am getting an error on theme_tests.html page provided with syntaxhighlighter_3.0.83, which I wasn't getting earlier.
The error is A DOCTYPE is not allowed in content at <!DOCTYPE html PUBLIC ...
0
votes
2answers
427 views
Automatic line break in js SyntaxHighlighter
Im using the js SyntaxHighlighter 3.0.83 from http://alexgorbatchev.com/SyntaxHighlighter/
I've been googling the entire world now it seem but cant really find how to enable line breaks. Instad i get ...
0
votes
1answer
83 views
SyntaxHighlighter Line numbers copy and pasted
How would I be able to get rid of line numbers for IE? I already have gutter:false added in, but the line numbers get copy and pasted in IE (even though it does not show).
Thanks!
0
votes
3answers
142 views
How can i make sure that some js files are loaded before the page continue
Hi i am trying to insert the great syntaxhighlighter into an asp .net page but every time it has a error saying 'dp is undefined'.
I think that it gets to the calling part before it downloads the ...
0
votes
1answer
85 views
How do I specify a default brush for SyntaxHighlighter?
On a page in our web app we use SyntaxHighlighter to highlight source code. With our current setup, we need to specify all of the suffix-aliases to a certain brush, like this
...
0
votes
1answer
121 views
How do I Display jsp source code in a jsp page
I am writing documentation for a company widget i authored and would like to run it on our development site but i need to show some jsp source code in the page.
How do i stop code from being ...
0
votes
3answers
236 views
Highlighting lines in different colors in SyntaxHighlighter
In SyntaxHighlighter, is it possible to highlight lines with different colors (say, some lines in green, some other in blue)?
0
votes
1answer
30 views
SyntaxHighlighter (javascript) problem with <del>
I am using syntaxhighlighter (http://alexgorbatchev.com/wiki/SyntaxHighlighter) with a php source code with the ins and del tag.
What I would like to do is to have syntaxhighligher ignore those html ...