anna
7646fda820
wording: don't suggest to make enum constant abstract (IDEA-98165)
2012-12-28 18:33:13 +01:00
anna
4f7a6d0de0
method return type fix: when changing class params take into account super substitutor (IDEA-98145)
2012-12-28 18:33:12 +01:00
anna
f69ec38d31
unwrap method call: should work on top level when exactly one arg exist (IDEA-98179)
2012-12-28 18:33:12 +01:00
peter
f141942a3d
IDEA-98283 Wrong code completion within annotations
2012-12-28 17:57:44 +01:00
peter
e792c83a41
user activity from the current action shouldn't cancel parameter info autopopup request
2012-12-28 17:57:44 +01:00
peter
1def31a4d1
IDEA-98298 Non-imported classes aren't suggested in annotation context on second completion
2012-12-28 17:57:43 +01:00
Kirill.Likhodedov
934567c537
[git] executable detector: fix for default project
...
When there is no myPathToGit, and Settings is open before opening any project, GitVcs is not activated, and there is git.exe in the Settings instead of fairly detected executable.
Solve it by returning to the previous logic: detect the executable right away in getPathToGit.
Remove redundant getPathToGitAtStartup.
Remove calling detect from GitVcs#activate since it will be automatically called from getPathToGit().
2012-12-28 20:53:20 +04:00
Bas Leijdekkers
516896ad3f
always warn on raw use of parameterized type in array creation
2012-12-28 17:10:11 +01:00
Roman Shevchenko
c11a219012
BrowserUtil cleaned; go away from Desktop API on X Window
2012-12-28 16:54:33 +01:00
Roman Shevchenko
f6dd1f5baa
Dictionary extended
2012-12-28 16:54:33 +01:00
Konstantin Bulenkov
346c66a080
IDEA-98261 AdditionalTextAttributes for scheme
2012-12-28 16:28:02 +01:00
Konstantin Bulenkov
613aa3d380
IDEA-97332 Icons for Import and Exports Settings on Welcome Screen
2012-12-28 16:28:01 +01:00
Kirill Likhodedov
6daec80727
IDEA-98232 Git executable auto-detector should prefer values from the PATH
...
Test:
- add tests on PATH;
- let specify different drive letters, use drive letters in expected and actual paths to make them more natural looking.
2012-12-28 19:20:47 +04:00
Kirill Likhodedov
1f0ede6098
Move splitPath method to the FileUtil.
2012-12-28 19:20:47 +04:00
anna
dbfd42dd63
infer nullity: treat instanceof as null check (IDEA-98153)
2012-12-28 15:32:08 +01:00
anna
299e587bc4
create from usage: do not suggest to create static methods in interfaces (IDEA-98147)
2012-12-28 15:32:08 +01:00
anna
e8d6602585
disable override method from abstract class intention for static methods (IDEA-98006)
2012-12-28 15:32:07 +01:00
anna
2314e6b865
byte code viewer: notify if class file was not found (IDEA-98052)
2012-12-28 15:32:06 +01:00
Bas Leijdekkers
7a2bc7d761
fix inspection option text
2012-12-28 14:31:47 +01:00
Vassiliy Kudryashov
466859f57a
IDEABKL-5932 Browser like use of 4th and 5th mouse button for navigation.
2012-12-28 17:22:48 +04:00
nik
32dd2b7c30
jps: include project output to excluded list of containing module (IDEA-98186), fixed getParentFile
2012-12-28 16:24:38 +04:00
peter
cb33e524f6
a less memory-hungry ModuleWithDependenciesScope
2012-12-28 13:20:06 +01:00
Roman Shevchenko
409a465045
Syntactically correct enum stubs
2012-12-28 13:05:40 +01:00
Evgeny Zakrevsky
bb6420caad
IDEA-74652 Time tracking features. Plugin availability.
2012-12-28 15:53:10 +04:00
anna
e73051aa81
Merge remote-tracking branch 'origin/master'
2012-12-28 12:49:11 +01:00
anna
7dc55602cc
byte code viewer -> community
2012-12-28 12:46:22 +01:00
Dmitry Jemerov
9aeb3504f7
since the location of idea.properties is used to detect the installation home path, remove the comment describing how to change the location (trying to change it brings nothing but confusion)
2012-12-28 12:45:01 +01:00
nik
83805c9fd9
jps: include project output to excluded list of containing module (IDEA-98186)
2012-12-28 15:37:56 +04:00
Eugene Zhuravlev
b13938b315
clean project data on project disposal
2012-12-28 15:23:32 +04:00
Vladimir Krivosheev
822eab025d
fix test
2012-12-28 15:12:17 +04:00
peter
4a5b3e741a
increase notification balloon fadeout delay (IDEA-98254)
2012-12-28 11:33:25 +01:00
Oleg Sukhodolsky
e529d7d76c
RUBY-12773: Darcula color scheme for Slim
2012-12-28 14:04:01 +04:00
Rustam Vishnyakov
7587784606
Show base key name for text attributes in UI
2012-12-28 14:00:32 +04:00
anna
412db5926e
Merge remote-tracking branch 'origin/master'
2012-12-27 22:30:18 +01:00
anna
beb5e491dd
remove cyclic dependency
2012-12-27 22:29:31 +01:00
Vladimir Krivosheev
896944e88a
fix browse(@NotNull File file)
2012-12-28 01:24:25 +04:00
anna
2ac86f1587
NPE
2012-12-27 22:22:50 +01:00
anna
2fe641dad6
insert cast/local variable from instanceof: check if written expression equals operand in instanceof before replacement (IDEA-97941)
2012-12-27 22:22:49 +01:00
Nadya.Zabrodina
acc6bbe48a
Hg: refactor regexp in URL_WITH_PASSWORD.
...
*Bug with url contains only login and without password fixed.
2012-12-28 01:19:50 +04:00
Roman Shevchenko
54c399949e
Include resource closer exceptions in control flow
2012-12-27 22:04:36 +01:00
Roman Shevchenko
a8b31205bb
Cleanup
2012-12-27 22:04:36 +01:00
anna
9b52a38341
Merge remote-tracking branch 'origin/master'
2012-12-27 20:33:16 +01:00
Konstantin Bulenkov
f4df29a849
IDEA-97741 Links in Quick Documentation view hardly readable (Darcula)
...
(cherry picked from commit 3053496cbc74179e43a265ac82c61055e0a16e04)
2012-12-27 20:31:37 +01:00
Konstantin Bulenkov
1354930de9
IDEA-97741 Links in Quick Documentation view hardly readable (Darcula)
...
(cherry picked from commit 7371737dd4cff20318e017618b1bf4af782a216e)
2012-12-27 20:31:24 +01:00
Konstantin Bulenkov
78e41b3b71
retina icons
...
(cherry picked from commit 268391a7c8d24903fe0cccfaf4a458872e5ab320)
2012-12-27 20:31:03 +01:00
anna
d9248bd4ec
compilation fix
2012-12-27 20:28:49 +01:00
anna
e33fb35daa
ambiguity: prefer non arrays (IDEA-97983)
2012-12-27 20:14:18 +01:00
anna
ea55d12eb3
check erased types for method calls on raw exprs (IDEA-97952)
2012-12-27 20:14:17 +01:00
anna
c66e1c07b8
inline: do not insert casts when inline conditional expression in statements (IDEA-97902)
2012-12-27 20:14:17 +01:00
anna
9b3b277fd9
IDEA-97887 substitution of type param from containing class for cls
2012-12-27 20:14:16 +01:00