We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e5e17 commit e1a808aCopy full SHA for e1a808a
src/main/java/me/bytebeats/polyglot/ui/PolyglotWindow.java
@@ -26,7 +26,7 @@
26
* @author bytebeats
27
* @version 1.0
28
* @email <happychinapc@gmail.com>
29
- * @github https://github.com/bytebeats
+ * @github <a href="https://github.com/bytebeats">bytebeats</a>
30
* @created on 2020/9/5 22:09
31
* @description PolyglotWindow displays window where translation is executed.
32
*/
@@ -242,9 +242,4 @@ private void updateTranslators() {// different translators may support different
242
public boolean shouldBeAvailable(@NotNull Project project) {
243
return true;//is window visible when ide starts up.
244
}
245
-
246
- @Override
247
- public boolean isApplicable(@NotNull Project project) {
248
- return true;
249
- }
250
0 commit comments