diff --git a/plugins/ByteCodeViewer/src/META-INF/plugin.xml b/plugins/ByteCodeViewer/src/META-INF/plugin.xml index 23e7fcd3059b..11b22ae2d3de 100644 --- a/plugins/ByteCodeViewer/src/META-INF/plugin.xml +++ b/plugins/ByteCodeViewer/src/META-INF/plugin.xml @@ -1,8 +1,10 @@ - Byte Code Viewer + Bytecode Viewer ByteCodeViewer 0.1 - Viewing java bytecode inside IntelliJ IDEA. + + View | Show Bytecode action for easy inspection of Java bytecode instructions inside IntelliJ IDEA.]]> + JetBrains @@ -17,7 +19,7 @@ - + diff --git a/plugins/ByteCodeViewer/src/com/intellij/byteCodeViewer/ByteCodeViewerManager.java b/plugins/ByteCodeViewer/src/com/intellij/byteCodeViewer/ByteCodeViewerManager.java index 91120935b43c..8b79409bd96d 100644 --- a/plugins/ByteCodeViewer/src/com/intellij/byteCodeViewer/ByteCodeViewerManager.java +++ b/plugins/ByteCodeViewer/src/com/intellij/byteCodeViewer/ByteCodeViewerManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -55,7 +55,7 @@ public class ByteCodeViewerManager extends DockablePopupManager