anna
|
ef6071d1ca
|
test data fixed to exclude imports for default package
|
2011-08-26 15:58:34 +02:00 |
|
anna
|
15b1d535cd
|
add single static import on inaccessible element - retrieve accessible or do not suggest intention (IDEA-18050 )
|
2011-08-26 15:58:33 +02:00 |
|
Bas Leijdekkers
|
e024e1b0f4
|
fix possible NPE, cleanup
|
2011-08-26 15:52:30 +02:00 |
|
nik
|
3b2747a908
|
'create single-entry module library' action now automatically detects root types and library type
|
2011-08-26 17:47:34 +04:00 |
|
Bas Leijdekkers
|
8816a56193
|
simplify selection, fix NPE
|
2011-08-26 15:17:48 +02:00 |
|
Konstantin Bulenkov
|
58b82c868c
|
support operations in DirDiff
|
2011-08-26 15:08:32 +02:00 |
|
Denis.Zhdanov
|
eb1c974ed4
|
IDEA-73607 Strip trailing spaces on Save: setting does not function correctly.
Trailing spaces stripper registration is moved from 'Idea' to 'Lang'
|
2011-08-26 16:30:05 +04:00 |
|
Maxim.Mossienko
|
4777346a3c
|
return false if visitors tells us to stop
|
2011-08-26 15:59:17 +04:00 |
|
nik
|
c0e2250be9
|
implemented automatic root detection for javascript libraries to fix exception
|
2011-08-26 15:55:36 +04:00 |
|
Anton Makeev
|
364c293d67
|
Maven: index test fixed
|
2011-08-26 13:46:19 +02:00 |
|
anna
|
df6d79ce8a
|
add single static import on type elements, e.g. inside annotations, type elements (IDEA-22130)
|
2011-08-26 13:34:31 +02:00 |
|
anna
|
6794da37dd
|
add single static import: check method base class beforehand (IDEA-12607 )
|
2011-08-26 13:34:30 +02:00 |
|
anna
|
46b8dc747c
|
run post highlighting pass during code smells (IDEA-64441); api to include additional passes
|
2011-08-26 13:34:29 +02:00 |
|
anna
|
d989b119f0
|
enable copy reference in modal context (IDEA-13942)
|
2011-08-26 13:34:28 +02:00 |
|
anna
|
c88166026e
|
forbid default package classes in imports (IDEA-18695)
|
2011-08-26 13:34:27 +02:00 |
|
Anton Makeev
|
c00aa20ba0
|
Maven: npe in wizard
|
2011-08-26 13:15:06 +02:00 |
|
nik
|
34c3248b9d
|
temporary disabled 'Analyze dependencies' action because it hangs when invoked for IDEA project
|
2011-08-26 15:03:30 +04:00 |
|
Maxim Medvedev
|
23f1e4c5d1
|
decodeInformation() should return null if it doesn't change anything
|
2011-08-26 14:21:40 +04:00 |
|
Maxim Medvedev
|
dbaac3a67e
|
don't add ) in command calls by 'smart enter'
|
2011-08-26 14:21:39 +04:00 |
|
Maxim Medvedev
|
35f31ea77d
|
IDEA-67218 enum default constructors don't support maps
|
2011-08-26 14:21:38 +04:00 |
|
Maxim Medvedev
|
3bd4288f1f
|
IDEA-67218 recursive constructor invocations
|
2011-08-26 14:21:37 +04:00 |
|
Maxim Medvedev
|
9f412b6241
|
IDEA-71821 Ctrl+Shift+Enter issue
|
2011-08-26 14:21:36 +04:00 |
|
Maxim Shafirov
|
849253a547
|
Plists do need this jar too.
|
2011-08-26 13:58:54 +04:00 |
|
Bas Leijdekkers
|
6b0db86d67
|
make revision number background not opaque in file history tree view
|
2011-08-26 11:45:39 +02:00 |
|
irengrig
|
a046ae4d5d
|
git log action for default project fixed
|
2011-08-26 13:26:57 +04:00 |
|
irengrig
|
c85a111e4a
|
IDEA-73567 SVN repository browser doesn't work for default project any more
|
2011-08-26 13:26:56 +04:00 |
|
irengrig
|
66052be28a
|
logging for missing desired in default project components (for vcs proxy getter)
|
2011-08-26 13:26:56 +04:00 |
|
irengrig
|
63484f6c0c
|
not totally successful attempt to fix git log action after default project refactoring
|
2011-08-26 13:26:55 +04:00 |
|
irengrig
|
38362f810d
|
git log in separate action: always check (init) git version before use
|
2011-08-26 13:26:54 +04:00 |
|
irengrig
|
42da2f4aca
|
git: also show error message abt git executable as balloon (also used in default project where there is no console)
|
2011-08-26 13:26:53 +04:00 |
|
irengrig
|
03e227eeaf
|
vcs problem notifier: still, for default project, use null key
|
2011-08-26 13:26:53 +04:00 |
|
irengrig
|
a20e7c8725
|
VCS: shelf: imported patches used to be added alphabetically. !! order lists by date descending
|
2011-08-26 13:26:52 +04:00 |
|
irengrig
|
638df36c8f
|
git tree - test for 2 steps. fixes for wire numbers recalculation
|
2011-08-26 13:26:51 +04:00 |
|
irengrig
|
f8353f92a8
|
pass unshelve error up
|
2011-08-26 13:26:51 +04:00 |
|
Bas Leijdekkers
|
af2750440c
|
sort annotation revisions with the same date by revision number (fixes small problem in cvs annotation where revision 1.1.1.1 was sorted before 1.1)
|
2011-08-26 10:53:29 +02:00 |
|
Denis.Zhdanov
|
a374143045
|
IDEA-53476 Gradle integration (Maven's level - dependencies, modules, repositories)
1. Removed unnecessary interfaces from the model hierarchy;
2. Copying project settings from gradle model to the wizard context;
|
2011-08-26 09:15:35 +04:00 |
|
Denis.Zhdanov
|
3735a98211
|
IDEA-53476 Gradle integration (Maven's level - dependencies, modules, repositories)
1. GradleLibrary entity is introduced;
2. GradleProject exposes all registered libraries now;
|
2011-08-26 09:15:35 +04:00 |
|
anna
|
e8d3a96918
|
backward slices: types can be convertible through autoboxing here, though T t = 1 should be prohibited
|
2011-08-25 19:26:08 +02:00 |
|
anna
|
2931ea305a
|
abstract test case for inplace introduction
|
2011-08-25 19:26:07 +02:00 |
|
anna
|
1ade497557
|
wrong package statement: check qname instead of text to correctly process whitespaces inside (IDEA-36309 )
|
2011-08-25 19:26:06 +02:00 |
|
anna
|
3c872dbb71
|
testng: check constant values also in depends on groups
|
2011-08-25 19:26:05 +02:00 |
|
anna
|
9d2df12225
|
testng: check constant values in depends on methods (IDEA-73503 )
|
2011-08-25 19:26:04 +02:00 |
|
anna
|
0f5615356b
|
provide also create annotation from usage (IDEA-19746 )
|
2011-08-25 19:26:03 +02:00 |
|
anna
|
6791554063
|
delegate methods: generate static member when initial member was static (IDEA-12205 )
|
2011-08-25 19:26:03 +02:00 |
|
anna
|
008326cc84
|
forbid cast primitive to type parameter (IDEA-52484; IDEA-23260)
|
2011-08-25 19:26:02 +02:00 |
|
anna
|
77188dec6b
|
create enum constant when available should be on top (IDEA-41841)
|
2011-08-25 19:26:01 +02:00 |
|
anna
|
6d3d2709d3
|
update definitions/documentations view in show usages (IDEA-58145 )
|
2011-08-25 19:26:00 +02:00 |
|
Dmitry Jemerov
|
145306318c
|
InplaceVariableIntroducer is no longer abstract; rename it accordingly
|
2011-08-25 17:57:02 +02:00 |
|
Dmitry Jemerov
|
9f01f15e91
|
T[] -> List<T>
|
2011-08-25 17:57:01 +02:00 |
|
Dmitry Jemerov
|
d3cc942d07
|
pull OccurrencesChooser for in-place refactorings to platfrom
|
2011-08-25 17:57:01 +02:00 |
|