forked from eclipse-platform/eclipse.platform.ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Mw find replace overlay #5
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
Open
Wittmaxi
wants to merge
23
commits into
master
Choose a base branch
from
MW_FindReplace_Overlay
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9298054 to
38db5ef
Compare
38db5ef to
334b8d6
Compare
|
From my point of view, the state it great for presenting it to the community. There is only one little thing I would propose to address before submitting a draft PR to discuss the implementation.
And there are two minor additions that you should put on the list to be tracked to be addressed later (and mentioned in the initial PR):
|
b5cd48f to
659b102
Compare
659b102 to
0455efe
Compare
fae805d to
f975bc4
Compare
f975bc4 to
0e9bd7c
Compare
8910b98 to
2481a86
Compare
8a2fafd to
0e22e4b
Compare
df51067 to
8ad526d
Compare
The API filter added for the AbstractTreeViewer for the 4.32 release became obsolete when moving to the 4.33 stream. This change removes the now obsolete filter. See eclipse-platform#1072
808bea1 to
4f855bb
Compare
Removes the beep which is issued after some unsuccessful operations in the find/replace dialog. fixes eclipse-platform#1908
3b16b9e to
1951145
Compare
'The method newInstance() from the type Class<capture#3-of ?> is deprecated since version 9' tested by org.eclipse.e4.ui.tests.css.core.parser.ValueTest
…eclipse-platform#1895 This reverts commit 8abe1b1. The PreferenceDialog has a custom size calculation that tries to adapt to the current page. That contradicts using the the former size eclipse-platform#1895
The `IFileInfo.toString()` isn't intended to be shown to user, it has no information interesting for users. The `IFileStore.toString()` should be used in cases if information about deleted resources need to be shown in UI. Additionally changed dialog wording to not use "location" and be more clear about what's going on. Fixes eclipse-platform/eclipse.platform#1404
1951145 to
dac9ac8
Compare
When registering a link handler on macOS the info.plist file of the eclipse application needs to be changed. If the eclipse application is signed this breaks the signature of the eclipse application. Breaking the signature has the effect that the eclipse application cannot be started any more (at least after an reboot of the operating system). This means we cannot register any additional link handlers at runtime for signed macOS applications. Changes the behavior for singed macOS applications to the following: - Don't run automatic registration at startup of the application - Disable the "Apply" function on the "Link Handlers" preference page - Show error message on the "Link Handlers" preference page
'The method isAccessible() from the type AccessibleObject is deprecated since version 9' tested with WorkbenchThemeChangedHandlerTest, org.eclipse.ui.tests.commands.HelpContextIdTest.testHelpContextId()
dac9ac8 to
9a694fc
Compare
9a694fc to
21f43d3
Compare
This PR implements and tests a find/replace dialog which can be overlayed on top of the editor. The overlay uses the FindReplaceLogic which is also used by the existing find/replace dialog. The overlay can be enabled and disabled in the preferences. eclipse-platform#1090
21f43d3 to
3a2e413
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


No description provided.