Questions tagged [codehighlighter]

67 questions
1
vote
3 answers

Textarea - how to highlight keystrings with javascript?

I am looking for a javascript that can help me to change the color of a text inside the textarea tag. For example, to have a variable in the javascript: var a = '

'; now, the javascript should make the text…

1
vote
1 answer

.jenkins code highlighting Visual Studio Code

In our project we use *.jenkins files. How can I set syntax highlighting for Jenkinsfile? I installed different Plugins, but per default they only support Jenkinsfile.
Ahuevo
  • 89
  • 3
  • 11
1
vote
2 answers

Open source browser based (i.e. javascript) highlighter for Python code?

I have an html page with a textarea in which users type python code. I'd like for the input python code to be highlighted as they type, much as a desktop-based IDE would do. Unlike this question, I don't want the code to be passed to the server and…
Iain Sproat
  • 5,210
  • 11
  • 48
  • 68
1
vote
1 answer

Babel & JSX Browser Code Highlighting

I use https://highlightjs.org/ for an in browser (and in a static site generator) to highlight code snippets for blogs and sites. I'm almost certain its not handling ES6, ES7, JSX, and Flow. How can I get better highlighting for these new…
jrhicks
  • 14,759
  • 9
  • 42
  • 57
1
vote
2 answers

How does PasteBin work in the code highlighting area?

I think it's awesome how PasteBin highlights different languages, how does it work?
delete
1
vote
1 answer

How can I highlight entities and code keywords in HTML input boxes?

Let's say I have an HTML input box. I want an input box that highlights code keywords, like this one: http://runnable.com/new/JavaScript , or http://jsfiddle.net/ or something like that. How can I do it? CSS, JS, etc can be used in solutions.
crownusa
  • 159
  • 1
  • 9
1
vote
1 answer

Adobe Dreamweaver CS6 (and CC) doesn't do code-hightlight for *.TWIG files / Notepad++ Auto-Twig highlight

I have issues with my Adobe Dreamweaver CS6 (and CC) to support TWIG files. I tried some of the tutorials found on Google saying I need that extension in settings and also edit one of dreamweaver configuration files. But It didn't worked. The only…
KestutisIT
  • 291
  • 4
  • 16
1
vote
1 answer

Custom StructuredTextEditor not showing colour codes when opening html code.

I have this custom StructuredTextEditor that opens a customised HTML code in an eclipse plugin project. In earlier version, the codes were visible but ever since I ported it over to Eclipse Juno, compiled it and ran it, the editor doesn't show any…
h-rai
  • 3,636
  • 6
  • 52
  • 76
1
vote
5 answers

Symbian S60 Code Editor

I am looking for an app that will let me type in code ON my cellphone. I don't need to compile or anything, and its not to program for the cellphone. Just something nice to have when an idea pops in my head. Am I completely overlooking a simple code…
gltovar
  • 463
  • 4
  • 10
0
votes
1 answer

What is the Correct way to enable JQuery Code Hinting and Completion in Aptana Studio 3?

Hey Guys I am in the process of learning JQuery and I started using Aptana a couple days ago because I read that is was a great IDE. I am having trouble enabling the JQuery code hinting feature though. I have read several articles about how to…
Roger Williams
  • 159
  • 2
  • 7
  • 15
0
votes
1 answer

jQuery BeautyOfCode Plugin remove alerts?

Is possible to remove alert() from the plugin when brushes are not founded?
itsme
  • 48,972
  • 96
  • 224
  • 345
0
votes
0 answers

Qt Creator : Intellisense for C, force a given context

So I have Qt Creator 7.0.2. The editor parses and colors and does lots of things with a given file, using the environment and the other files included. However for header files, it does not take into account that this file is included in some…
Charles
  • 988
  • 1
  • 11
  • 28
0
votes
2 answers

C/C++ codehighlighter in visual studio 2005

I just starting using VS2005 and I wish to have code highlighting in C/C++. The VS menu Tools->Options->TextEditor->C/C++ is very poor. I come from PHP and there the IDE's are very friendly when is about highlighting. I didn't expect that Visual…
Duncan Benoit
0
votes
1 answer

how to add data-attribute at markdown code block?

I want this format Hello I want to be make this format using markdown

        
Hyesung Oh
  • 163
  • 1
  • 9
0
votes
1 answer

javascript code highlight with new lines and indentation

I'm writing a little single page app (using knockout.js :-)) whereby i have a series of examples of javascript code. this code is wrapped in a function and i call toString on the function to show the source code in the browser. on the whole…
WickyNilliams
  • 5,218
  • 2
  • 31
  • 43