Questions tagged [codehighlighter]

67 questions
3
votes
1 answer

JsFiddle-like color scheme

I search for code highlighting color scheme as similar as possible to light scheme in jsfiddle.net. I found only this answer, I do not consider it satisfactory. So, there is a similar scheme, but only for VS. Any other variants?
3
votes
1 answer

tinymce code highlighting just like stackoverflow?

im using tinymce for my text editor, i wanted a code highlighting feature for one of the buttons on the toolbar, but i wanted a simple one like the one stackoverflow uses, deos anybody know of anything out there, or deos tinymce have something like…
getaway
  • 8,792
  • 22
  • 64
  • 94
3
votes
1 answer

How to imitate Bootstrap's html code highlighting and copy to clipboard?

I really like the getting started guide by Bootstrap (http://getbootstrap.com/css/), and I want to do something similar in my project. I've looked at highlight.js but it seems the color is a bit off to me. I don't know how to implement the copy to…
tlaminator
  • 946
  • 2
  • 9
  • 23
3
votes
2 answers

Is the an IDE/plugin/smth which can highlight (heat map) code according to how old it is?

I'm looking for PHP IDE, but I can't find ANY IDE which does something like that. All the code is traceable back in time in git or any other version control, right? So, it would be cool to have a "dust view" mode, to see which code is there for ages…
2
votes
1 answer

Is there an Objective-C/C libary that can do code syntax highlighting?

Of course, I don't actually need it to highlight anything, I'll take care of that, however, it would be great if there would be a library that can parse text and can in an abstract manner tell me which words should I highlight and how should I treat…
Rad'Val
  • 8,895
  • 9
  • 62
  • 92
2
votes
0 answers

How do I do the prismjs diff highlight with language in my markdown file

This (```js) for JavaScript language This (```diff) works for diff. But I don't know I to use both in my markdown file. I'm trying to achieve this in the docs https://prismjs.com/plugins/diff-highlight/
2
votes
1 answer

SQL Editor / Viewer for Mac

Im looking good SQL (MySQL) editor/viewer for MacOS. I want to spend money on it, if it what I looking for. (on Windows I use: dbForge Mysql and I looking something similar to it) Main features I need: Code hinting Code highlighting Hinting on…
woozly
  • 1,363
  • 1
  • 14
  • 24
2
votes
0 answers

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 function after each page rendering but maybe there…
zeroed
  • 1,081
  • 1
  • 9
  • 18
2
votes
1 answer

Typescript syntax highlighting not working

After enabling the Typoscript plugin like suggested by the IDE none of my .ts files show syntax highlighting any more. I've tried reinstalling android studio after removing all settings folder in appdata, userprofile, program files folder. I've…
Nicky
  • 83
  • 1
  • 12
2
votes
1 answer

Can Android Studio display methods parameters in call?

Android Studio seems to be able to show the parameter name in a methods call if it is a direct string, but not when a variable is passed. Is there a way to always enable this for all parameters? String string = "Stringvalue"; …
xian
  • 291
  • 2
  • 12
2
votes
3 answers

Plugin for R# similar to CodeRush "statement highlight"

See here http://www.hanselman.com/blog/InSearchOfThePerfectMonospacedProgrammersFontInconsolata.aspx - for want of a better description - the statement block highlighting - eg in the pics on the link the "statement blocks" are grouped with a…
JamesSugrue
  • 14,891
  • 10
  • 61
  • 93
2
votes
1 answer

Xcode Editor: Highlight instance of selected symbol

Xcode does not highlight the selected instance in the editor. Xcode - Text Editing preference has an option to enable/disable selected code/symbol highlight. And it's enabled there, but it still doesn't work in the editor. Here is a snapshot of my…
Krunal
  • 77,632
  • 48
  • 245
  • 261
2
votes
2 answers

Sublime Text 2 Code Hinting

This is my first time with Sublime Text 2. I am trying it because people say it works best with Laravel. I have also installed some package such as Laravel Blade, Laravel Snippets, and etc. However, when I tried to play around with it, I found that…
user1995781
  • 19,085
  • 45
  • 135
  • 236
2
votes
1 answer

How to let marked and google-code-prettify work together?

I'm using marked to convert some markdown code to html, which has some code blocks. So I want to use google-code-prettify to highlight the code. Marked has provided a callback for code, as documented: marked.setOptions({ gfm: true, pedantic:…
Freewind
  • 193,756
  • 157
  • 432
  • 708
1
vote
2 answers

Syntax highlighting HTML with links

Is there a tool available which would convert the sources given into HTML with links? By links I mean that every type, class, and method used would point via href to its definition. I haven't managed to make highlight, syntax-highlight, nor pygments…
Viliam
  • 4,404
  • 3
  • 28
  • 30