Commit Graph
93521 Commits
Author SHA1 Message Date
anna 963b2ed293 lambda: relax incompatible return type in case of void functional types 2012-12-17 17:32:29 +01:00
anna 44ab4d534a lambda: infer functional interface from enum constants (IDEA-97596) 2012-12-17 17:32:28 +01:00
anna f038ae950e inplace extract: from injected editor (IDEA-97682) 2012-12-17 17:32:27 +01:00
Kirill Likhodedov 0d422deb6c IDEA-97632, IDEA-64572 Correctly sort changes in tree view + test
In the tree view subfolders are displayed above files.
2012-12-17 19:41:46 +04:00
Nadya.Zabrodina d0c50e3c66 IDEA-71317 Mercurial authorization failure should display Username/Password prompt
*If authorization failed username/password prompt dialog appeared if needed, f.e. if repository password was changed,but IDE was not restarted, then need to update password.
*Refactor "execute" and "executeInCurrentThread" meths.
*If some hg action require autorization  and hg command execution performs with HgCommandExecutor.execute method, so use execute method with autorization params set to true everywhere.
*Change annotations in HgCommandResultNotifier (@NotNull -> @Nullable) for HgCommandResult argument.
2012-12-17 19:38:41 +04:00
Denis.Zhdanov 2f17e77e6b IDEA-70898 Javadoc close "tag" generated for type parameters 2012-12-17 19:28:39 +04:00
Denis.Zhdanov 31863df0e5 IDEA-97680 Java arrangement: Respect 'dependent methods' for calls from anonymous classes 2012-12-17 19:16:19 +04:00
Sergey Simonchik 58b1cedcb8 WEB-2399 Can't create Node.js Boilerplate project from the first attempt: OK button is disabled 2012-12-17 19:03:42 +04:00
Max Medvedev a1f96bf916 IDEA-97659 Groovy color style for "Method declaration" is not in use 2012-12-17 18:56:26 +04:00
Max Medvedev 116b8ce362 IDEA-97643 don't highlight methods of @Category annotated class with 'Method may be static' 2012-12-17 18:56:25 +04:00
anna ab70904aa3 typo 2012-12-17 15:48:18 +01:00
anna 56eff70c67 typo (IDEA-97623) 2012-12-17 15:46:41 +01:00
anna 5bce140afb use configured @Nullable (IDEA-97608) 2012-12-17 15:46:40 +01:00
irengrig dee7aa59cd Merge remote branch 'origin/master' 2012-12-17 18:27:14 +04:00
irengrig 26f1fd7281 IDEA-97315 contents are identical
small refactoring for showing diffs for binary types, having a chain of diff presentations, working with unknown file types
report user if we can not load contents
show binary diffs for shelf
2012-12-17 18:24:51 +04:00
Sergey Evdokimov 4ef990598a Fix maven tests 2012-12-17 18:12:00 +04:00
Denis.Zhdanov 708d80356b IDEA-97430 Out of memory during reformat code
Avoid endless method dependencies graph processing
2012-12-17 17:14:30 +04:00
Vladimir Krivosheev e5a28fa3c0 logging for WEB-2391 2012-12-17 17:09:16 +04:00
anna 87254d8b07 junit: run selection of tests if virtual files array is available in context (IDEA-97600) 2012-12-17 13:29:17 +01:00
anna ef6fb60214 eclipse: if classpathDir was not set try with baseModulePath (IDEA-97561) 2012-12-17 13:29:16 +01:00
anna 125ba5424d proceed to check method call args if unknown type args were specified in java 7 (IDEA-97521) 2012-12-17 13:29:15 +01:00
Max Medvedev fe11c055ab IDEA-97663 Groovy: 'this' reference in classes with @Category annotation refers to category class 2012-12-17 15:50:49 +04:00
Max Medvedev cd7dd016aa Convert to Java: this & super refs should have qualifiers if used inside closures 2012-12-17 15:50:49 +04:00
Max Medvedev bd65dcbcd1 cleanup 2012-12-17 15:50:48 +04:00
Max Medvedev cdd3165071 cleanup 2012-12-17 15:50:48 +04:00
Sergey Evdokimov f73e940f07 Don't add annotation processor output directory to compiler exclude. 2012-12-17 15:47:43 +04:00
Sergey Evdokimov 48ee480129 IDEA-92922 MAVEN_OPTS for Maven server should be configurable from IDEA instead of using system environment
Change label.
2012-12-17 15:47:42 +04:00
Dmitry Avdeev 8101e1cb69 debugging test 2012-12-17 15:45:04 +04:00
Kirill Likhodedov 1fd834904a Rename method to the name which more correctly reflects its functionality 2012-12-17 15:27:58 +04:00
Kirill Likhodedov 373abace4d IDEA-97628 Set default parent directory when checking out Git repository
* Move NewDirectoryProjectDialog.getBaseDir to ProjectUtil so that it could be reused without referring to the dialog.
* Use it in GitCloneDialog, if there were no previous parent directory.

