Questions tagged [codehighlighter]

67 questions
0
votes
0 answers

VSCode Semantic Coloring Performance

I am working to provide semantic coloring for my language for VSCode client and java based language server using lsp4j. But for large files syncing the entire document has performance lag which becomes unacceptable for larger documents. Can I get…
0
votes
0 answers

Can't access to transitive maven module's code

This is about Intellij IDEA + Maven modules. We working in module A, which has a dependency - module B, and module B in dependencies - module C. When you incude B as a dependency and access classes from C (transitively), IDEA says that it does not…
0
votes
1 answer

Geshi code highlighter does not work

I am using Geshi code highlighter in Joomla 3.8.1 but it does not work. I have enabled both "Content - Script Code Highlighter (GeSHi)" and "Button - Script Code Highlighter (GeSHi)", and in fact, button appears when I edit the article. When I add…
jstuardo
  • 3,901
  • 14
  • 61
  • 136
0
votes
1 answer

Wordpress Crayon Plugin dirty my code

I am using a plugin named Crayon to format my code in wordpress, however after I have changed config settings, I found the code in my post was dirtied! It shows like this following: Code Dirtied What can I do to repair it or what wrong config…
Liqang Liu
  • 1,654
  • 3
  • 12
  • 20
0
votes
1 answer

How to make visual representation of WebStorm and Eclipse editor same

I am trying to make my WebStorm and Eclipse visual representation of code as same. I had made majority of stuff in WebStorm as same Eclipse with one last thing. If we observe the keyword function is bold in Eclipse while in WebStorm it it not. How…
Bhuvan
  • 4,028
  • 6
  • 42
  • 84
0
votes
1 answer

Multiline Text code highlighter for android

I need library that highlight HTML, CSS and JavaScript code. And also User can edit the code.
Emma Hoffman
  • 61
  • 2
  • 7
0
votes
3 answers

code highlighting

I want code highlighting like visual studio. If user is attaching a code snippept in the article i want to hightlight the code exactly like what visual studio will do. How can we achieve this.
0
votes
1 answer

Add syntax highlighting to auto generated gh-pages

How to make code snippets highlighted, while taking advantage of Jekyll autogeneration on github pages side? Is it possible to make it work with backticks notation? Or do I have / should I , move to over notation of code blocks? I have this very…
0
votes
1 answer

webstorm code highlighting and code completion for meteor packages

I have configured meteor on webstorm and I can see code highlighting and code completion for meteor, but when I add new packages (for example: aldeed:collection2), code highlighting and code completion doesnt work for new packages. How can I make…
Chidu Murthy
  • 688
  • 3
  • 10
  • 26
0
votes
1 answer

How to enable Markdown code block line numbers

I installed Markdown Preview in Sublime Text 2, and already set "enable_highlight": true, "enable_pygments": true, I also set the following code in the file codehilite.py: def __init__(self, *args, **kwargs): # define default configs …
C. Wang
  • 2,516
  • 5
  • 29
  • 46
0
votes
1 answer

How to create new code highlight style in rouge

I want to post my code on my Jekyll site highlight the code. I had successfully install rouge. Is there a easy way if I want to create style on my own? How can I install other's styles? And do you have something pretty style to recommend?
Peter Zhu
  • 1,154
  • 3
  • 15
  • 27
0
votes
1 answer

XCode 6.1: Weird behaviour in Swift code highlighting

I just started to take a look into Swift but XCode is messing up the code highlighting. As shown in the picture below Due some bad performance issues with Swift, I am using XCode Version 6.1 (Beta), but had the same problem with XCode 6.0. This…
longi
  • 11,104
  • 10
  • 55
  • 89
0
votes
0 answers

Code highlighting between tags?

I should give possibility user select code in his comments, I think good way will be say him put his code in something like this , I found many plugins for code highlighting, but not one give possibility highlight code only between…
roman-v1
  • 728
  • 1
  • 9
  • 21
0
votes
1 answer

python syntax hilighting using Pygment program

so, I have this test mardown document, and I used python to generate HTML doc like this: python -m markdown -x codehilite mydoc.md > mydoc.html Then, I generated the CSS file using Pygment as below: pygmentize -S default -f html >…
Vahid Mirjalili
  • 6,211
  • 15
  • 57
  • 80
0
votes
0 answers

Program/plugin that highlights chunk of code executed every step(C++ / java )

Do you know a program /plugin for C++/java that highlights code my program is running? Is there any software like that? Update: *VISUALIZING - SHOWING STACK * once call is done - cleaning stack on screen and going back to the function that called…
ERJAN
  • 23,696
  • 23
  • 72
  • 146