Commit Graph
168389 Commits
Author SHA1 Message Date
Roman Shevchenko 77a63a0eea [java] @see tag ref verification (IDEA-97635) 2016-03-09 13:28:11 +01:00
Roman Shevchenko 4176064485 Cleanup (unused code) 2016-03-09 12:42:42 +01:00
Roman Shevchenko 55af2c9fdd Cleanup (test data corrected) 2016-03-09 11:24:07 +01:00
Roman Shevchenko 42db164176 Cleanup (code reuse) 2016-03-09 11:20:48 +01:00
Vassiliy.Kudryashov e4ee9c0c0e IDEA-152440 Changes in License Dialog: 'Terms Of Service' (TOS) and 'Privacy Policy' (PP)
Stage #4: Increase font size
2016-03-09 09:09:04 +03:00
Roman Shevchenko 94297174db Merge remote-tracking branch 'origin/master' 2016-03-08 21:18:54 +01:00
Roman Shevchenko 34f313e382 Cleanup (javadoc inspection logic separation) 2016-03-08 21:17:43 +01:00
peter 20565cd7f9 invoke saveAll under a transaction 2016-03-08 20:38:31 +01:00
peter 8e42459dcc schedule index rebuild under a transaction 2016-03-08 20:27:10 +01:00
peter e529d91ba8 use transactions in completion 2016-03-08 20:04:39 +01:00
peter 66b7aec250 FindDialog: commit query document in a transaction 2016-03-08 18:58:33 +01:00
peter 5bf2200c6d TransactionGuardImpl: more diagnostic info 2016-03-08 18:58:32 +01:00
peter b266b46476 synchronize OffsetMap and don't require write action to dispose completion 2016-03-08 18:58:32 +01:00
Anton Makeev 12f600cecc Merge remote-tracking branch 'origin/master' 2016-03-08 18:38:47 +01:00
Anton Makeev 300895d96c Merge remote-tracking branch 'origin/amakeev/cmake-35' 2016-03-08 18:35:46 +01:00
Anton Makeev a458c8c4d4 Version.parseVersion now understands various suffixes (1.0-beta, 1.0beta, 1.beta) 2016-03-08 12:27:24 +01:00
Eugene Zhuravlev 707dce7a99 privacy policy support for ultimate edition, initial 2016-03-07 20:40:52 +01:00
Roman Shevchenko f759a56f8f [tests] javadoc highlighting tests merger and cleanup 2016-03-07 17:24:51 +01:00
Maxim.Mossienko 8b9884d26a simplify code: allow FileAccessorCache to throw IOException on disposeAccessor 2016-03-07 16:30:11 +01:00
irengrig 5c2e5a3d5b WEB-20555 JSON Schema: recognize comments 2016-03-07 15:27:03 +01:00
Alexander Zolotov 664e5cf0ef Avoid double-spaces in inspection navigation panel 2016-03-07 17:16:47 +03:00
Alexander Zolotov 6f026e54df Move inspection to DevKit group + remove redundant suppression 2016-03-07 17:16:47 +03:00
Bas Leijdekkers 9ecde83fc9 SSR: report many more java pattern problems in search dialog (IDEA-126794) 2016-03-07 14:45:27 +01:00
Kirill Likhodedov 71fc955122 git: IDEA-152632 current branch should be known during rebase
This used to work (since there is the code in GitRepositoryReader
which reads from rebase-[apply|merge]/head-name but it was not called
after 2e9b3967.
2016-03-07 16:20:09 +03:00
Kirill Likhodedov cf00a9a1cb git tests: convert to kotlin 2016-03-07 16:20:09 +03:00
Kirill Likhodedov 7c416aa822 git tests: rename to kotlin 2016-03-07 16:20:09 +03:00
irengrig e46b4c4202 WEB-20557 JSON Schema: provide warning about required type Object for the schema to be read 2016-03-07 13:34:02 +01:00
Vassiliy.Kudryashov 2e0e859f9a IDEA-152440 Changes in License Dialog: 'Terms Of Service' (TOS) and 'Privacy Policy' (PP)
Stage #3: Support HiDPI screens
2016-03-07 15:31:06 +03:00
irengrig 497b210f7c WEB-20643 Remote interpreter: NullPointerException on applying empty Vagrant configuration 2016-03-07 12:44:53 +01:00
Kirill Likhodedov e13c9ff80b log: don't try to identify the VCS if too many commits are selected
getCommitIdAtRow can introduce slowdown in this case
2016-03-07 14:25:12 +03:00
Roman Shevchenko ec4b8b92eb Cleanup (assertion; outdated todo) 2016-03-07 12:13:04 +01:00
Roman Shevchenko fbd188817f [tests] decompiler test tuning 2016-03-07 11:50:54 +01:00
peter eb7d432ef4 fix blinking Spring tests; avoid cglib's class naming conflicts with assertj and mockito 2016-03-07 10:32:16 +01:00
peter 1ae52df4f0 add toString to some pool-executed runnables to make it easier to find causes of our thread pool growth 2016-03-07 08:10:50 +01:00
peter de6580015c escape xml characters in completion "no results" hint 2016-03-07 08:05:28 +01:00
peter 892568a9e0 stop AnimatedIcon when it's hidden 2016-03-07 08:03:41 +01:00
Konstantin Bulenkov 77f53df711 Merge remote-tracking branch 'origin/master' 2016-03-06 21:34:14 +01:00
Konstantin Bulenkov 48b913b4d2 fix installers 2016-03-06 21:31:58 +01:00
Bas Leijdekkers 0681470029 IG: replace unnecessary boxing with Boolean constant (IDEA-152361) 2016-03-06 14:34:24 +01:00
Julia Beliaeva 15290c84aa [vcs-log] cache Selection in table to only calculate it when its changed 2016-03-06 15:16:24 +03:00
Konstantin Bulenkov bfc6e667fe remove duplicate 2016-03-06 06:47:41 +01:00
Vassiliy.Kudryashov 854b7fdf39 IDEA-152540 Open popups submenu on hover 2016-03-06 00:47:39 +03:00
Maxim.Mossienko 72125c450f refactor MapReduceIndex to have simple constructor arguments and all index implementation inside 2016-03-05 22:33:07 +01:00
peter b9b9c6c8f6 revert getFindUsgaesHandler under progress, extensions like to show dialogs there :( 2016-03-05 21:21:45 +01:00
Konstantin Bulenkov 1d754b329a refactor shadow painter 2016-03-05 20:42:00 +01:00
Konstantin Bulenkov 7afb6d14c2 use actual icon size instead of hardcoded constants 2016-03-05 20:41:40 +01:00
Konstantin Bulenkov f17ce99835 remove empty border from glasspane 2016-03-05 20:40:50 +01:00
Konstantin Bulenkov 2cd3badf5c remove duplicate tip 2016-03-05 20:28:51 +01:00
Konstantin Bulenkov dbd7a7bacf fix Tips and Tricks registry 2016-03-05 19:14:14 +01:00
Konstantin Bulenkov c60abe4d8b fix CE build 2016-03-05 19:00:14 +01:00