@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prevent Line Numbers in Diffusion being copied as Tabs

Summary: Marks Line Numbers in Diffusion File Preview as unselectable

Test Plan:
- Select multiple Lines from a File Preview in Diffusion
- Copy them into a Text Editor
- The Leading Tabs should no longer included

Reviewers: O1 Blessed Committers, speck, Ekubischta

Reviewed By: O1 Blessed Committers, speck, Ekubischta

Subscribers: Ekubischta, speck, tobiaswiese, valerio.bozzolan

Differential Revision: https://we.phorge.it/D25024

authored by

Leon Eckardt and committed by
Matthew Bowker
69b2710a a16e8773

+4 -2
+2 -2
resources/celerity/map.php
··· 121 121 'rsrc/css/fuel/fuel-handle-list.css' => '2c4cbeca', 122 122 'rsrc/css/fuel/fuel-map.css' => 'd6e31510', 123 123 'rsrc/css/fuel/fuel-menu.css' => '21f5d199', 124 - 'rsrc/css/layout/phabricator-source-code-view.css' => '03d7ac28', 124 + 'rsrc/css/layout/phabricator-source-code-view.css' => '6b31244f', 125 125 'rsrc/css/phui/button/phui-button-bar.css' => 'a4aa75c4', 126 126 'rsrc/css/phui/button/phui-button-simple.css' => '1ff278aa', 127 127 'rsrc/css/phui/button/phui-button.css' => 'ea704902', ··· 803 803 'phabricator-search-results-css' => '9ea70ace', 804 804 'phabricator-shaped-request' => '995f5102', 805 805 'phabricator-slowvote-css' => '1694baed', 806 - 'phabricator-source-code-view-css' => '03d7ac28', 806 + 'phabricator-source-code-view-css' => '6b31244f', 807 807 'phabricator-standard-page-view' => 'a374f94c', 808 808 'phabricator-textareautils' => 'f340a484', 809 809 'phabricator-title' => '43bc9360',
+2
webroot/rsrc/css/layout/phabricator-source-code-view.css
··· 25 25 border-right: 1px solid {$paste.border}; 26 26 color: {$sh-yellowtext}; 27 27 white-space: nowrap; 28 + -webkit-user-select: none; 29 + user-select: none; 28 30 } 29 31 30 32 .phabricator-source-line > a::before {