t9md / atom-quick-highlight

Highlight text quickly
https://atom.io/packages/quick-highlight
MIT License
32 stars 7 forks source link

feature request: make temporary highlight show across panes, just like persistent ones. #28

Closed trusktr closed 6 years ago

trusktr commented 6 years ago

In your screenshots in README, it looks like it highlights across panes. But this doesn't work for me, and I don't see any setting to enable it.

trusktr commented 6 years ago
debug info with package info ```json { "atom": "1.27.1", "platform": "darwin", "release": "17.5.0", "vmpVersion": "1.32.0", "vmpConfig": { "automaticallyEscapeInsertModeOnActivePaneItemChange": true, "keymapYToYankToLastCharacterOfLine": true, "wrapLeftRightMotion": true, "blackholeRegisteredOperators": [], "startInInsertModeScopes": [], "charactersToAddSpaceOnSurround": [], "highlightSearchExcludeScopes": [], "flashOnOperateBlacklist": [] }, "activeCommunityPackages": [ "atom-material-syntax: 1.0.8", "atom-vim-like-tab: 1.5.1", "hey-pane: 1.1.0", "keystroke: 0.4.0", "minimap: 4.29.8", "minimap-quick-highlight: 1.0.1", "one-tab: 0.10.0", "teletype: 0.13.2", "vim-mode-plus: 1.32.0", "vim-mode-plus-keymaps-for-surround: 0.2.1", "language-pug: 0.0.22", "platformio-ide-terminal: 2.8.1", "minimap-highlight-selected: 4.6.1", "highlight-line: 0.12.0", "quick-highlight: 0.13.0" ] } ```
trusktr commented 6 years ago

Oh, I see!!! I have to call the Toggle command to make it explicit, while selecting a word only does it temporarily in the current file. Got it.

Maybe the preview should also highlight across panes, that'd be very helpful for temporary visual information. I've updated the title.

trusktr commented 6 years ago

Basically, the temporary feature would be much like the highligh-selected plugin, where you can double click a word and see it highlighted across panes immediately. This is helpful for temporary visual inspection.

EDIT: Well, I guess, I can just use this and highlight-selected at the same time! That works! :)

Thanks for this!