action #8084
openshow source of imported modules
0%
Description
more and more tests use 'use ...' and 'use base ...' and the code of those is not visible. grep source for those statements in webui and show the code.
Updated by mlin7442 about 9 years ago
if no one here, I want to pick this one up. Idea is made it being like http://lxr.free-electrons.com/source/block/blk-exec.c , so 'XXX' will be a hyperlink at use 'XXX' statement, will check how hard/to do that with codemirror.
Updated by coolo about 9 years ago
- Status changed from New to In Progress
- Assignee set to mlin7442
http://stackoverflow.com/questions/26933344/codemirror-detect-and-create-links-inside-editor - the answer is from the codemirror maintainer, so no guessing involved :)
Updated by coolo about 7 years ago
- Status changed from In Progress to New
- Target version set to future
Updated by okurz about 5 years ago
- Related to action #10192: Improve source code window added
Updated by okurz over 4 years ago
- Priority changed from Normal to Low
For tests running from a custom git refspec we already use an approach pointing to according files on github. This can make exploring files from the github web UI very easy. I recommend we go the route of making everything fully VCS aware with #58184 first to cover all other test jobs.