Yaroslav Lepenkin
4e78447b73
Options: Place new line after '(' and "Place line before ')' works only if parameter list is wrapped.
2015-04-21 18:27:17 +03:00
Yaroslav Lepenkin
436dcdce22
Do not guess that options expression list is multiline when options "place new line after ( " or "place on new line )" are on.
2015-04-21 18:27:16 +03:00
Yaroslav Lepenkin
4dc4e97318
Do not wrap nested method call parameters, if wrap on parent method call parameters produces result not exceeding right margin
2015-04-21 18:27:16 +03:00
peter
fea3ba33c3
java resolve: fast track in TypeCorrector for raw class types
2015-04-21 16:59:37 +02:00
peter
0f5d801fff
java resolve: cache class super types corrected by resolve scope
2015-04-21 16:59:37 +02:00
peter
73335b28b3
devkit: cache Language inheritors to avoid expensive search for every reference
2015-04-21 16:59:36 +02:00
Vladimir Krivosheev
689d2f5639
IDEA-138039 Eclipse import: Unix file system: user library gets wrong paths
2015-04-21 16:57:53 +02:00
irengrig
9b96cd4e8e
Merge remote-tracking branch 'origin/master'
2015-04-21 16:48:52 +02:00
irengrig
b70d1c6d32
code style import: refactor to allow custom pre-import settings dialog
...
eclipse importer refactored
2015-04-21 16:45:29 +02:00
Maxim.Mossienko
b742e0f7cc
[performance] process couple of files out of other projects during forceUpdate, helping to make dirty set empty eventually (r=Peter.Gromov)
2015-04-21 16:45:21 +02:00
Kirill Likhodedov
51a5209ca1
[vcs] IDEA-77338 Perform "Add to VCS" under a modal progress
...
Modal is not perfect, but Backgroundable is not possible now as it
would require passing a callback to scheduleUnversionedFilesForAddition
which is an API change.
2015-04-21 17:41:30 +03:00
Dmitry Avdeev
bde6311c8c
IDEA-42074 Code completion for <beans>'s attributes should base on the attribute
2015-04-21 16:24:56 +03:00
Vladislav.Soroka
8203447b4b
maven: dispose maven console during the tab removal
...
related issue: https://youtrack.jetbrains.com/issue/IDEA-139150
2015-04-21 16:06:24 +03:00
Ilya.Kazakevich
6ff205bbc7
Merge remote-tracking branch 'origin/master'
2015-04-21 15:51:26 +03:00
Ilya.Kazakevich
2a6ea8c787
CommandLineReferenceContributor now skips all languages but CommandLine (fix by Yann Cebron)
2015-04-21 15:50:27 +03:00
Dmitry Avdeev
203cd48b21
avoid re-setting default task properties probably causing daemon restart
2015-04-21 15:36:40 +03:00
Eugene Zhuravlev
095ceeacf3
disposed check
2015-04-21 14:31:47 +02:00
Vladimir Krivosheev
56df9a1573
fix error of component store impl log debug enabled
2015-04-21 14:19:19 +02:00
Vladimir Krivosheev
591969cc2b
cleanup
2015-04-21 14:19:18 +02:00
Roman Shevchenko
95d277ff6c
IDEA-95271 (no one expects notifications to be sent to the default project)
2015-04-21 14:18:19 +02:00
Mikhail Golubev
fbbf4dcade
PY-15656 Insert closing parenthesis of parameter list right after opening one if there are no parameters
2015-04-21 15:14:26 +03:00
Mikhail Golubev
246fcae221
PY-15653 Better handling of class definitions with the list of base classes but no name node
2015-04-21 15:14:26 +03:00
Mikhail Golubev
3f519db066
PY-15653 Smart enter works better in case of function and class definitions without name element
2015-04-21 15:14:25 +03:00
Mikhail Golubev
6794f3299c
PY-15653 Do not consume open parenthesis after missing identifier in class and function headers
2015-04-21 15:14:25 +03:00
Mikhail Golubev
c1ed100ca8
PY-15640 Ignore smart enter fixers in case of empty PyFunction created only to wrap list of decorators
2015-04-21 15:14:25 +03:00
Dmitry Trofimov
b7695fb678
Merge remote-tracking branch 'origin/master'
2015-04-21 14:11:03 +02:00
Dmitry Avdeev
fd1e745198
IDEA-42074 Code completion for <beans>'s attributes should base on the attribute: schemaLocation support
2015-04-21 15:02:10 +03:00
Dmitry Avdeev
59a988263e
cleanup
2015-04-21 15:02:08 +03:00
Dmitry Avdeev
a830bbc2e7
cleanup
2015-04-21 15:02:06 +03:00
Dmitry Avdeev
aabeed1f31
cleanup
2015-04-21 15:02:05 +03:00
Dmitry Avdeev
50a383585d
sentence capitalization for familyName
2015-04-21 15:02:04 +03:00
Eugene Zhuravlev
4ba05e2c09
ensure output is flushed in EDT
2015-04-21 13:50:40 +02:00
Alexey Kudravtsev
e7bd68e07c
compilation
2015-04-21 14:25:39 +03:00
Alexey Kudravtsev
6425a016cc
more sane API for avoiding leaks in tests
2015-04-21 14:25:37 +03:00
Alexey Kudravtsev
82d1610720
more sane API for avoiding leaks in tests
2015-04-21 14:25:36 +03:00
Alexey Kudravtsev
52c3ce11e5
more sane API for avoiding leaks in tests
2015-04-21 14:25:35 +03:00
Alexey Kudravtsev
780bd19447
cleanup
2015-04-21 14:25:34 +03:00
Alexey Kudravtsev
b9fc3a6d05
thread safety
2015-04-21 14:25:33 +03:00
Alexey Kudravtsev
1d96ffead0
notnull
2015-04-21 14:25:31 +03:00
Alexey Kudravtsev
6fa018d386
comment
2015-04-21 14:25:30 +03:00
Kirill Likhodedov
f301e4c08c
IDEA-139441 add ellipsis to the action name
2015-04-21 14:03:27 +03:00
irengrig
c2b631de28
jscs: first sketch on code style settings importing. allow several file extensions for config file
2015-04-21 13:00:39 +02:00
Dmitry Trofimov
759284d4ec
Merge remote-tracking branch 'origin/master'
2015-04-21 12:35:20 +02:00
Vassiliy.Kudryashov
6dfac8f29a
IDEA-116486 Option to link console font setting to editor wanted
...
i18n
2015-04-21 13:11:08 +03:00
Vladimir Krivosheev
9e3eef2fab
IDEA-CR-2409 don't use own cache and sync — pico container is enough
2015-04-21 11:56:24 +02:00
Vassiliy.Kudryashov
e14517ecf1
IDEA-116486 Option to link console font setting to editor wanted
2015-04-21 12:50:01 +03:00
Dmitry Batrak
32b75b720b
IDEA-139261 caret moved to wrong offset
2015-04-21 11:54:48 +03:00
Vladimir Krivosheev
a3c084b553
fix mime-types
2015-04-21 10:30:09 +02:00
peter
cdbef84599
use caching findClass when resolving cls references
2015-04-21 10:13:33 +02:00
Dmitry Batrak
cc23d3a898
IDEA-139316 Copy Action in the Console search field does not work properly
2015-04-21 11:11:44 +03:00