1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/differential/view
vrana c0c5b9bb64 Add Edit All link to Differential revision
Summary:
Some text editors support opening multiple files at once.
I've used space as paths separator which may be compatible with some other
editors (I didn't tried any other though).
Note: This approach is incompatible with spaces in paths.
I am fine with changing it to anything else to support such paths or more
editors.
Probably the cleanest solution (yet still incompatible with most editors) would
be to use something like ##editor://open/?file=A&line=1&file=B&line=2## but it
would require also changing the way how it's configured and I think it's not
worth it.
BTW, I've used a hacky bookmarklet for this feature before.

Deleted or added paths may not exist in users filesystem but we don't know which
so the button tries to open everything.

Test Plan:
Click Edit All.
Delete Editor Link in settings, verify that the button is missing.
View diff without revision, verify that the button is missing.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1741
2012-03-01 10:09:32 -08:00
..
addcomment Improved warning message when accepting diff with skipped lint or unit 2012-02-29 22:39:37 -08:00
changesetdetailview Add "buoyant" headers to Differential 2012-02-23 12:26:14 -08:00
changesetlistview Use an inline dialog element for inline comments in Differential 2012-02-29 14:28:48 -08:00
difftableofcontents Add Edit All link to Differential revision 2012-03-01 10:09:32 -08:00
inlinecomment Add "overflow: auto" to all comment boxes 2012-02-19 09:07:35 -08:00
inlinecommentedit Use an inline dialog element for inline comments in Differential 2012-02-29 14:28:48 -08:00
localcommits Display local commit information in Differential 2011-08-31 13:49:50 -07:00
primarypane Allow comment panel to be stuck/unstuck to the bottom of the display 2011-07-08 13:24:20 -07:00
revisioncomment Unify Maniphest + Differential comment styles 2012-02-24 13:02:35 -08:00
revisioncommentlist Break all old differential comment anchors 2012-02-07 15:19:39 -08:00
revisiondetail Hide auxiliary fields that have no value set 2011-12-16 16:49:45 -08:00
revisionlist Drive differential revision list with custom fields 2012-02-20 05:38:21 -08:00
revisionstats Various statistics about revisions at /differential/stats/revisions/ 2012-02-21 12:13:18 -08:00
revisionupdatehistory Use constants in DifferentialRevisionUpdateHistoryView 2012-02-06 11:24:06 -08:00