mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-refactoring] IDEA-375998 Remove GotIt-tooltips for 'extract method'
GitOrigin-RevId: 30715778265304d2e5ae94fd201cdbae522e51aa
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e385eee9a7
commit
4739aa77bd
@@ -806,10 +806,6 @@ dialog.message.field.doesnt.have.initializer=Field {0} doesn''t have an initiali
|
||||
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
|
||||
inline.object.command.name=Inline Object
|
||||
extract.method.gotit.signature.header=Change the method signature
|
||||
extract.method.gotit.signature.message=<html><p style=''margin-bottom:3px;''>1. Edit the signature</p><p style=''margin-bottom:3px;''>2. Update usages: click the icon in the gutter or press {0}</p><p><font color=gray>To reorder parameters, use {1} or {2}.</font></p></html>
|
||||
extract.method.gotit.navigation.header=Looking to change the method signature?
|
||||
extract.method.gotit.navigation.message=Go to the method declaration to do it:<br/>{0} the method name or press {1}.
|
||||
introduce.variable.no.matching.occurrences=No matching occurrences
|
||||
inline.super.no.inheritors.warning.message=Cannot inline class without inheritors
|
||||
inline.superclass.foreign.language.conflict.message=Cannot inline to {0}
|
||||
|
||||
Reference in New Issue
Block a user