Denis.Zhdanov
0cbfeac250
IDEA-89450 Quick Documentation doesn't show package summary documentation
...
1. Minor refactoring;
2. Added support for package summary parsing;
3. Corresponding test is added;
2012-07-31 12:38:16 +04:00
peter
b3d247ff20
remove side effects from BackgroundTaskQueue tests
2012-07-31 10:11:57 +02:00
nik
39a9df0094
test fixed
2012-07-31 11:24:43 +04:00
Dennis Ushakov
e8c5abc4cf
npe fix, api cleanup
2012-07-31 09:35:32 +04:00
Denis.Zhdanov
07a569ad48
IDEA-89471 Vertical guidelines are drawn incorrectly
2012-07-31 08:58:10 +04:00
Oleg Sukhodolsky
3af76ff1cc
RUBY-7361: we should warn user if she tries to export test results into file which already exists.
...
#RUBY-7361 fixed
2012-07-31 08:21:23 +04:00
Konstantin Bulenkov
83d0d448f2
IDEA-89324 File structure: cannot find super class method definition when anonymous classes are shown
2012-07-31 00:14:39 +02:00
peter
9ff611fa15
avoid duplication
2012-07-30 22:35:51 +02:00
peter
9a6733be27
don't always show intention icon
2012-07-30 21:46:56 +02:00
peter
b182db57db
don't let lookups grow indefinitely
2012-07-30 21:36:43 +02:00
Gregory.Shrago
c309196b7e
search with google editor and console action
2012-07-30 23:32:14 +04:00
Roman Shevchenko
bb6ae1d5c1
Use bulk file attributes reading
2012-07-30 20:32:14 +02:00
peter
8d1bb377ba
middle matching in SecondSmartTypeCompletionTest
2012-07-30 19:20:12 +02:00
peter
91260f9e6d
testCompletionTyping
2012-07-30 19:17:59 +02:00
peter
b24c05983d
middle matching in SmartTypeCompletionTest
2012-07-30 19:03:27 +02:00
peter
2f8cc6cde8
middle matching in NormalCompletionTest
2012-07-30 19:03:27 +02:00
peter
97c3e67220
IDEA-89462 Second long warning notification is shown with strange scrollbar
2012-07-30 19:03:26 +02:00
peter
4935e8f4fd
no closure folding in dumb mode
2012-07-30 19:03:26 +02:00
peter
8eca6dfb76
don't close lookup if backspace'd until a dot after which it had appeared
2012-07-30 19:03:26 +02:00
peter
8c6a036fc2
correct lookup hint position when there's no scrollbar
2012-07-30 19:03:26 +02:00
peter
d7aa85b60c
hopefully fix lookup being taller than needed
2012-07-30 19:03:25 +02:00
Alexander Lobas
2b9a71d9b8
Refactoring
2012-07-30 20:10:55 +04:00
Anton Makeev
54c198ebe2
PropertyTable extracted to platform
2012-07-30 17:04:21 +02:00
Evgeny Pasynkov
bfe0851163
Merge branch 'master' of git.labs.intellij.net:idea/community
2012-07-30 16:59:36 +02:00
Alexander Lobas
846a0da114
EA-37024, EA-37013
2012-07-30 18:56:59 +04:00
Evgeny Pasynkov
2dcec3188e
Merge branch 'upsource-master'
2012-07-30 16:13:19 +02:00
peter
c0ed41fda4
rollback stub changes until they're corrected
2012-07-30 15:58:16 +02:00
peter
c8916739b1
disallow class creation in packages with prohibited names (IDEA-89130)
2012-07-30 15:58:15 +02:00
Sergey Evdokimov
71c5a63136
Kill all child process when stop grails/griffon project.
2012-07-30 17:56:11 +04:00
andrey.zaytsev
3e2a9de166
breakpoints-ui. don't show any options for breakpoints group in tree.
2012-07-30 17:44:06 +04:00
Kirill Likhodedov
3b42ba22e7
[git] IDEA-89452 "File" or "Folder"
2012-07-30 17:32:12 +04:00
Alexander Lobas
1b575436db
EA-37024, EA-37013
2012-07-30 17:11:17 +04:00
peter
99c87ed147
IDEA-84382 Open file dialog (ctrl-shift-N) does not offer files starting with @ char
2012-07-30 14:45:50 +02:00
peter
979284c04d
IDEA-42378 Live template expansion: existing identifier is converted to lower case
2012-07-30 14:45:50 +02:00
Denis.Zhdanov
5f0d4c92df
IDEA-89416 Gradle: Correct jdk setup when new gradle project is linked
2012-07-30 16:30:02 +04:00
Vassiliy Kudryashov
686d050bd0
IDEA-86977 Comboboxes look bad on Windows Look and Feel
2012-07-30 16:23:34 +04:00
Kirill Likhodedov
dfacd30b8f
[git] Pass correct instance to the history diff handler. IDEA-89361
2012-07-30 16:19:04 +04:00
Denis.Zhdanov
aa63ae712c
IDEA-89443 Gradle: Don't store autodetected gradle path at the settings
2012-07-30 16:18:39 +04:00
Kirill Likhodedov
2e27b2c76b
[git] history: fix status information expectations.
...
It can safely be null, for example, for merge commits without any changes.
2012-07-30 16:13:45 +04:00
Kirill Likhodedov
bf1f731d6d
[git] IDEA-89296 EA-30807 Rename change may have only 1 path
...
So don't require it.
For example, in 'git show --name-status -M' for a merge commit, where the file was renamed in one of the branches.
2012-07-30 16:05:56 +04:00
Kirill Likhodedov
e76c460aba
cleanup
2012-07-30 16:05:56 +04:00
Kirill Likhodedov
ff96e6d3fe
EA-37083 SIOOBE
2012-07-30 16:05:55 +04:00
Kirill Likhodedov
70823b8b79
notnull, nullable
2012-07-30 16:05:55 +04:00
nik
6a66fa31d7
per-module encoding: take into account encoding specified for parent directory of a source root
2012-07-30 15:40:04 +04:00
anna
153f358239
avoid duplicate entries in goto declaration (IDEA-89422)
2012-07-30 13:36:16 +02:00
anna
04c27dca24
replace constructor with builder: enable also on constructor refs (IDEA-89360)
2012-07-30 13:36:15 +02:00
Kirill Likhodedov
900944f50c
[git] IDEA-89347 Support cyclic renames in file history + test
...
* See http://youtrack.jetbrains.com/issue/IDEA-89347 for detailed explanation of the problem.
* If a file is renamed several times, and at once it get renamed to the name which it already have had previously (cyclic rename), git log -- <file path> will display the all history for this path.
* Improve the algorithm in GitHistoryUtils so that it tracks when the file was ADDED, and stops looking at the history if there is any. Then the traditional "git show --name-status -M" will capture that the file was renamed, and query for the history of the old path, etc.
* Write a test for cyclic renames in the history.
2012-07-30 15:31:02 +04:00
Kirill Likhodedov
7d9a0bf67f
GitTestRunEnv: fail on fatal error, retry on "index.lock" error, add possibility to hide test commands from the log
2012-07-30 15:31:02 +04:00
Kirill Likhodedov
ceb555051c
Fix already disposed
2012-07-30 15:31:01 +04:00
Kirill Likhodedov
62e4c1f8ed
fix comment
2012-07-30 15:31:01 +04:00