Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3328)

Issue 13401047: code review 13401047: misc/notepadplus: fix some number syntax highlight issue (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by chai2010
Modified:
10 years, 6 months ago
Reviewers:
gvdschoot, ajstarks
CC:
golang-dev, gvdschoot, ajstarks
Visibility:
Public.

Description

misc/notepadplus: fix some number syntax highlight issue notepadplus can only support some normal golang's hex and imaginary numbers. it can't detect some special number, eg. 1./1.e/1.i/1+0.1i (omit "0" in ".0").

Patch Set 1 #

Patch Set 2 : diff -r ba1ddf085ffe http://code.google.com/p/go/ #

Patch Set 3 : diff -r ba1ddf085ffe http://code.google.com/p/go/ #

Patch Set 4 : diff -r ba1ddf085ffe http://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M misc/notepadplus/userDefineLang.xml View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 13
chai2010
Hello golang-dev@googlegroups.com (cc: ajstarks@gmail.com), I'd like you to review this change to http://code.google.com/p/go/
10 years, 7 months ago (2013-09-08 12:50:53 UTC) #1
chai2010
Hello golang-dev@googlegroups.com (cc: ajstarks@gmail.com, golang-dev@googlegroups.com), Please take another look.
10 years, 7 months ago (2013-09-08 12:55:36 UTC) #2
gvdschoot
Two remarks: 1. The color of number is to close to that of keywords. The ...
10 years, 7 months ago (2013-09-08 14:48:09 UTC) #3
ajstarks
LGTM On Sep 8, 2013, at 8:50 AM, chaishushan@gmail.com wrote: > Reviewers: golang-dev1, > > ...
10 years, 7 months ago (2013-09-10 02:05:21 UTC) #4
ajstarks
I propose changing the comment color to 778899 in a separate CL. On Sep 8, ...
10 years, 7 months ago (2013-09-10 02:10:36 UTC) #5
chai2010
I think the npp's standard comments color is better, and it is also used in ...
10 years, 7 months ago (2013-09-10 06:03:52 UTC) #6
gvdschoot
This go file (link <http://play.golang.org/p/iEeuVmCXGk>) shows AFAIK most / all variable assignments and can help ...
10 years, 7 months ago (2013-09-10 06:57:29 UTC) #7
gvdschoot
Please change the following to display the boolean values true and false as a value ...
10 years, 7 months ago (2013-09-11 09:18:28 UTC) #8
gvdschoot
On 2013/09/11 09:18:28, gvdschoot wrote: > The color changes in a separate CL. I prefer ...
10 years, 7 months ago (2013-09-11 09:24:24 UTC) #9
chai2010
On 2013/09/11 09:24:24, gvdschoot wrote: > On 2013/09/11 09:18:28, gvdschoot wrote: > > The color ...
10 years, 7 months ago (2013-09-11 09:26:46 UTC) #10
chai2010
bradfitz: ping?
10 years, 7 months ago (2013-09-13 03:05:32 UTC) #11
chai2010
On 2013/09/13 03:05:32, chai2010 wrote: > bradfitz: ping? ping
10 years, 7 months ago (2013-09-19 09:21:17 UTC) #12
adg
10 years, 7 months ago (2013-09-23 01:35:22 UTC) #13
*** Submitted as https://code.google.com/p/go/source/detail?r=4ed494a20969 ***

misc/notepadplus: fix some number syntax highlight issue

notepadplus can only support some normal golang's hex and imaginary numbers.
it can't detect some special number, eg. 1./1.e/1.i/1+0.1i (omit "0" in ".0").

R=golang-dev, gvdschoot
CC=ajstarks, golang-dev
https://codereview.appspot.com/13401047

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b