atom-minimap / minimap

A preview of the full source code.
https://atom.io/packages/minimap
MIT License
646 stars 129 forks source link

minimap-find-and-replace and minimap-highlight-selected does not work #289

Closed yar0d closed 9 years ago

yar0d commented 9 years ago

Plugins minimap-highlight-selected and minimap-find-and-replace does not display highlight in minimap. They are not shown in plugins control menu. But they appears in minimap settings "Plugins *"

$ apm list
Built-in Atom packages (84)
├── archive-view@0.50.0
├── atom-dark-syntax@0.26.0
├── atom-dark-ui@0.47.0
├── atom-light-syntax@0.26.0
├── atom-light-ui@0.41.0
├── autocomplete@0.44.0
├── autoflow@0.22.0
├── autosave@0.20.0
├── background-tips@0.23.0
├── base16-tomorrow-dark-theme@0.25.0
├── base16-tomorrow-light-theme@0.8.0
├── bookmarks@0.35.0
├── bracket-matcher@0.71.0
├── command-palette@0.34.0
├── deprecation-cop@0.37.0
├── dev-live-reload@0.41.0
├── encoding-selector@0.18.0
├── exception-reporting@0.24.0
├── find-and-replace@0.157.0
├── fuzzy-finder@0.67.0
├── git-diff@0.52.0
├── go-to-line@0.30.0
├── grammar-selector@0.45.0
├── image-view@0.49.0
├── incompatible-packages@0.22.0
├── keybinding-resolver@0.29.0
├── language-c@0.40.0
├── language-clojure@0.12.0
├── language-coffee-script@0.39.0
├── language-csharp@0.5.0
├── language-css@0.28.0
├── language-gfm@0.64.0
├── language-git@0.10.0
├── language-go@0.21.0
├── language-html@0.29.0
├── language-hyperlink@0.12.2
├── language-java@0.14.0
├── language-javascript@0.57.0
├── language-json@0.12.0
├── language-less@0.24.0
├── language-make@0.13.0
├── language-mustache@0.11.0
├── language-objective-c@0.15.0
├── language-perl@0.10.0
├── language-php@0.20.0
├── language-property-list@0.8.0
├── language-python@0.32.0
├── language-ruby@0.48.0
├── language-ruby-on-rails@0.19.0
├── language-sass@0.34.0
├── language-shellscript@0.12.0
├── language-source@0.9.0
├── language-sql@0.14.0
├── language-text@0.6.0
├── language-todo@0.16.0
├── language-toml@0.15.0
├── language-xml@0.28.0
├── language-yaml@0.22.0
├── link@0.30.0
├── markdown-preview@0.137.0
├── metrics@0.45.0
├── notifications@0.28.0
├── one-dark-syntax@0.3.0
├── one-dark-ui@0.5.0
├── one-light-syntax@0.4.0
├── one-light-ui@0.4.0
├── open-on-github@0.32.0
├── package-generator@0.38.0
├── release-notes@0.51.0
├── settings-view@0.183.0
├── snippets@0.75.0
├── solarized-dark-syntax@0.32.0
├── solarized-light-syntax@0.19.0
├── spell-check@0.54.0
├── status-bar@0.60.0
├── styleguide@0.44.0
├── symbols-view@0.83.0
├── tabs@0.67.0
├── timecop@0.30.0
├── tree-view@0.160.0
├── update-package-dependencies@0.8.0
├── welcome@0.24.0
├── whitespace@0.29.0
└── wrap-guide@0.31.0

/home/yar0d/.atom/packages (11)
├── autocomplete-plus@2.2.0
├── highlight-selected@0.9.1
├── language-ejs@0.1.0
├── linter@0.12.0
├── linter-jshint@0.1.0
├── linter-less@0.3.1
├── minimap@4.3.1
├── minimap-find-and-replace@4.2.0
├── minimap-highlight-selected@4.2.0
├── seti-syntax@0.3.3
└── seti-ui@0.6.3
abe33 commented 9 years ago

Looks like you got the same issue as https://github.com/atom-minimap/minimap-find-and-replace/issues/5

It's my fault for not having defined the same engine restrictions on the plugin as on the minimap. I'm not sure I can fix this now so my advice would be to update you Atom version to 0.184 so that you can get the minimap update to 4.5. Otherwise you'll have to downgrade the plugins as I explains in the issue I linked above.

abe33 commented 9 years ago

Closing it because there's nothing we can do now.