Skip to content

A plugin that adds Diff View's highlighting to the Minimap view, making it easier to find differences throughout file versions in Pulsar. Fork of minimap-split-diff

License

Notifications You must be signed in to change notification settings

nox999/minimap-diff-view

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimap-diff-view package

A plugin that adds Diff View's highlighting to the Minimap view, making it easier to find differences throughout file versions in Pulsar.

Minimap Diff View plugin in action

Instalation

Close Pulsar. Copy the package to %USERPROFILE%\.pulsar\packages (Windows) or ~\.pulsar\packages (Linux) and run ppm install in the package's folder.

Customization

The highlighting for this package uses global UI variables defined in your syntax theme. The variables are @syntax-color-added, @syntax-color-removed, and @syntax-color-modified. Make sure your theme defines these, so it is compatible with this package!

To override these colors in your styles.less, write selectors for .minimap .added, .minimap .removed, and/or .minimap .selected. For instance:

.minimap .added {
  background: blue !important;
}

Notes

Both the Diff View and Minimap packages must also be installed and enabled in Pulsar for this package to work.

Credits

Fork of minimap-split-diff.

About

A plugin that adds Diff View's highlighting to the Minimap view, making it easier to find differences throughout file versions in Pulsar. Fork of minimap-split-diff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 91.3%
  • Less 8.7%