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
You will have to hit "Continue" in your downloads bar. Note that it may say "Extensions cannot be installed from this website". That's fine.
14
+
13
15
2) Go to [chrome://extensions](chrome://extensions)
14
16
15
17
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.
@@ -36,11 +38,9 @@ Maybe I'll do a Firefox equivalent some day. If I ever get this one done.
36
38
37
39
## TODO/Ideas
38
40
39
-
- use github API?
40
-
- options page to add loacation of headers for non-CMSSW repos?
41
-
- or auto lookup - e.g. if #include "myEvent.h" link to same folder/myEvent.h, or #include "../myObj.h" link to ../myObj.h ?
42
-
- options page? (keyboard shortcut, etc)
43
-
- allow you to custom define where header files are?
44
41
- if on a header page, add link to src file!
42
+
- detect if file is PY or CPP from file extension in URL (easy), then customise looping e.g. for C++ stop once you've hit a non-comment line that doens't have include in it
43
+
- testing URL: STOP once you've found a succcessful one
0 commit comments