mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
rename 'Compilation' to 'Build'
This commit is contained in:
@@ -323,7 +323,7 @@ public class CompilerTester {
|
||||
}
|
||||
|
||||
private static boolean isSpamMessage(String text) {
|
||||
return text.contains("Compilation completed successfully") ||
|
||||
return text.contains(CompilerBundle.message("status.compilation.completed.successfully")) ||
|
||||
text.contains("used to compile") ||
|
||||
text.contains("illegal reflective") ||
|
||||
text.contains("Picked up") ||
|
||||
|
||||
+1
-1
@@ -89,7 +89,7 @@ public class NotificationTestAction extends AnAction implements DumbAware {
|
||||
Action toolwindow = new AbstractAction("Toolwindow Examples") {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
setExamples("// Example\nToolwindow\nContent:Compilation completed successfully in 7 s 851 ms\n--\n" +
|
||||
setExamples("// Example\nToolwindow\nContent:Build completed successfully in 7 s 851 ms\n--\n" +
|
||||
"// Description: Notifications shows for toolwindow TODO\n" +
|
||||
"Toolwindow\nType:info/error/warn\nIcon:\nTitle:\n" +
|
||||
"Content:\nContent:\n--\n");
|
||||
|
||||
@@ -56,9 +56,9 @@ compiler.error.failed.to.delete=Failed to delete {0}
|
||||
progress.updating.caches=Updating caches...
|
||||
compiler.content.name.compile=Rebuild
|
||||
compiler.content.name.make=Build
|
||||
status.compilation.completed.successfully.with.warnings=Compilation completed successfully with {0} {0,choice, 0#warnings|1#warning|2#warnings}
|
||||
status.compilation.completed.successfully=Compilation completed successfully
|
||||
status.compilation.completed.successfully.with.warnings.and.errors=Compilation completed with {0} {0,choice, 0#errors|1#error|2#errors} and {1} {1,choice, 0#warnings|1#warning|2#warnings}
|
||||
status.compilation.completed.successfully.with.warnings=Build completed successfully with {0} {0,choice, 0#warnings|1#warning|2#warnings}
|
||||
status.compilation.completed.successfully=Build completed successfully
|
||||
status.compilation.completed.successfully.with.warnings.and.errors=Build completed with {0} {0,choice, 0#errors|1#error|2#errors} and {1} {1,choice, 0#warnings|1#warning|2#warnings}
|
||||
progress.executing.precompile.tasks=Executing pre-compile tasks...
|
||||
progress.executing.postcompile.tasks=Executing post-compile tasks...
|
||||
error.failed.to.create.directory=Failed to create directory {0}
|
||||
|
||||
Reference in New Issue
Block a user