[extract method] avoid using EDT in find and replace duplicates

GitOrigin-RevId: cf8b55fa6fbb53da88221b20c7cfc6bb02991723
This commit is contained in:
Alexandr Suhinin
2024-08-06 14:08:04 +03:00
committed by intellij-monorepo-bot
parent a7155c2242
commit 4feb9ddd29
3 changed files with 31 additions and 18 deletions

View File

@@ -796,6 +796,8 @@ extract.method.checkbox.annotate=Annotate
extract.method.checkbox.make.static=Make static
extract.method.checkbox.make.static.and.pass.fields=Make static and pass fields
extract.method.link.label.more.options=More options
extract.method.progress.search.duplicates=Searching for duplicates
extract.method.progress.replace.duplicates=Replacing duplicates
dialog.message.field.doesnt.have.initializer=Field {0} doesn''t have an initializer
dialog.message.replace.duplicates.works.with.constants.only=Replace Duplicates works with constants only
dialog.message.caret.should.be.inside.method.or.constant=Caret should be positioned inside a method or constant