-
-
Notifications
You must be signed in to change notification settings - Fork 448
ATL-1063: Integrated search in workspace into IDE #202
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
Conversation
👍 Even better. Thank you for the review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, here I am again being a pain with my dirty sketches.
- File > Preferences
- Uncheck the box next to "Auto save".
- Click the "OK" button.
- Add the following text to a sketch:
foobar
- Click the search icon in the sidebar.
- In the "Search" field", type
bar
- Click the downward pointing triangle button at the bottom left corner of "Search" field to reveal the "Replace" field.
- In the "Replace" field", type
baz
- in the results section, the expected "foobarbaz" is shown. - Click "foo
barbaz" to open the "Replace Preview" view in the editor. - the right side editor pane only shows "baz", rather than the expected "foobaz"
84459f9
to
58d0a2a
Compare
I have fixed it in Theia and patched the IDE2 for the time being. Please review. |
- Reordered the sidebar views. - Increased the default sidebar width. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
58d0a2a
to
6255ca4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working great now. Thanks Akos!
Signed-off-by: Akos Kitta kittaakos@typefox.io
What it does:
Search
view into the IDE2.Search
view is part of the default layout, so when the user opens a new sketch, theSearch
view (with the magnifier icon. the monitor widget has a similar icon 😕) should be visible on the left sidebar.Board Manager
,Lib Manager
,Debug
,Explorer
(this is hidden),Search
, andOutline
is the order. Then the rest of the views, if any.Please review. Thank you!