anna
aa4e002ea2
IDEA-97888
2012-12-20 17:12:15 +01:00
Eugene Kudelevsky
1e10fd07c2
IDEA-92882 do not force deployment on compatible AVD
2012-12-20 20:07:04 +04:00
peter
db2c916cc2
fix inability to add the first dom element to the collection control, and duplicate "Edit deployment descriptor" actions (IDEA-97589)
2012-12-20 16:52:56 +01:00
Anton Makeev
6d5e0ca116
hardcoded IDEA name in tooltip in Passwords configurable (OC-6051)
2012-12-20 16:44:07 +01:00
Maxim.Mossienko
ceee9c2e53
Apocalypse build splashes for next EAP
...
(cherry-picked from 9e270a0 )
2012-12-20 16:11:46 +01:00
anna
872bbf38a1
separate util-rt path for dynamic.classpath
2012-12-20 15:32:40 +01:00
anna
5a15076bd6
lambda: check lambda return type compatibility before more specific checks (IDEA-97870)
2012-12-20 15:32:39 +01:00
irengrig
9ea9892deb
Merge remote branch 'origin/master'
2012-12-20 18:13:09 +04:00
irengrig
72313c1e75
Merge remote branch 'origin/master'
2012-12-20 18:10:01 +04:00
Evgeny Pasynkov
3d1b092288
Split BaseExternalAnnotationManager to 'BaseExternalAnnotationManager' and 'ReadableExternalAnnotationManager', so it can be used by Kotlin
2012-12-20 15:09:37 +01:00
irengrig
24e296ac27
IDEA-97728 Git branch does not show in commit info
2012-12-20 18:08:20 +04:00
Vassiliy Kudryashov
b364de03da
direct access -> getters (Getters may be overriden by plugins)
2012-12-20 17:10:53 +04:00
peter
404e2312c5
update test expectations (IDEA-96299)
2012-12-20 14:09:30 +01:00
peter
5e21b70d5e
uppercased file names should match lowercased (IDEA-97860)
2012-12-20 14:09:30 +01:00
Dmitry Avdeev
bfe6fc4eba
IDEA-97811 IntelliJ Lockup when having 2 IntelliJ Instances editing handling the same source-code file. [nik]
2012-12-20 17:00:30 +04:00
Alexander Doroshko
69a9d11035
EA-42194
2012-12-20 16:37:22 +04:00
Alexey Kudravtsev
e4d553af66
cleanup
2012-12-20 15:51:34 +04:00
Alexey Kudravtsev
d06e51d4cc
memory
2012-12-20 15:51:33 +04:00
Alexey Kudravtsev
e28c903f9c
IDEA-42391
2012-12-20 15:51:32 +04:00
Alexey Kudravtsev
cdc4d5430e
annotations
2012-12-20 15:51:32 +04:00
Kirill Likhodedov
fc2d885740
[git] Fix setting up tracking on push. IDEA-93510, IDEA-96237
...
* We had compared with an incorrect object (branch.equals(name)), therefore tracking info was never found. (IDEA-93510)
* Add refs/heads/ prefix when setting up tracking. (IDEA-96237)
[reviewed by irengrig]
(cherry-picked from ea6b657)
2012-12-20 15:43:10 +04:00
Kirill Likhodedov
5a85ae04c3
AbstractCommonUpdateAction: add debug logging
...
A user has reported that in his case Update Project doesn't even show the confirmation dialog (although the confirmation is enabled in the settings), let's track where it fails.
[reviewed by irengrig]
(cherry-picked from 4422f58)
2012-12-20 15:43:00 +04:00
Vladimir Krivosheev
7707558328
init WEB-2313
2012-12-20 15:36:28 +04:00
Roman Shevchenko
27c2364d0c
EA-42210 (canonicalize paths before comparing)
2012-12-20 12:33:03 +01:00
anna
c5d85067d0
junit protocol consistency (IDEA-97858)
2012-12-19 21:00:41 +01:00
anna
2e46bf4c2a
allow events processing when old popups are open -> allow to invoke e.g. Ctrl-Q from psi popups (IDEA-93897)
2012-12-19 20:26:31 +01:00
peter
9ba893929e
IDEA-97857 "Generate Groovy Doc" action should have "..." suffix
2012-12-19 20:16:18 +01:00
peter
5eb5b7c98e
preview () at the end of the file
2012-12-19 19:36:34 +01:00
peter
e9b67cad4c
IDEA-97313 @Nullable inspection does not warn on dereferencing @Nullable variable declared in foreach loop
2012-12-19 19:36:33 +01:00
peter
4341bc7222
IDEA-96404 java type inference does not work in for-each template
2012-12-19 19:36:33 +01:00
peter
e4cf80e56c
ftlvariable/vtlvariable to jetbrains dictionary
2012-12-19 19:36:33 +01:00
anna
758cb9bc76
type may be weakened: autoclosable check (IDEA-97188)
2012-12-19 19:23:21 +01:00
anna
2e754a36b4
sort implementations list before model is build (IDEA-97842)
2012-12-19 19:23:20 +01:00
Alexander Lobas
11ec701b43
Renderer
2012-12-19 21:44:17 +04:00
peter
d56903812b
don't suggest null as the most preferable variant (IDEA-97739)
2012-12-19 17:19:44 +01:00
peter
564b6de80e
add some groovyc logging and trim its output (IDEA-94812)
2012-12-19 17:19:44 +01:00
Eugene Zhuravlev
39c7dc7536
remove unnecessary calls
2012-12-19 16:49:06 +01:00
Roman Shevchenko
3699b59447
Deprecate some relics
2012-12-19 16:17:59 +01:00
Kirill Likhodedov
33c7916c26
[git] IDEA-92916 Sometimes Git -> Branches won't bring up the popup
...
* Try to detect the vcs root of the selected file harder, try guessing if nothing has been found.
* Add debug logging for further investigation if needed.
2012-12-19 18:39:49 +04:00
Vassiliy Kudryashov
ed1a43f731
Row height was too small under Mac OS
2012-12-19 18:02:05 +04:00
Denis.Zhdanov
c70426f98f
IDEA-95410 Arrangement: Preserve fold regions on arrangement
...
Unused import is removed
2012-12-19 17:55:16 +04:00
Denis.Zhdanov
49cfd319c0
IDEA-95410 Arrangement: Preserve fold regions on arrangement
...
Move inner classes and interfaces to outer level as they break teamcity compilation (everything works fine locally)
2012-12-19 17:48:53 +04:00
Alexander Lobas
174104458a
Rendering
2012-12-19 17:38:22 +04:00
irengrig
9a1243855c
Merge remote branch 'origin/master'
2012-12-19 17:27:05 +04:00
irengrig
5916f56a5b
IDEA-96932 Subversion 'Show history' performs an 'svn log' call with 'use-merge-history', which can be slow
2012-12-19 17:25:53 +04:00
Denis.Zhdanov
57eef859be
IDEA-97826 Java arrangement: Don't insert unnecessary line feeds for anonymous classes
2012-12-19 16:50:46 +04:00
anna
0f5072ee16
perform refactoring from preview: do not check writable twice; correct writable usages set (IDEA-97458)
2012-12-19 13:38:04 +01:00
Denis.Zhdanov
cb279e7b3f
IDEA-95410 Arrangement: Preserve fold regions on arrangement
2012-12-19 16:24:47 +04:00
irengrig
499c73e2e0
IDEA-54047 Subversion: in CreateBranch dialog browse button doesn't work for Base URL if the working copy lies below the project directory and default VCS mapping is used
2012-12-19 16:15:06 +04:00
irengrig
529240690b
IDEA-54048 Subversion: Create Branch or Tag dialog: if the contents of RepositoryLocation field is cleared, the browse button doesn't work
2012-12-19 15:55:05 +04:00