A JavaScript module and CSS file that allows syntax highlighting of source code snippets in an HTML page.
0
votes
1answer
15 views
Formatting Open Source Licences ala StackOverflow/Github
In my project I want to include a Dialog that shows the open source licences of the libraries I use in the application. Particularly though, I want them to look a lot like this:
That's how it ...
1
vote
1answer
23 views
Is there a way to add 6502 Assembly to Google Code Prettify?
I have blog that is using Google Code Prettify. My blog has a lot of 6502 Assembly Language code and I would like to add the instructions and directives.
I was hoping someone out there has learned ...
0
votes
2answers
78 views
google-code-prettify doesn't work for matlab code
I am using the google-code-prettify package to highlight my matlab code, however the highlight does not look like matlab-style coloring. My minimal working example:
<!DOCTYPE html>
<html>
...
0
votes
1answer
75 views
prettyPrint() only has an effect once. (google-prettify)
I have this JavaScript (with jQuery):
var g_files_added, socket, cookie, database = null;
var file_contents = [];
function viewFile(key, filename) {
$('#title-filename').text(filename);
...
2
votes
1answer
63 views
Google Code Prettify - stripes/piano keys without line numbers?
I'm using Prettify (from Google Code - https://code.google.com/p/google-code-prettify/). When one adds the linenums attribute then it renders the program using alternating background colors on each ...
1
vote
3answers
79 views
how to check if Prettify is loaded
I'm only loading the script if <pre class="prettyprint"> exists. I found that to initiate Prettify, you need to use prettyPrint();.
However, on pages that don't load the script, I get a ...
0
votes
1answer
148 views
How to write an HTML JSON AJAX test harness with prettify, syntax highlighted JSON result?
I've written a JSON API, but I won't be working on the views.
How do I test the JSON API with a simple webpage with prettify, syntax highlighted JSON result?
Let's use the following GET API call as ...
1
vote
1answer
47 views
Google Prettify cutting my code- need fix
currently I have code that is being cut off at the < in the for loop because the browser treats it as a tag, does anyone have a fix for this?:
<pre class="prettyprint">
int count_simd(char ...
2
votes
2answers
463 views
Is it possible to prettify scala templates using play framework 2?
Using Play Framework 2 I've noticed the rendered Scala HTML templates don't like indented @if or @for.
So, for example, something like that:
<ul>
@for(test <- tests) {
...
0
votes
1answer
54 views
google code prettify lang-jade?
Where can I find (or how can I implement) prettify for jade?
I looked all over the web but I can't seem to find anything on lang-jade.js or the like, other than it already existing, what would it ...
2
votes
1answer
235 views
Prettify syntax highlight in contenteditable pre
I am using google prettify to highlight code in a contenteditable pre.
The contenteditable pre contains div nodes and creates/deletes divs for each line as the user presses enter or bspace.
My pre ...
1
vote
1answer
178 views
Prettify.JS does not display HTML script tags properly
I'm using Prettify.JS to display some code on a Web site I'm developing. I seem to be having some problems with script tags, especially 'non-linking' ones:
<pre>
// Link CSS
<link ...
1
vote
1answer
77 views
Google Prettify with Lex tag Parser Code
It appears Google Prettify doesn't like lex parser tags. I've added the following to a blog post that uses prettify to format code:
<!-- Content -->
<div id="content" class="grid_8 ...
2
votes
1answer
273 views
Google Prettify Line numbers and Overflow
When adding overflow to Google prettify elements, the line numbers disappear.
Unchanged CSS:
pre
{
font-size:11px;
background-color:white;
}
/* Alternate shading for lines */ li.L1,
...
1
vote
2answers
118 views
How to add “view:source” option in a textbox?
I know my title isn't that descriptive so let me try to explain it here.
In my blog I want to add an option for user that when he clicks a small button named view:source he gets the the source code ...
1
vote
1answer
153 views
syntax highlighting of code snippets in a web page “google-code-prettify” not working
i have following code,
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html ...
1
vote
2answers
287 views
google code prettify will not show images
I followed the instructions fr google preffify and all I get is a box with nonthing in it on the page. WHere did I go wrong? I get 200 for the includes.
<link ...
0
votes
1answer
191 views
How do I use a prettify.js theme?
There's a set of "themes" for prettify.js.
How do I actually use them? Do I <link href=""> to a selected "theme" .css file instead of prettify.css file or do I do anything else? What's the ...
0
votes
2answers
575 views
Yii`s jQuery.yii.js not loading first
i am using wmd editor which,it has its own js files that requires jQuery to be be loaded first,however Yii framework has its own Jquery library that is registered in the asset that loads after all ...
5
votes
2answers
4k views
Google Prettify with Bootstrap: Line Numbers Not Showing
I am using Google Prettify with Twitter Bootstrap. It is working, but for some reason, the line numbers are not appearing.
Here is the markup:
<pre class="prettyprint linenums">
<ol ...
2
votes
4answers
315 views
BeautifulSoup Prettify fails on copyright symbol
I am getting a Unicode error: UnicodeEncodeError: 'charmap' codec can't encode character u'\xa9' in position 822: character maps to <undefined>
This appears to be a standard copyright symbol, ...
12
votes
2answers
9k views
Syntax highlighting on twitter bootstrap
I am trying to highlight some syntax using Google prettify but so far, its not working.
<link href="prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" ...
4
votes
2answers
516 views
Using Google Prettify to display HTML
for Google Prettify to display HTML code sample properly, you should replace all the < with < and all the > with >.
How do you automate that process using JavaScript only ?
1
vote
1answer
414 views
Syntax highlighting of dynamically generated snippet in web page using Prettify
I've a div in which I dynamically load a piece of code from the result of an AJAX request. Then I want to format it using prettify. It works but it's damn slow. The code I use is the following:
var ...
11
votes
3answers
19k views
Sublime Text 2 Code Formatting
First let me say I come from a Microsoft background and Visual Studio is my bread and butter. It has a command (keybind is arbitrary) that auto-formats any code syntax. The same command works in ...
2
votes
4answers
466 views
How to prettify programming language
I have code written in any programming language. How can I "prettify" it (bold if, else etc.) to display on a website? Are there any good APIs to do that?
10
votes
3answers
623 views
Looking for existing Javascript code that will tidy (reformat) SQL code, with a focus on T-SQL
With all the nice code syntax highlighting widgets out there, I figure there must be a client side JavaScript solution that will take a blob of SQL and tidy up its formatting.
I already found ...
2
votes
0answers
790 views
Google Prettify - C# Color Scheme
I'm using Google's Prettify.js library for highlighting syntax. Working great.
It auto-detects languages and applies a generic color scheme. But it seems C# is picked up as a generic C-variant and is ...
0
votes
1answer
574 views
Google Prettify: Line numbers won't show
For some reason, my line numbers won't show. Is this a known issue? Code coloring works fine. It's just the line numbers that won't show
HTML
<pre class="prettyprint linenums"><code ...
49
votes
2answers
1k views
Can prettify.js be extended to support Mathematica?
The mathematica.SE is currently in private beta and will open to the public in a few days. Stack Overflow and related sites use prettify.js, however Mathematica is not a supported language. It would ...
0
votes
1answer
131 views
How do I prevent code written in my <pre> from rendering?
So I am using the google code prettifier: http://code.google.com/p/google-code-prettify/
It does something similar to what stack overflow does here where when you write a block of code it beautifies ...
5
votes
1answer
274 views
How can I use stackoverflow style markup on my blog posts?
I've gotten really used to the features StackOverflow provides while writing technical posts. My favorite features are the
4 spaces which you can use to indent a <pre> style code block
And ...
1
vote
3answers
2k views
Syntax Highlighting with scrolling at Blogspot
I am using blogspot.com.
I want to make my coding highlighting.
So, I use google code prettify api.
<link href='http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css' ...
15
votes
2answers
3k views
How to add line numbers to all lines in Google Prettify?
I am using prettify:
<pre class="prettyprint linenums">
some code
</pre>
It works but the line number show every 5 lines and not for every line. I am using these files
<link ...
2
votes
2answers
744 views
Javascript (library) to format and prettify source code of various languages [closed]
Am looking for a free Javascript (library) to format and highlight syntax of source code of various possible languages (mainly JSON, XML, java, javascript, python). Different libraries for different ...
1
vote
0answers
135 views
command line prettify BSON
been working with mongo recently, which means a ton of very large nested hashes in (basically) json format. Currently I am piping json through python -mjson.tool in emacs, which works great for json, ...
1
vote
2answers
709 views
Using Google Prettify to display HTML and CSS code. Do I have to replace every < > with html name?
Google Prettify wasn't displaying HTML properly for me until I found on stackoverflow that I should replace all the < with < and all the > with >.
Is this really necessary? Is ...
4
votes
2answers
156 views
Prettify stripping Generics from C# code block
I'm having a slight issue with the Prettify script that I'm trying to integrate into my website to provide intelligent syntax highlighting of C# code blocks. All works fine until I introduce Generics, ...
1
vote
1answer
118 views
prettify doesn't highlight asp.net tags
I use google-code-prettify as my syntax highlighter, but i have a problem with asp.net tags, prettify doesn't recognize it, so code like this:
<asp:ScriptManager ID="ScriptManager1" ...
1
vote
0answers
151 views
GWT library to highlight source code
I'm trying to find good ready to use gwt library to highlight source code, but I couldn't find any.
Started to think about using http://code.google.com/p/google-code-prettify/ and simple call to JS ...
4
votes
2answers
633 views
aligning or prettifying code in emacs
I remember this was possible in emacs, but don't know how. If I have something like:
'abc' => 1,
'abcabc' =>2,
'abcabcabc' => 3,
How can I align the keys, arrows and values to something like ...
1
vote
1answer
1k views
Using multiple CodeMirror editors on a single page?
I'm writing a page with examples that demonstrate the use of my js library. I'd like these examples to be editable and runnable, so I thought I have these options :
Use prettify to display code on ...
1
vote
2answers
286 views
Which library does GitHub use to beautify JavaScript code?
Which library does GitHub use to beautify JavaScript code?
I am looking for a good code prettify library.
1
vote
3answers
476 views
What is meant by to prettify JSON
I have heard of sites that prettify/beautify JSON. What does it actually mean?
1
vote
1answer
260 views
intellij maven output link
How can i manage that the maven output compile errors in intellij output window are shown as links?
That would be very helpfull!
i am currently using intellij idea 10.2. My output is just a bunch of ...
3
votes
2answers
403 views
javascript pretty html
Is there a javascript library that can make bad html readable?
For example:
<div><span></span></div>
into
<div>
<span></span>
</div>
3
votes
4answers
2k views
format xml, pretty print
I know of two ways to "pretty print", or format, xml:
shell tools
Hack 38 Pretty-Print XML Using a Generic Identity Stylesheet and Xalan
what other free (as in beer) formatters are there? (aside ...
0
votes
6answers
230 views
PHP: finding, replacing, shortening, and prettifying user links with <a> tags, ellipses, and link icons
When a user enters a URL, e.g. http://www.google.com, I would like to be able to parse that text using PHP, find any links, and replace them with <a> tags that include the original URL as an ...
1
vote
1answer
66 views
Given a .SQL file on an internal website, what options are there for pretty formatting on the fly?
So I want to put the files up on my local server, for reference purposes and aside from my regular DVCS because this will turn into training material later. But I want to be able to pretty format the ...
3
votes
1answer
240 views
How can I run Google's prettify to generate static HTML (w/ CSS) output?
I'm working on prettify'ing some auto-generated emails that often have code snippets in them. I want to use Google's prettify project to syntax highlight the code snippets.
How can I invoke prettify ...



