Commit Graph

60 Commits

Author SHA1 Message Date
Dmitry Jemerov
ab42722ce5 Use FileTypeRegistry.isFileOfType() instead of file type equality checks (2)
GitOrigin-RevId: 9cf021142cdd4897aa47934563a85874617c710d
2019-06-16 07:22:52 +03:00
Rustam Vishnyakov
123242c4b2 EditorConfig documentation test
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
2019-06-16 04:03:21 +03:00
Egor Zhdan
c1813cfb52 Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-16 04:02:08 +03:00
Eldar Abusalimov
1120c30a56 Merge remote-tracking branch 'origin/master' into eldar/cidr-debugger
# Conflicts:
#	CIDR/clion/src/com/jetbrains/cidr/cpp/toolchains/MSVC.java

GitOrigin-RevId: f3593b526d1870f32b3f1451cab0c6a653e5beb5
2019-06-16 03:01:38 +03:00
Dmitry Jemerov
18620631e0 Use FileTypeRegistry.isFileOfType() instead of file type equality checks (2)
GitOrigin-RevId: 9cf021142cdd4897aa47934563a85874617c710d
2019-06-13 16:24:34 +03:00
Anna Kozlova
91f7445298 constructor reference: don't ignore constructor parameters during method reference inference (IDEA-185578)
GitOrigin-RevId: e836468e05db28157713e9edd3c70382f8ecdebc
2019-06-13 03:15:49 +03:00
Egor Zhdan
39d2d77155 Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-13 03:14:35 +03:00
nik
276bfae986 java plugin: add explicit dependencies on com.intellij.modules.java to the plugins which depend on Java support
This is needed to properly setup classloaders for these plugins when Java support is extracted to a plugin (IDEA-195719).

