How can I print syntax-highlighted Ruby code?
I use TextMate for my Ruby editing, but when printing files, the code isn't syntax highlighted. Are there any good programs for printing out well-formatted color-highlighted Ruby code? ...
I use TextMate for my Ruby editing, but when printing files, the code isn't syntax highlighted. Are there any good programs for printing out well-formatted color-highlighted Ruby code? ...
I am writing a command line tool to convert Markdown text to html output, which seems easy enough. However, I am wondering how to get nice syntax coloring for embedded code blocks, like the one used by Stack Overflow. Does anyone know either: What library StackOverflow is using or if there's a library out there that I can easily reus...
As part of my my web development system I have written a text editor witch (among other formats like CSS and HTML) has got ASP syntax highlighting. Does anyone know of an ASP syntax checker program of (preferably) DLL that I could call from within this editor, so that I could present my users with a list of errors (like I already do wit...
I find that in various situations Objective-C code in Xcode 3.1 (Leopard) can fail to get appropriate syntax coloring after typing or lose coloring that it had. This isn't just a "refresh" issue with new custom symbols -- but affects Cocoa framework symbols as well. Sometimes CMD-a to select all text on the code page will make the colo...
Hello all, I'm having problems with Visual Studio 2008, namely, syntax-highlighting and intellisense for *.aspx, *.js and *.css files (and maybe more) not working. Also, when I go to Tools -> Options... -> Text editor -> HTML -> Format, I see this error message: "An error occurred loading this property page" Everything was working fin...
Do you know a good live syntax highlighter written in JavaScript? With live syntax highlighter I mean a WYSIWYG editor that can be included in HTML pages and that is able to highlight the code in real time. Like a Notepad++ but in JavaScript. I've already read this question: http://stackoverflow.com/questions/61655/are-there-any-javascr...
I'd like to have vim highlight entire lines that match certain patterns. I can get all the text in a line to highlight (by doing syn match MyMatch "^.*text-to-match.*$"), but it always stops at the end of the text. I'd like to to continue to the end of the term, like highlighting CursorLine. I've tried replacing $ with a \n^, hoping t...
How do you display your php source code with highlight or view source or is there more alternatives to this? ...
I'm now developing on Assembly under Linux, but I love to develop on a editor that have syntax highlight feature. Then I want to know what is the best one for Assembly(that has syntax highlight). ...
H have some (log4j generated) logfiles to go through; I know their format pretty well (I mean I have already got off-the-peg regexes etc I can use). I want to automatically highlight them in VIM when I load them up (*.log). A logfile entry looks something like this: YYYY-MM-DD HH:MM:ss,SSS [...] #LOG-LEVEL# [...] Message Where #LOG-...
Hello, I know there has been quite a few comments on this topic. I have tested quite a few IDE's for PHP, I have liked phpDesigner 7, which is great for PHP... but I like the way Dreamweaver has the live rendered view for quick layouts and design. It could be done by rendering to the browser and using firebug, but I really like using ...
This is a follow-up from: http://stackoverflow.com/questions/2193157/vim-simple-steps-to-create-syntax-highlight-file-for-logfiles I am trying to use the 'region-match' facility to syntax-highlight stack-traces in some logfiles: these logfiles (log4j-based) look a bit like this: YYYY-MM-DD HH:MM:ss,SSSS...INFO...Message YYYY-MM-DD HH:...
Hi. I'm looking for a command line tool (or Perl module or VIM script or whatever) that will take some input files (such as XML or JavaScript files) and format them in HTML. I specifically want my output not to contain stuff like <span style="color: red"> or <font color=red> according to a particular colour scheme, rather it should use...
I'm going to a farm, I think there's no computers there and my laptop is broken. I want to print the code of some of my projects so I can make code review while I'm there. I'll be nice if the syntax highlight is printed too. Editors: Vim, Notepad++ Code: Html, CSS, Javascript P S : I don't know if I didn't explain myself very well, bu...
I'm working on a Cocoa text editor which uses an NSTextView. Is it possible to change the color of certain portions of the text? ...
Ok, im used to see some more syntax highlighting, and the default syntax highlighting is really limited in VS 2008, so i was thinking, is there such highlighting somewhere: defined variables would have own color. defined functions would have own color. predefined functions would have own color (from libs etc, would have own list for th...
What is the standard Rails plugin for syntax highlighting (in a website admin panel for example, not for TextMate) that works right out of the box in a Rails project? ...
In my code editor, it normally displays PHP code in bold blue print. I'm finding some of my code is not showing up as bold blue print. Can someone please look at the code below and tell me if I'm doing something wrong? Thanks in advance. <td class="hr"><?php echo htmlspecialchars("payroll number")." " ?></td> <td class="dr"...
Hi all, Just wondering if anyone else is using PyScripter as a Python editing app. I've been runnign my python IDLE in a black background and now find the default white of PyScripter to be blinding. For the life of me I can't find the menu to change the "highlighting" portion of the program (where you open and modify .py files). ...
Is it possible for TextMate to syntax highlight the opening and closing tags of your current caret location? And I am talking about constantly, not by pressing a key combo. Furthermore, if it possible, how can I do it? There doesn't seem to be any way that I know of except by using selectors in the theme, but I don't know if selectors c...