You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,18 @@
1
1
#github-linkify-cmssw
2
2
3
-
This Chrome extension turns `#include X` in C/C++ files (and in the future `import X`/`from X import Y` in python configs) into hyperlinks when viewing CMSSW files on Github.com, so you can get to the includes easily. (I don't know why this hasn't been done already.)
3
+
This Chrome extension turns `#include X` in C/C++ files, and `import X`/`from X import Y`/`process.load(XXX.YYY.ZZZ_cff)` in python config files, into hyperlinks when viewing CMSSW files on Github.com, so you can get to the includes easily. (I don't know why this hasn't been done already.)
2)Go to [chrome://extensions](chrome://extensions)
12
12
13
-
- Go to [chrome://extensions](chrome://extensions)
14
-
- Drag and drop the `github-linkify-cmssw.crx` package onto the window. Lcick OK when it asks permission to access github.com. This should install it.
13
+
3) Drag and drop the `github-linkify-cmssw.crx` package onto the window. Click OK when it asks permission to access github.com. This should install it.
15
14
16
15
## TODO
17
-
-[ ] Do for Python `import`/`from X import Y` statements
Copy file name to clipboardExpand all lines: manifest.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "Github linkify for CMSSW",
3
-
"description": "Turns #include statments into links when browing CMSSW on Github.",
4
-
"version": "0.1",
3
+
"description": "Turns #include statments in C++ files, and import X/from X import Y/process.load(XXX.YYY.ZZZ_cff) in python config files, into links when browing CMSSW on Github.",
0 commit comments