Commit Graph
120761 Commits
Author SHA1 Message Date
Dmitry Jemerov a3ec15e907 brace matcher-based select word in custom file types (IDEA-117225) 2013-12-09 20:02:52 +01:00
Dmitry Jemerov b7feb118cf custom file type completion rewritten as completion contributor 2013-12-09 20:02:52 +01:00
Anna Kozlova 8072d235ef IDEA-117894 Incorrect warning of 'non-varags methods overrides varargs method' 2013-12-09 21:20:01 +04:00
Anna Kozlova f74cd44e78 IDEA-117896 Behavior of variable checked for null inspection is influenced by brackets 2013-12-09 21:20:00 +04:00
Alexander Zolotov 4b84c125dc CSS: extract methods for skipping lazy parseble elements 2013-12-09 20:38:24 +04:00
Eugene Zhuravlev 4f29f40b87 "Run in background" option from now on means "show build messages immediately" rather than "execute with modal dialog" 2013-12-09 17:36:42 +01:00
Max Medvedev 510ff4d5e7 fix compilation 2013-12-09 20:22:40 +04:00
Sergey Ignatov cd4a6bce75 javadoc for InjectionBackgroundSuppressor 2013-12-09 20:09:39 +04:00
Alexander Doroshko d4507c9001 IDEA-117548 Bad function parameters highlight 2013-12-09 19:38:05 +04:00
Anna Kozlova 78aa878e1e IDEA-117883 make <--tooltip end--> logic work in Inspections View; provide additional tooltip bounds 2013-12-09 19:18:47 +04:00
Anna Kozlova 27054e88c7 inspection description (IDEA-117881) 2013-12-09 19:18:45 +04:00
Michael Golubev 9ef64c3605 Merge branch 'master' of git.labs.intellij.net:idea/community 2013-12-09 16:09:21 +01:00
Michael Golubev cae473de65 Cloud integrations - refactor artifacts deploy 2013-12-09 16:06:46 +01:00
Max Medvedev 699a6da522 IDEA-117584 more stubs for annotations: tests 2013-12-09 18:59:01 +04:00
Max Medvedev acd49e9426 IDEA-117584 more stubs for annotations: use optimized operations 2013-12-09 18:59:00 +04:00
Max Medvedev 98be3a370a IDEA-117584 more stubs for annotations. Optimization for argument searching 2013-12-09 18:59:00 +04:00
Max Medvedev 9afba6b56e IDEA-117317 Groovy SDK is not configured, if groovy-jar has name "groovy-all.jar" 2013-12-09 18:58:59 +04:00
Max Medvedev 30ea87ee01 Groovy: cache LiteralConstructorReferences 2013-12-09 18:58:58 +04:00
Denis Fokin 3e8981595d IDEA-106716 Don't steal focus 2013-12-09 18:48:57 +04:00
Oleg Sukhodolsky a78f80daab condition replaced with assertion which checks contract expectation 2013-12-09 18:03:56 +04:00
Vassiliy Kudryashov a141b3e691 http://crucible.labs.intellij.net/cru/CR-IC-3556 2013-12-09 18:01:28 +04:00
Vladimir Krivosheev ca0853d189 update netty 2013-12-09 14:55:09 +01:00
Vladimir Krivosheev d9dbaf933b cleanup 2013-12-09 14:55:07 +01:00
Vladislav.Soroka f80d6920dc Gradle: fix dependencies scope merge
IDEA-117556 Gradle custom provided configuration added with compile scope
IDEA-117601 Gradle integration ignores scopes.TEST.plus in build.gradle
2013-12-09 17:12:49 +04:00
Dmitry Avdeev b636208169 IDEA-117698 Auto closing of tags in jsp seems to incorrectly prioritize html tags 2013-12-09 17:09:41 +04:00
Anna Kozlova 3bdaae06c9 new inference: propagate outer method to constraints, initial (IDEA-117803) 2013-12-09 17:01:50 +04:00
Anna Kozlova b055f12e86 IDEA-117827 Invalid "ambiguous method call" error 2013-12-09 17:01:48 +04:00
Aleksey Pivovarov d47b6d123e IDEA-117455 Github: do not ask user for fork repository if we can guess choice 2013-12-09 16:24:31 +04:00
Roman Shevchenko c2124bd908 platform: fix (notification group creation postponed) 2013-12-09 16:23:28 +04:00
Maxim.Mossienko a085c19cac delegate to ClsStubBuilder for inner class identification 2013-12-09 13:02:46 +01:00
Kirill Likhodedov c1e0536b53 [log] fix name of variable 2013-12-09 15:56:45 +04:00
Kirill Likhodedov 805b67cd07 [log] IDEA-115675 IDEA-116040 Fix table columns sizing
* Set sizes of table columns once, after the actual TableModel with
  commits is applied to the table. Don't set sizes again afterwards.
