Re: Syntax highlighting of backticks now supported in Notepad++

2016-02-26 Thread xky via Digitalmars-d-announce

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


Re: Syntax highlighting of backticks now supported in Notepad++

2016-02-26 Thread BBasile via Digitalmars-d-announce

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/vjkatibrxakakspgu...@forum.dlang.org

So there is more todo ;)


Re: Syntax highlighting of backticks now supported in Notepad++

2016-02-26 Thread Remo via Digitalmars-d-announce

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



LDC 1.0.0-alpha1 has been released! Please help testing!

2016-02-26 Thread Kai Nacke via Digitalmars-d-announce

Hi everyone,

LDC 1.0.0-alpha1, the LLVM-based D compiler, is available for 
download!
This ALPHA release is based on the 2.069.2 frontend and standard 
library and supports LLVM 3.5-3.8.


The 1.0 release will be a major milestone. Please help testing to 
make it the best release ever!


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/gduhxehudlcssnhtn...@forum.dlang.org

Regards,
Kai



Re: Syntax highlighting of backticks now supported in Notepad++

2016-02-26 Thread Andre via Digitalmars-d-announce

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é


Re: Syntax highlighting of backticks now supported in Notepad++

2016-02-26 Thread jmh530 via Digitalmars-d-announce

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...


Re: Beta D 2.070.1-b1

2016-02-26 Thread Steven Schveighoffer via Digitalmars-d-announce

On 2/26/16 8:21 AM, Temtaime wrote:

On Thursday, 25 February 2016 at 11:39:28 UTC, Martin Nowak wrote:

On Thursday, 25 February 2016 at 08:52:14 UTC, nkgu wrote:

That's nothing but the DL link in
http://dlang.org/changelog/2.070.1.html is broken.


Thanks, fixed.


I got a tons of « Deprecation: module std.array is not accessible here,
perhaps add 'static import std.array;' » messages. And there's nothing
about it in the changelog.


That shouldn't be in this release, I thought that would be for 2.071. 
Are you sure you are using the beta version and not master? If so, then 
there is an issue with the release package.


-Steve


Re: Beta D 2.070.1-b1

2016-02-26 Thread Temtaime via Digitalmars-d-announce

On Thursday, 25 February 2016 at 11:39:28 UTC, Martin Nowak wrote:

On Thursday, 25 February 2016 at 08:52:14 UTC, nkgu wrote:
That's nothing but the DL link in 
http://dlang.org/changelog/2.070.1.html is broken.


Thanks, fixed.


I got a tons of « Deprecation: module std.array is not accessible 
here, perhaps add 'static import std.array;' » messages. And 
there's nothing about it in the changelog.