I am using Notepad++ which shows Syntax coloring for various scripting languages.
IQ's VB editor shows Syntax coloring for VB scripts.
Can the Doc pane also show Syntax coloring? If so how?
I tried to save a colored script to html in Notepad++ (for import to IQ) but the colors disappeared :-(.
(This is not a feature request, just a question if it can currently already be done somehow)
p.s. I am wondering because I wanted to collect several scripts in an IQ database. Syntax coloring makes it easier to read.
How do I ?
Comments
No the Doc pane can't show…
No the Doc pane can't show syntax coloring (other than it's own code, which is HTML based, in Code view)
I figured out how to do it…
I figured out how to do it. Super simple;
In Notepad++, select Plugin, NppExport and either
a. Export to HTML (Saves as a file)
b. Copy HTML to clipboard
Then just open the file in the Doc Pane or paste from clipboard.
Works great!