www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Syntax highlighting of backticks now supported in Notepad++

reply Andre <andre s-e-a-p.de> writes:
Hi,

with the newest version of Notepad++ (6.9) strings enclosed
with backticks `Hello World!` are now correctly highlighted.

Kind regards
André
Feb 23 2016
next sibling parent reply Charles <csmith.ku2013 gmail.com> writes:
On Tuesday, 23 February 2016 at 17:01:47 UTC, Andre wrote:
 Hi,

 with the newest version of Notepad++ (6.9) strings enclosed
 with backticks `Hello World!` are now correctly highlighted.

 Kind regards
 André
And here I've been escaping double quotes for years. Didn't know this was a thing. Thanks!
Feb 23 2016
parent reply Remo <remo4d gmail.com> writes:
On Wednesday, 24 February 2016 at 02:57:20 UTC, Charles wrote:
 On Tuesday, 23 February 2016 at 17:01:47 UTC, Andre wrote:
 Hi,

 with the newest version of Notepad++ (6.9) strings enclosed
 with backticks `Hello World!` are now correctly highlighted.

 Kind regards
 André
Unfortunately syntax highlighting for D still do not work even with v6.9.
Feb 26 2016
next sibling parent jmh530 <john.michael.hall gmail.com> writes:
On Friday, 26 February 2016 at 15:31:33 UTC, Remo wrote:
 Unfortunately syntax highlighting for D still do not work even 
 with v6.9.
Huh? I use Notepad++ on Windows and it highlights syntax. Maybe not as much as Sublime nor as pretty...
Feb 26 2016
prev sibling parent reply Andre <andre s-e-a-p.de> writes:
On Friday, 26 February 2016 at 15:31:33 UTC, Remo wrote:
 On Wednesday, 24 February 2016 at 02:57:20 UTC, Charles wrote:
 On Tuesday, 23 February 2016 at 17:01:47 UTC, Andre wrote:
 Hi,

 with the newest version of Notepad++ (6.9) strings enclosed
 with backticks `Hello World!` are now correctly highlighted.

 Kind regards
 André
Unfortunately syntax highlighting for D still do not work even with v6.9.
For me syntax highlighting is also working quite fine in Notepad++. I selected Zenburn theme in Style Configurator. Maybe you have to re-install Notepad++ Kind regards André
Feb 26 2016
parent Remo <remo4d gmail.com> writes:
On Friday, 26 February 2016 at 19:33:09 UTC, Andre wrote:
 On Friday, 26 February 2016 at 15:31:33 UTC, Remo wrote:
 On Wednesday, 24 February 2016 at 02:57:20 UTC, Charles wrote:
 On Tuesday, 23 February 2016 at 17:01:47 UTC, Andre wrote:
 Hi,

 with the newest version of Notepad++ (6.9) strings enclosed
 with backticks `Hello World!` are now correctly highlighted.

 Kind regards
 André
Unfortunately syntax highlighting for D still do not work even with v6.9.
For me syntax highlighting is also working quite fine in Notepad++. I selected Zenburn theme in Style Configurator. Maybe you have to re-install Notepad++ Kind regards André
Thanks, I see that some styles like "Osidian" simple do not work with D, but other do work actually. regards, Remo
Feb 26 2016
prev sibling next sibling parent BBasile <b2.temp gmx.com> writes:
On Tuesday, 23 February 2016 at 17:01:47 UTC, Andre wrote:
 Hi,

 with the newest version of Notepad++ (6.9) strings enclosed
 with backticks `Hello World!` are now correctly highlighted.

 Kind regards
 André
You have a list here of what's not handled: https://forum.dlang.org/post/vjkatibrxakakspgufok forum.dlang.org So there is more todo ;)
Feb 26 2016
prev sibling parent xky <mozirikan gmail.com> writes:
On Tuesday, 23 February 2016 at 17:01:47 UTC, Andre wrote:
 Hi,

 with the newest version of Notepad++ (6.9) strings enclosed
 with backticks `Hello World!` are now correctly highlighted.

 Kind regards
 André
yay! but, some(..or many?)style theme coudn't support D. Unsupport style list(npp 6.9 windows): - Bespin - Black board - Choco - Deep black - Hello kitty - Mono industrial - Monokai - Obsidian - Plastic code wrap - Ruby blue - Twilight - Vibrant ink - Vim dark blue
Feb 26 2016