* Don't hardcode sizes:
  - let commit column occupy as much as possible;
  - let author column be as wide as the longest person name among the
    recent commits;
  - let the date be as wide as needed (no need to calculate,
    because dates are always nearly the same).

Implemented with the great help of Vassiliy Kudryashov.
2013-12-09 15:18:28 +04:00
Dmitry Avdeev 6730feff4c IDEA-116202 Set active changelist causes IDEA to hang: changelist name truncated to 100. 2013-12-09 14:51:53 +04:00
Dmitry Avdeev f074332001 cleanup 2013-12-09 14:51:52 +04:00
Konstantin Bulenkov e15a154455 fix Alloy trees 2013-12-09 11:33:15 +01:00
Roman Shevchenko e1a4f76c8c platform: write unsupported JRE notifications to the event log 2013-12-09 14:27:31 +04:00
Ekaterina Tuzova d42dc05c2f Merge remote-tracking branch 'origin/master' 2013-12-09 13:30:47 +04:00
Ekaterina Tuzova edc5e4ea38 fixed IDEA-111701 Emacs: pressing Ctrl+k several times should add lines to muti-line buffer
(regression for IDEA-18764, broken in IDEA-111275)

moveToLogicalPosition and moveToVisualPosition in CaretModel sometimes doesn't actually move caret and used to perform softwrap adjustment on document changes
2013-12-09 13:30:03 +04:00
Oleg Sukhodolsky 4a1d3933b3 Shouldn't try to move if myInfo.toMove2 is null 2013-12-09 12:58:53 +04:00
Anna Kozlova e2de67ca78 Merge remote-tracking branch 'origin/master' 2013-12-09 09:27:20 +01:00
Max Medvedev 515ef7a755 IDEA-117584 more stubs for annotations 2013-12-09 12:16:04 +04:00
Maxim.Mossienko 9207b87b99 avoid easy garbage
java.util.ArrayList$Itr: 1,720,417,512 (1%) bytes in 71,684,063 (2%) objects (avg size 24 bytes)
	java.util.ArrayList.iterator: 1,720,392,864 (99%) bytes in 71,683,036 (99%) objects
		com.intellij.openapi.projectRoots.impl.ProjectJdkTableImpl.findJdk: 938,831,640 (54%) bytes in 39,117,985 (54%) objects
		com.intellij.openapi.editor.impl.ComplementaryFontsRegistry.getFontAbleToDisplay: 218,420,520 (12%) bytes in 9,100,855 (12%) objects
2013-12-08 21:31:03 +01:00
Maxim.Mossienko 75c030cde4 don't call toString() without need to avoid garbage 2013-12-08 21:30:14 +01:00
Maxim.Mossienko d8ec59b221 no need to create strings of PsiFile's Text when we can avoid it or use charsequence 2013-12-08 21:24:39 +01:00
Maxim.Mossienko b6ae811de9 look for xml properties in files with xml file type only 2013-12-08 21:14:48 +01:00
Maxim.Mossienko b46a384549 do not claim inner / anonymous classes as indexable (we process them from top level class) 2013-12-08 21:11:33 +01:00
Nadya Zabrodina a1f95fa14d IDEA-113922 incorrect statusbar text when hover Mercurial > Update to fixed 2013-12-08 19:02:00 +04:00
peter 07631d3af1 enable RootIndex 2013-12-07 22:14:21 +01:00
peter 9c23c52cfc remove unnecessary dependencies from DomManager 2013-12-07 22:14:21 +01:00
Kirill Likhodedov 4c947abad4 [log] IDEA-117816 small optimization in graph cell drawing
Make image width equal not to hardcoded 1000px, but to the size
which graph + references will actually occupy.
2013-12-07 18:49:42 +04:00