stable

Clone or download

Read-only

Highlight current line

Part of request #12394: Blob view is slow In blob or blame view, click on a line number: -> line is highlighted -> browser scrolls to display the line at the top (like every anchors in the internets) -> some lines are displayed above the selected one to give context Copy the url and send it to your BFF (or open it in another browser/window/tab). -> same as above Change-Id: Ib427fbdeddbd6ecfc09641b3caa74a1fb7cef664

Modified Files

Name
M plugins/git/include/GitPHP/controller/Controller_Blame.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blob.php +1 −1 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blame.tpl +13 −4 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob.tpl +11 −5 Go to diff View file
A plugins/git/www/scripts/repository/file/line-highlight.js +73 −0 Go to diff View file
R plugins/git/www/scripts/repository/file-syntax-highlight/index.js Go to diff View file
M plugins/git/www/scripts/webpack.config.js +4 −1 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/repository/gitphp/_blob.scss +48 −3 Go to diff View file