Note:
* Keep saving cloned parent directory in the settings, instead of always using getBaseDir, because we can frequently clone (and want to remember the parent dir), but not create a project (for example, open it).
2012-12-17 15:27:57 +04:00
Kirill Likhodedov 29f2b4caea todo 2012-12-17 15:27:57 +04:00
nik c0e364a629 pass idea.home.path to external build process (IDEA-97270) 2012-12-17 14:59:33 +04:00
Vassiliy Kudryashov 86255b854f IDEA-97639 Before run tasks: extra comma 2012-12-17 14:27:01 +04:00
Denis.Zhdanov 5a69b29a69 IDEA-92876 Gradle plugin causes -javaagent to appear when running my application
Don't setup groovy hot swapper for gradle files
2012-12-17 14:09:34 +04:00
Alexey Kudravtsev 7a1518c8a4 ui 2012-12-17 14:05:15 +04:00
Alexey Kudravtsev fb14e965f4 encoding fixes: utf-32 support,
introduce two separate actions: Reload and Convert,
warn on incompatible encoding on convert,
UI more usable - new Project Encoding separate setting
IDEA-74801, IDEA-74873
2012-12-17 14:05:14 +04:00
Alexey Kudravtsev 3a7a699b95 cleanup 2012-12-17 14:05:13 +04:00
Alexey Kudravtsev 5ee0d05894 cleanup 2012-12-17 14:05:12 +04:00
Alexey Kudravtsev ee15a2c593 cleanup 2012-12-17 14:05:11 +04:00
Alexey Kudravtsev d250d13faf cleanup 2012-12-17 14:05:10 +04:00
Alexey Kudravtsev b1f7c994fb annotations 2012-12-17 14:05:10 +04:00
Rustam Vishnyakov de9da345c8 Enforced plain text file type manager NPE fix 2012-12-17 13:54:51 +04:00
Maxim.Mossienko e7ccd3ae89 Merge remote-tracking branch 'origin/master' 2012-12-17 10:17:38 +01:00
Eugene Zhuravlev 768dd73c33 external build: fix loading processor data from xml; specify options to javac in correct format (IDEA-97426 Incorrect annotation processors executed) 2012-12-16 23:36:48 +01:00
Eugene Zhuravlev d77a1ae131 external build: fix loading processor data from xml; specify options to javac in correct format (IDEA-97426 Incorrect annotation processors executed) 2012-12-16 23:31:49 +01:00
Max Medvedev 538e315c1f IDEA-97587 Spread operator should be assumed to return a List when the invoked property or method is unresolved 2012-12-16 23:24:32 +04:00
Alexey Gopachenko fa5e376901 higher threshold for reporting slow filters 2012-12-15 15:48:20 +01:00
Maxim.Mossienko 956689e548 dirty flag made volatile and it sets same time as segment's dirty status is set 2012-12-15 02:12:42 +01:00
Eugene Zhuravlev 7db5dab639 debug logging 2012-12-15 01:13:53 +01:00
Eugene Zhuravlev 14dbaa8b94 logging compiler options 2012-12-14 23:57:49 +01:00