Alexey Kudravtsev
c1da4f332c
moved away from openapi
2014-05-29 13:22:55 +04:00
Alexey Kudravtsev
4bf725a53c
moved away from java-impl
2014-05-29 13:22:54 +04:00
peter
1443a9fee8
IDEA-125137 Click on failed unit test console output to navigate to test fails when using Groovy test name with '()' in test method name
2014-05-26 19:16:41 +02:00
Dmitry Avdeev
7b308abbe7
EA-54820 - assert: ClassMappingNameConverter.getVariants: fixed
2014-05-23 13:24:59 +04:00
Dmitry Avdeev
fd94f78aed
EA-54820 - assert: ClassMappingNameConverter.getVariants: diagnostics
2014-05-23 13:00:35 +04:00
Konstantin Bulenkov
bee86ca40a
new Pair<TypeA, TypeB>(a, b) -> Pair.create(a, b)
2014-05-08 15:15:33 +02:00
Roman Shevchenko
0b888e543c
IDEA-122914 (unclosed zip files)
2014-05-05 16:20:08 +04:00
peter
1b55349adc
faster invalid line number detection in console exception filter (IDEA-124626)
2014-05-01 19:57:04 +02:00
Alexey Kudravtsev
3a294e97b0
removed unused component methods
2014-04-23 12:48:38 +04:00
Dmitry Avdeev
c8c92e94bd
IDEA-123691 Minor project wizard edits: more reliable sorting
2014-04-14 17:11:56 +04:00
Roman Shevchenko
d35ae28843
IDEA-122914 (unclosed ZipFile: JarFile usages)
2014-04-10 19:47:40 +02:00
Dmitry Avdeev
c807e88de1
IDEA-123691 Minor project wizard edits: project type list refactored
2014-04-10 18:46:47 +04:00
Egor.Ushakov
3b538ef97b
made filters table cells editable
2014-03-18 12:30:00 +04:00
Egor.Ushakov
c388cfadf6
more clear breakpoint serialization format
2014-02-27 20:54:49 +04:00
Egor.Ushakov
b903d1071a
java move to xbreakpoints 3:
...
- breakpoint properties serialization fixes
- import old java breakpoint
- leave a copy for backward compatibility
2014-02-27 20:54:44 +04:00
Alexey Kudravtsev
2f69c1e1e2
notnull
2014-02-26 15:47:36 +04:00
Alexey Kudravtsev
1490fb8b65
moved back to analysis
2014-02-25 15:06:39 +04:00
Dmitry Avdeev and Dmitry Avdeev
d475a7863f
cleanup
2014-02-17 16:26:36 +04:00
peter
279e8a1dad
remove unused PomJavaAspect
2014-02-14 17:20:01 +01:00
peter
906efb7909
cache classes and files in console exception filter
2014-02-04 15:27:16 +01:00
Egor.Ushakov
b5c312d118
chronon class filters requires dot as delimiter
2014-01-30 17:51:30 +04:00
Vladimir Krivosheev
da7f771df8
TableUtil.setupCheckboxColumn
2014-01-03 18:20:25 +01:00
Alexey Kudravtsev
601c3d4d09
diag for EA-51660 - IAE: SuppressManagerImpl.createSuppressActions
2013-12-10 15:19:53 +04:00
Alexey Kudravtsev
bd0530a66e
javadoc
2013-12-10 15:19:51 +04:00
Dmitry Avdeev
a776fa89b6
EA-52324 - assert: ClassMappingNameConverter.getVariants: diagnostics
2013-12-02 14:05:59 +04:00
nik
414a185e2e
fixed clicking on stacktrace links in console when several classes are found: prefer modules over libraries, show popup if necessary (IDEA-52913)
2013-11-27 09:49:51 +04:00
Roman Shevchenko
bc6f0908a7
java: deprecated APIs dropped
2013-11-12 11:11:49 +01:00
Max Medvedev
88509575dc
IDEA-101405 Call hierarchy support for Groovy
2013-11-07 20:42:00 +02:00
Dmitry Avdeev
72ce296e54
IDEA-115074 New Project Wizard: Grails: grails-specific settings are missing
2013-11-05 12:04:48 +04:00
Alexey Kudravtsev
6bdf2d1d39
made fields final, cleanup
2013-11-01 18:07:30 +04:00
nik
ceb5909ec7
methods moved
2013-11-01 17:25:50 +04:00
Yann Cébron
80026720dc
AnnotationAttributeChildLink: remove obsolete psiAnnotation.getText() calls (Stubs now)
2013-10-24 20:42:20 +02:00
Max Medvedev
91e3c30f86
IDEA-114289 Groovy: Pull Members Up: 'implements library interface' clause is not suggested it 'Members to be pulled up' list
2013-10-24 15:39:40 +04:00
Dmitry Avdeev
3ab2bad21d
frameworks support step suppressed for ruby and python
2013-10-22 16:12:15 +04:00
Dmitry Avdeev
86ad4d8cee
old wizard fixed
2013-10-22 12:33:26 +04:00
Dmitry Avdeev
77592aeb1c
IDEA-115056 NewProjectWizard: for Flash module, no specific settings are available
2013-10-21 16:30:03 +04:00
peter
ee4e642802
don't clone text attributes for each console hyperlink (IDEA-114275)
2013-10-20 17:16:10 +02:00
Alexey Kudravtsev
d9b6c0fd40
moved to psi
2013-10-09 13:51:29 +04:00
Alexey Kudravtsev
f8c15cf528
moved to psi
2013-10-09 13:51:28 +04:00
Alexey Kudravtsev
be67ccee95
moved highlighters to java-psi
2013-09-26 14:53:57 +04:00
nik
64055b1760
resource roots: show 'out of source' icon for java files under resource roots
2013-09-12 09:13:53 +04:00
Max Medvedev
30889b483c
pluggable EncapsulateFields refactoring
2013-09-04 18:53:36 -07:00
Alexey Kudravtsev
a56c7b1535
editor api modules refactoring:
...
- editor-ui-api module containing public API editor interfaces
- editor-ui-impl module containing editor implementation interfaces
- analysis* modules made dependant on editor-ui* modules
- highlighting classes moved to *analysis* modules
- majority of highlighting quickfixes moved to QuickFixFactory
- injections in GeneralHighlightingPass splitted away to InjectedGeneralHighlightingPass
2013-09-04 14:17:56 +04:00
Alexey Kudravtsev
029295f062
moved to java-psi
2013-08-29 19:44:26 +04:00
Alexey Kudravtsev
7d6de4f7b1
notnull
2013-08-28 20:12:54 +04:00
Alexey Kudravtsev
135e250b6f
notnull, cleanup
2013-08-27 13:19:35 +04:00
Alexey Kudravtsev
6eb65f79ec
moved to psi
2013-08-20 12:24:02 +04:00
Alexey Kudravtsev
7d858f4ca1
notnull
2013-08-20 12:23:58 +04:00
Anna Kozlova
e0f75a31db
IDEA-100392 Allow file template configuration from generate popup
2013-08-16 20:54:07 +04:00
Alexey Kudravtsev
04faafe4d0
moved to psi
2013-08-14 17:37:04 +04:00