peter
|
baecbfd6c8
|
IDEA-90606 Smart completion misses exception from try-with-resources
|
2012-09-06 17:36:30 +02:00 |
|
peter
|
570dcc898d
|
IDEA-90428 CTRL+ SHIFT + N dialog should show paths relative to content url(not to .idea folder locations)
|
2012-09-06 17:36:30 +02:00 |
|
peter
|
6fedd29557
|
IDEA-90294 Don't use substring match in word completion
|
2012-09-06 17:36:30 +02:00 |
|
peter
|
6fde56aef0
|
IDEA-90636 Overridden/implemented markers are not rendered for methods of library classes without sources
|
2012-09-06 17:36:30 +02:00 |
|
Anna Kozlova
|
2a91b03499
|
testdata for IDEA-90998
|
2012-09-06 19:17:34 +04:00 |
|
Anna Kozlova
|
614b14316b
|
introduce variable from one line lambda transforms body to code block (IDEA-91122)
|
2012-09-06 19:17:11 +04:00 |
|
Anna Kozlova
|
262fcbafad
|
extend lambda valid context: conditional expressions (IDEA-91140)
|
2012-09-06 19:10:16 +04:00 |
|
Anna Kozlova
|
a8ea5d4deb
|
introduce variable from one line lambda transforms body to code block (IDEA-91122)
|
2012-09-06 19:10:15 +04:00 |
|
Vladimir Krivosheev
|
3ee8a858bd
|
continue smart open url
|
2012-09-06 18:51:20 +04:00 |
|
Alexey Kudravtsev
|
2d1e9fc549
|
limit workers to 2
|
2012-09-06 18:31:11 +04:00 |
|
Alexey Kudravtsev
|
47d55ea4e9
|
EA-39010 - IAE: AbstractTreeUi.doSelect
|
2012-09-06 18:31:10 +04:00 |
|
Alexey Kudravtsev
|
d08717949a
|
EA-39002 - assert: GeneralHighlightingPass.findNearestTextRange
|
2012-09-06 18:31:09 +04:00 |
|
Alexey Kudravtsev
|
fd9cca8aa8
|
EA-37170 - NPE: HintManagerImpl.getHintPosition
|
2012-09-06 18:31:08 +04:00 |
|
Eugene Zhuravlev
|
9ae2e44465
|
2 threads seems to be enough to handle build messages from external make process
|
2012-09-06 16:26:16 +02:00 |
|
Vassiliy Kudryashov
|
cf7b3575d6
|
IDEA-89915 Notification on stderror output in Run panel / Console
|
2012-09-06 18:20:54 +04:00 |
|
Kirill Safonov
|
501f370077
|
Jade: create XML-compliant PSI tree when parsing tags and attributes (will help with WI-13002)
|
2012-09-06 17:51:23 +04:00 |
|
Eugene Zhuravlev
|
0498e9ab79
|
fix "too many nio worker threads" problem
|
2012-09-06 15:32:10 +02:00 |
|
Denis.Zhdanov
|
ce2b27315f
|
IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
NPE
|
2012-09-06 17:29:30 +04:00 |
|
peter
|
e4cfc45f55
|
more defined dom assertions (EA-38729)
|
2012-09-06 14:49:44 +02:00 |
|
peter
|
edc96ab0b3
|
more type validity assertions (EA-38796)
|
2012-09-06 14:49:44 +02:00 |
|
peter
|
f802b2d2b3
|
add read action (EA-38836)
|
2012-09-06 14:49:44 +02:00 |
|
peter
|
b39eac0d22
|
invalidated references won't be restored during paste (EA-38895)
|
2012-09-06 14:49:44 +02:00 |
|
peter
|
f3efdc3380
|
all invokeLaters in lookup should have lookup's modality state (EA-38953)
|
2012-09-06 14:49:43 +02:00 |
|
peter
|
11fe208fe6
|
more diagnostics for invalid offset (EA-38976)
|
2012-09-06 14:49:43 +02:00 |
|
peter
|
202b2f90f7
|
more diagnostics for invalid injected editor (EA-38970)
|
2012-09-06 14:49:43 +02:00 |
|
Vassiliy Kudryashov
|
d7b98914c4
|
IDEA-90117 No Rerun possible in Run Window for External Tool
|
2012-09-06 16:48:06 +04:00 |
|
Vassiliy Kudryashov
|
92503b45be
|
IDEA-90117 No Rerun possible in Run Window for External Tool
|
2012-09-06 16:28:06 +04:00 |
|
Anna Kozlova
|
8fde27c6f2
|
control flow for lambda refixed
|
2012-09-06 16:21:09 +04:00 |
|
nik
|
747344f093
|
fixed 'nullize' method
|
2012-09-06 16:18:31 +04:00 |
|
nik
|
f8bfa5fb96
|
fixed paths to testData for jps tests
|
2012-09-06 16:18:31 +04:00 |
|
nik
|
5563b8404d
|
getTestDataPath optimized
|
2012-09-06 16:18:31 +04:00 |
|
Dmitry Avdeev
|
675529ce18
|
IDEA-61055 XML: moving tags up/down wrecks well-formedness
|
2012-09-06 16:10:34 +04:00 |
|
Denis.Zhdanov
|
925f4e12f1
|
IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
1. Correct arrangement settings UI under various LAFs;
2. Reflect LAF change on the fly;
|
2012-09-06 15:52:49 +04:00 |
|
Alexey Kudravtsev
|
3fb80fca9c
|
moved
|
2012-09-06 15:11:56 +04:00 |
|
Anna Kozlova
|
51e044a8f5
|
smart completion in lambda body: decision to insert semicolon based on lambda context and body type (IDEA-91083)
|
2012-09-06 14:59:46 +04:00 |
|
Anna Kozlova
|
1703f863b8
|
lambda: correct control flow for lambda body; additional test for IDEA-91076
|
2012-09-06 14:59:45 +04:00 |
|
Anna Kozlova
|
a06512b331
|
lambda: skip lambda return statements during wrapping method return values (IDEA-91065)
|
2012-09-06 14:59:44 +04:00 |
|
Anna Kozlova
|
7a15a26cf2
|
lambda: correct control flow for lambda body (IDEA-91061)
|
2012-09-06 14:59:43 +04:00 |
|
Maxim Shafirov
|
f4e2b8341b
|
Correct vendor
|
2012-09-06 14:58:48 +04:00 |
|
peter
|
f2c9337b5f
|
deactivate dnd timer when no dnd occurs (IDEA-88837)
|
2012-09-06 12:57:00 +02:00 |
|
peter
|
b908ccf9a2
|
event-driven event log toolwindow icon update, no battery-consuming polling (IDEA-88837)
|
2012-09-06 12:57:00 +02:00 |
|
peter
|
e84b370593
|
extract EventLogToolWindowFactory, event driven logShown instead of polling (IDEA-88837)
|
2012-09-06 12:57:00 +02:00 |
|
peter
|
c4c5d9cb84
|
update status bar progress only when there is progress (IDEA-88837)
|
2012-09-06 12:56:59 +02:00 |
|
irengrig
|
9ef874bb91
|
Merge remote branch 'origin/master'
|
2012-09-06 14:52:21 +04:00 |
|
irengrig
|
d8967e5892
|
IDEA-90759 deadlock in svn code
|
2012-09-06 14:48:32 +04:00 |
|
Alexey Kudravtsev
|
73da3ae2de
|
assertion
|
2012-09-06 14:08:39 +04:00 |
|
Alexey Kudravtsev
|
7719003e8a
|
com.intellij.openapi.editor.ex.DocumentEx.moveText
|
2012-09-06 14:08:38 +04:00 |
|
Maxim.Medvedev
|
02dafb4525
|
IDEA-72885 complete methods with closure parameters
|
2012-09-06 14:00:13 +04:00 |
|
Maxim.Medvedev
|
c6a39d0f93
|
EA-37375 - NPE: DynamicMethodFix.getText
|
2012-09-06 14:00:12 +04:00 |
|
Maxim.Medvedev
|
f53c46e85b
|
condition of while and if statements are allowed to separate from left parenth by space and comments
|
2012-09-06 14:00:10 +04:00 |
|