Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight similar text dpends on search settings #106570

Closed
BMBurstein opened this issue Sep 13, 2020 · 4 comments
Closed

Highlight similar text dpends on search settings #106570

BMBurstein opened this issue Sep 13, 2020 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-core Editor basic functionality insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@BMBurstein
Copy link
Contributor

Issue Type: Bug

When I double-click or otherwise highlight some text, similar text is marked throught the file. Which text exactly get marked dpends on the search settings that are active at the moment, but they are not displayed in any way for adjusting.

For example, create a new file with this text:

for
fork
For

Highlight the "for" on the first line - the other 2 "for"s are marked. Now press Ctrl-F and set either "Match case" or "Match whole word". Now close the search box and highlight the "for" again. Whetever settings were set in the search box are applied here as well, but there is no visibale indication of what they are or way to set them without opening the search box again.

VS Code version: Code 1.49.0 (e790b93, 2020-09-10T13:22:08.892Z)
OS version: Windows_NT x64 10.0.18362
Remote OS version: Linux x64 4.9.0-0.bpo.6-amd64

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (8 x 1896)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.85GB (6.57GB free)
Process Argv
Screen Reader no
VM 0%
Item Value
Remote SSH: mews7748
OS Linux x64 4.9.0-0.bpo.6-amd64
CPUs Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (8 x 2258)
Memory (System) 15.54GB (3.63GB free)
VM 0%
Extensions (9)
Extension Author (truncated) Version
remote-ssh ms- 0.51.0
remote-ssh-edit ms- 0.51.0
material-icon-theme PKi 4.3.0
gitlens eam 10.2.2
todo-tree Gru 0.0.178
me-vscode ME- 0.0.9
git-graph mhu 1.25.0
cpptools ms- 0.30.0-insiders5
hexeditor ms- 1.3.0
@roblourens roblourens assigned rebornix and unassigned roblourens Sep 13, 2020
@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug editor-core Editor basic functionality labels Sep 24, 2020
@rebornix rebornix added this to the November 2020 milestone Nov 11, 2020
meganrogge pushed a commit that referenced this issue Nov 18, 2020
@ArturoDent
Copy link

I see the Find options on-screen for a short time but I think the time it stays on-screen needs to be extended. If I want to mouse over there and change options it usually has disappeared before I get there. It seems to be there for only two seconds.

Version: 1.52.0-insider (user setup)
Commit: caf01ba
Date: 2020-11-20T07:41:44.570Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.20262

@RaulDurand
Copy link

I see the Find options on-screen for a short time but I think the time it stays on-screen needs to be extended. If I want to mouse over there and change options it usually has disappeared before I get there. It seems to be there for only two seconds.

However the "find options" are not visible at all when you are just selecting some text and look for similar text.

@ArturoDent
Copy link

Yes, they are in the Insiders' Build - upper right corner.

@rzhao271
Copy link
Contributor

rzhao271 commented Dec 2, 2020

@ArturoDent please file a new bug for that issue.

@rzhao271 rzhao271 added the verified Verification succeeded label Dec 2, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug editor-core Editor basic functionality insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

7 participants
@roblourens @rebornix @BMBurstein @rzhao271 @RaulDurand @ArturoDent and others