GitOrigin-RevId: 9d63ae41518f8a0d6372add820d4f5ca132a5e26
2019-05-28 18:10:02 +03:00
Yann Cébron
f8b0206a76 plugin.xml: remove redundant 'serviceInterface' attribute (IDEA-202010) 2019-04-18 17:37:36 +02:00
Dmitry Jemerov
99849e4179 Cleaning up plugin names and descriptions (IDEA-86627) 2019-04-16 19:34:39 +02:00
Egor Ushakov
9181d2a885 show bytecode for anonymous classes 2019-03-07 13:29:09 +03:00
Alexander Zolotov
aab264bb0b Delete version tags from plugin.xml files
They don't make any sense since
- they are not required for bundled plugins (com.intellij.ide.plugins.IdeaPluginDescriptorImpl#myVersion will be filled with IDE version)
- they will be overwritten during the build for pluginsToPublish (org.jetbrains.intellij.build.impl.DistributionJARsBuilder#setPluginVersionAndSince)

Still they may affect plugins loading mechanism, e.g. see https://youtrack.jetbrains.com/issue/GO-6741 or https://youtrack.jetbrains.com/issue/IDEA-188964
2019-01-18 15:59:46 +03:00
Roman Shevchenko
c1da093885 [bytecode viewer] simplifies bytecode loader and makes it work with Scala binaries
When Scala plugin is enabled, decompiled Scala .class files do not implement 'PsiCompiledElement'; checking the file type is more reliable way.
2018-12-19 11:55:02 +01:00
Alexey Kudravtsev
addc9a7045 cleanup: use try with resources 2018-12-14 13:52:52 +03:00
Alexey Kudravtsev
1a59715f9c remove unnecessary soroka's @since 2018-10-18 15:06:20 +03:00
Vladimir Krivosheev
bd202ecfc7 add override 2018-08-14 17:49:34 +02:00
Alexey Kudravtsev
a2783ed229 annotated AnActionEvent parameter @NotNull 2018-08-06 15:29:49 +03:00
Anna.Kozlova
8a558a81c6 show byte code: assign preview icon 2018-05-15 17:12:27 +02:00
Anna.Kozlova
9ba8627b09 ensure byte code viewer works in Project view, make focusable
IDEA-185007; IDEA-188549
2018-03-20 12:54:02 +01:00
Dennis Ushakov
6bc9653799 Merge remote-tracking branch 'origin/master' 2018-01-25 15:02:20 +03:00
nik
c9620ce099 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Update *.iml files.
2018-01-25 12:59:02 +03:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00
Dennis Ushakov
7c60edabcb WEB-21129: move auto-update to the gear icon 2018-01-23 18:19:19 +03:00
Denis Fokin
7b821d6710 IDEA-185007 No find in bytecode view 2018-01-17 12:35:08 +03:00
Anna.Kozlova
d9c98c9537 try to find containing class by range in navigation (IDEA-175907) 2017-07-18 14:32:41 +02:00
Alexey Kudravtsev
a529b702ed Logger.getInstance("#" + class.name) simplified 2017-04-21 16:06:02 +03:00
Roman Shevchenko
504dfa39da Cleanup (warning) 2017-01-02 14:06:47 +01:00
Anna.Kozlova
d5d924af25 show bytecode: enable outside class in one-class file, add explanation for multiclass files (IDEA-165595) 2016-12-20 20:49:09 +01:00
Yann Cébron
81d29f9bd5 Plugin descriptors: remove deprecated attribute idea-plugin@version (IDEA-163694) 2016-11-11 17:08:58 +01:00
Anna.Kozlova
92ad8f3bd4 expose class file by given source class 2016-11-08 19:25:56 +01:00
Roman Shevchenko
65ecef075b Cleanup (ASM library name) 2016-07-07 12:00:36 +02:00
Roman Shevchenko
7c2cb465cd [java] navigation around decompiled code
Fixes IDEA-157772; reduces the number of cases where PsiCompiledFile check is necessary.
2016-07-01 15:43:42 +03:00
Egor.Ushakov
0ace3c5330 open anonymous classes inside the decompiled code 2016-06-02 21:23:51 +03:00
Konstantin Bulenkov
2315d8be92 simplify getting project from AnActionEvent 2016-05-24 01:52:46 +02:00
Anna.Kozlova
36ee7203f6 anonym -> lambda 2016-05-18 12:04:12 +02:00
Sergey Malenkov
cbdf599813 IDEA-142106 Quick documentation popup always minimized
Use different dimension keys for different content
2016-02-11 14:27:06 +03:00
Anna Kozlova
3432ad8fa0 EA-78284 - IAE: ClassUtil.getJVMClassName 2016-01-26 17:30:03 +03:00
nik
65d50f97c9 don't specify ITNReporter as errorHandler explicitly, it is automatically used for exception from plugins which vendor is JetBrains 2015-12-17 12:11:27 +03:00
Anna Kozlova
d179771eba allow 'wrong' separators in byte code viewer 2015-09-22 22:09:12 +03:00
Egor.Ushakov
7eca470e70 fixed lines mapping in bytecode viewer for decompiled code 2015-05-18 15:17:13 +03:00
Anna Kozlova
c59b7e4f6d bytecode viewer: search for inner classes inside libraries relative to library class root (IDEA-135427) 2015-01-21 11:22:10 +01:00
Roman Shevchenko
fcef57a99e bytecode-viewer: consistent wording, better description 2014-10-30 18:56:02 +01:00
Gregory.Shrago
d9f367a3d0 cleanup: drop meaningless setRequestFocusCondition() 2014-08-26 21:28:38 +04:00
Eugene Zhuravlev
29b98dbe5d deleting old make implementation 2014-05-28 15:14:09 +04:00
Anna Kozlova
80dbfb53d2 byte code viewer in same colors as editor 2014-05-27 11:47:08 +04:00
Anna Kozlova
363dc5164c row color for byte code viewer under darcula 2014-05-27 08:59:37 +04:00
Anna Kozlova
94a0eb47bf update bytecode viewer to asm5 2014-03-28 17:42:09 +01:00
Bas Leijdekkers
7a756f61ba better caret row color for darcula 2014-03-22 20:06:35 +01:00
Vladimir Krivosheev
894d4bb9e2 remove duplicated code — DocumentUtil.writeInRunUndoTransparentAction 2014-02-18 15:29:29 +01:00
anna
eb79b67b61 EA-51643 - assert: DataManagerImpl$MyDataContext.getData 2013-11-05 19:51:38 +01:00