google-code-export / notepad2-mod

Automatically exported from code.google.com/p/notepad2-mod
Other
2 stars 1 forks source link

C# LINQ Keywords #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello again,

the C# Syntax-Highlightning is missing almost all LINQ related keywords.

Attached is a patch compared to r492 to add these keywords. It would be nice if 
you could apply it.

Best regards

Original issue reported on code.google.com by Volk...@gmail.com on 12 May 2011 at 6:08

Attachments:

GoogleCodeExporter commented 9 years ago
Hi. The thing is that since I don't use that language I can't be sure of what 
keywords can be or should be added. I guess your source is this? 
http://msdn.microsoft.com/en-us/library/bb310804.aspx

Can you create a new ticket in the scintilla tracker so that these keywords are 
added in Scite too?

I'll commit the patch later.

Thanks.

Original comment by XhmikosR on 12 May 2011 at 7:41

GoogleCodeExporter commented 9 years ago
Hi,

since I use these keywords very often, the source was my brain ;).
But I missed one ("let") so attached is an updated patch (the "in" keyword is 
already highlighted, so that this isn't in the patch).

Once I have time to build a patch against the current Scite source I will do.

Best regards

Original comment by Volk...@gmail.com on 12 May 2011 at 10:26

Attachments:

GoogleCodeExporter commented 9 years ago
OK, as I don't have an CSV client, I've created a feature request on 
sourceforge without a patch.

And I forgot, thanks in advance for committing the patch!

Best regards

Original comment by Volk...@gmail.com on 12 May 2011 at 10:40

GoogleCodeExporter commented 9 years ago
I don't see the keyword "var" documented there though while you include it.

You don't need to build Scite, just make a request or patch ticket mentioning 
the keywords. If they ask you for a patch then you should provide one otherwise 
it shouldn't be needed.

Original comment by XhmikosR on 12 May 2011 at 10:45

GoogleCodeExporter commented 9 years ago
Nevermind about the var keyword 
http://msdn.microsoft.com/en-us/library/bb383973.aspx

Original comment by XhmikosR on 12 May 2011 at 10:46

GoogleCodeExporter commented 9 years ago

Original comment by XhmikosR on 12 May 2011 at 10:47

GoogleCodeExporter commented 9 years ago
You're right, I've also forgot the "var" keyword in my Scite request. This has 
been "fixed".
I hope the to links you provided are enough.

Thanks again for the fast fix!

Original comment by Volk...@gmail.com on 12 May 2011 at 11:01