peter
94b5fecba9
don't exclude uiDesigner-bound fields from completion in constructor
2011-03-28 17:26:31 +02:00
peter
e79c732ce8
simplify test
2011-03-28 17:26:30 +02:00
anna
1bf99ead4a
testng: allow to choose listeners out of scope (NCDFE would be a users problem)
2011-03-28 17:14:17 +02:00
irengrig
cee55e26b4
VCS: correctly refresh history
2011-03-28 19:09:20 +04:00
Denis Zhdanov
9508b0f296
IDEA-66610 interpret carriage return (\r) in console only as carriage return and not as new line (\n)
...
1. Added ability to keep single '\r' symbols during line separators conversion;
2. ConsoleViewImpl doesn't replace standalone '\r' symbols by '\n' but removes all text from the last document line as an act of '\r' processing instead;
2011-03-28 18:49:13 +04:00
Kirill Kalishev
911d2d612a
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2011-03-28 18:47:58 +04:00
Kirill Kalishev
20e49dbe18
JBTable rot height fix in case of empty table
2011-03-28 18:47:41 +04:00
Kirill Kalishev
cbc3aa02bf
unmatched arguments to singnature tooltip text -- the red color is back
2011-03-28 18:22:33 +04:00
Maxim Medvedev
941adce9cf
EA-26202 - CCE: EquivalenceChecker.expressionsAreEquivalent
2011-03-28 18:06:28 +04:00
Maxim Medvedev
fbf2ac9fda
EA-26168 - NPE: CreateClassActionBase.getText
2011-03-28 18:06:27 +04:00
Maxim Medvedev
9c350f87da
IDEA-66809 Inline method changes map key semantics
2011-03-28 18:06:26 +04:00
Maxim Medvedev
732a71fcd9
don't use old GrNewExpression api
2011-03-28 18:06:25 +04:00
Maxim Medvedev
e283930eff
GrNewExpression api
2011-03-28 18:06:25 +04:00
anna
2865191ee2
enable copy reference action for packages (IDEA-12639 )
2011-03-28 15:56:50 +02:00
Oleg Shpynov
f2f3983054
Decouple Optimize imports and reformat code checkin handlers
2011-03-28 17:15:13 +04:00
anna
9dfda9c0a0
trigger rename listener on change signature if method name was changed (IDEA-67102)
2011-03-28 15:04:10 +02:00
anna
d8e6e046ab
inplace refactorings: make final listener fixed - commit document before retrieve psi (IDEA-67146)
2011-03-28 15:04:09 +02:00
Roman Chernyatchik
e88d9c5e41
content size evaluation corrected in output console (part of input support in tests runner console feature)
2011-03-28 16:37:05 +04:00
nik
52505f5f12
'Exit' action enabled for running application on Mac (IDEA-56273)
2011-03-28 16:11:12 +04:00
Denis Zhdanov
436805ba4e
IDEA-66438 Folding preview is displayed for a wrong folding and at a wrong place
...
Corrected calculating of text range to show for partially displayed expanded fold region
2011-03-28 16:06:46 +04:00
Kirill Kalishev
79e073f0c2
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2011-03-28 15:45:50 +04:00
Kirill Kalishev
2a6450946b
TreeUi: optimization of tree model update events
2011-03-28 15:45:43 +04:00
Sergey Evdokimov
ece290ab73
Minor refactoring: use precompiled pattern instead pattern in string.
2011-03-28 13:11:54 +04:00
Denis Zhdanov
87a7a53dee
IDEA-66053 Formatter: Optimize performance of applying formatting changes
...
1. Corrected processing in case of the changes sequence that target document ranges from end to the start;
2. Corresponding test is added;
2011-03-28 13:05:21 +04:00
Rustam.Vishnyakov
4005c17abe
Do not save any mappings for predefined JS libraries by default
2011-03-28 12:33:54 +04:00
Kirill.Safonov
0361b83c68
Gant run configuration module chooser: items should be sorted, search should be available (IDEA-59710)
2011-03-28 12:14:31 +04:00
peter
b4f0916a36
logic is really hard for me
2011-03-28 10:10:10 +02:00
Sergey Evdokimov
02b367a8ca
Fix test 'RemoveEnclosingTagTest.test7'
2011-03-28 12:01:02 +04:00
Dennis Ushakov
b97f6125c6
RUBY-5332 Enable "Lossy encoding" inspection in platform
2011-03-28 11:16:14 +04:00
Dennis Ushakov
12b0211ef6
RUBY-5332 Enable "Lossy encoding" inspection in platform
2011-03-28 11:13:38 +04:00
Kirill Likhodedov
e391907161
Merge branch '106.164'
...
Conflicts:
platform/vcs-impl/src/com/intellij/openapi/vcs/merge/MultipleFileMergeDialog.java
plugins/git4idea/src/git4idea/checkin/GitPushRebaseProcess.java
plugins/git4idea/src/git4idea/merge/MergeChangeCollector.java
2011-03-27 16:15:54 +04:00
Bas Leijdekkers
4b27bb4821
Merge branch 'master' of git.labs.intellij.net:idea/community
2011-03-25 22:08:24 +01:00
Bas Leijdekkers
50599de70d
IDEA-66777 (Pasting escapes quotes too eagerly) tests will follow
2011-03-25 22:06:42 +01:00
Gregory Shrago
3e5f482ad1
refactoring support & generated name updates
2011-03-25 23:01:43 +03:00
anna
6ac79cda6b
inplace introduce variable: remember input type
2011-03-25 20:47:37 +01:00
Oleg Shpynov
6ee7295deb
IDEA-66556 github should store password in IDEA password safe
2011-03-25 22:23:50 +03:00
Oleg Shpynov
8b40f0ceba
Workaround in error message
2011-03-25 22:22:52 +03:00
Oleg Shpynov
352cca559b
Github doesn't list your own repos among pushable repos. Fail!
2011-03-25 22:20:59 +03:00
Eugene Kudelevsky
ca05ee0570
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2011-03-25 21:22:47 +03:00
Eugene Kudelevsky
bf7d8c28a9
IDEA-67042 increase timeout
2011-03-25 21:22:05 +03:00
Eugene Kudelevsky
f6e8e7c8d5
tag tree highlighting: support for changing number of levels to highlight
2011-03-25 21:04:32 +03:00
Alexander Kirillin
f9a29d166c
productivity guide, bugfixes
2011-03-25 20:00:10 +03:00
Alexey Kudravtsev
bd31b16396
instantiation exception
2011-03-25 19:45:23 +03:00
Alexey Kudravtsev
310af0d25d
more convenient method
2011-03-25 19:45:17 +03:00
Alexey Kudravtsev
1d9b3b155c
cleanup and performance
2011-03-25 19:45:11 +03:00
Alexey Kudravtsev
0617848a68
turn off html tree highlighting in tests
2011-03-25 19:45:05 +03:00
Sergey Evdokimov
c7e5124fc5
Fix: IDEA-66456 (Complete named arguments of listOrderBy)
2011-03-25 19:38:39 +03:00
Eugene Kudelevsky
4de66b793f
WI-5653 bdi, details, source, summary, track, wbr elements added
2011-03-25 19:35:21 +03:00
irengrig
3a6dcad834
VCS: todo handler: progress title
2011-03-25 18:58:18 +03:00
Eugene Kudelevsky
1e30af80b7
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2011-03-25 18:36:48 +03:00