Skip to content

Commit 8118595

Browse files
committed
Update README with instructions and new TODO
1 parent 67935b5 commit 8118595

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ C++ bonus: it even adds links to the related src files (if they exist).
1010

1111
https://github.com/raggleton/github-linkify-cmssw/releases/latest
1212

13+
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+
1315
2) Go to [chrome://extensions](chrome://extensions)
1416

1517
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.
3638

3739
## TODO/Ideas
3840

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?
4441
- 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
44+
- bug: only works on reload?
4545

4646
Robin Aggleton 2014

0 commit comments

Comments
 (0)