Page MenuHomePhabricator

Don't syntax highlight codebase pattern search results
ClosedPublic

Authored by epriestley on Mar 24 2015, 12:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 7:56 PM
Unknown Object (File)
Thu, Dec 12, 12:01 AM
Unknown Object (File)
Wed, Dec 4, 10:41 PM
Unknown Object (File)
Tue, Dec 3, 1:32 AM
Unknown Object (File)
Nov 20 2024, 8:02 PM
Unknown Object (File)
Nov 4 2024, 9:54 AM
Unknown Object (File)
Nov 4 2024, 9:54 AM
Unknown Object (File)
Nov 4 2024, 9:54 AM
Subscribers

Details

Summary

Ref T5644. Ref T7472. Currently, we highlight each line of pattern search results in Diffusion.

  • This is incredibly slow for non-PHP languages which need to shell out to Pygments.
  • A lot of this highlighting isn't very useful anyway, because it doesn't have any context.

Instead, try to highlight pattern matches but don't highlight the source itself.

Test Plan

Screen_Shot_2015-03-24_at_5.56.22_AM.png (1×1 px, 192 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable