Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc/notepadplus: Function List can't work with Notepad++ 6.5 #6735

Closed
chai2010 opened this issue Nov 7, 2013 · 5 comments
Closed

misc/notepadplus: Function List can't work with Notepad++ 6.5 #6735

chai2010 opened this issue Nov 7, 2013 · 5 comments

Comments

@chai2010
Copy link
Contributor

chai2010 commented Nov 7, 2013

Since version 6.5, npp change the Function List syntax for User Defined Languages.
We need replace userDefinedLangName to ext in association tag.

npp 6.4:
<association ext=".go" id="go"/>

npp 6.5:
<association userDefinedLangName="go" id="go"/>
@chai2010
Copy link
Contributor Author

chai2010 commented Nov 7, 2013

Comment 1:

the patch has been sent as https://golang.org/cl/22770043/

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 2:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 3:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 4:

Labels changed: added repo-main.

@davecheney
Copy link
Contributor

Comment 5:

bradfitz   
1 month, 2 weeks ago #3
*** Submitted as https://code.google.com/p/go/source/detail?r=85b9ccc21e65 ***
misc/notepadplus: Fix Function List in Notepad++ 6.5
Since version 6.5, npp change the Function List syntax for User Defined
Languages.
We need use userDefinedLangName syntax in association tag in Notepad++ 6.5.
Fix issue #6735.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/22770043
Committer: Brad Fitzpatrick <bradfitz@golang.org>

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants