Commit Graph
118480 Commits
Author SHA1 Message Date
Bas Leijdekkers d30cf27e30 remove annotation altogether 2013-10-30 10:54:44 +01:00
Vassiliy 58c2b0824c NPE fix 2013-10-30 13:31:56 +04:00
Vassiliy 20ee27d06e NPE fix 2013-10-30 13:25:02 +04:00
Alexander Zolotov 0ee166047a RUBY-12993 Quick Fix puts a new created sass file to the not corresponding place 2013-10-30 13:12:20 +04:00
Vassiliy 16a2e628d0 http://ea.jetbrains.com/browser/ea_problems/49730 2013-10-30 12:41:36 +04:00
Bas Leijdekkers 00d0ef5fa1 ThreadFactory.newThread() is allowed to return null 2013-10-30 09:40:34 +01:00
Alexey Utkin 365c726728 Fix OC-5992 Formatter: PsiComment.BlockFormatting ->PsiDocCommentBase +review CR-OC-1034 2013-10-30 12:24:37 +04:00
peter 07a29bd9cb RootIndex: less vfs lookups when searching for non-existing packages, don't cache empty results 2013-10-30 09:15:23 +01:00
anna 54b7936e2a new inference: infer from return value from method ref 2013-10-30 09:09:40 +01:00
nik c61dbfbf69 root model: don't create synthetic entries for excluded output folders - fixed importing excluded roots from Maven 2013-10-30 11:08:30 +04:00
nik 9d3d310b9b FacetImporterTestCase simplified 2013-10-30 11:08:29 +04:00
nik f9145cba9a place of 'package-info.java' item in 'New' menu corrected (IDEA-115658, IDEA-115086) 2013-10-30 11:08:29 +04:00
nik 6212b1dbae root model: don't create synthetic entries for excluded output folders - 2 2013-10-30 11:08:28 +04:00
Vassiliy b8937b22b6 FIX: IllegalStateException with many duplicates 2013-10-30 10:34:16 +04:00
Nadya Zabrodina 97cfae5b5f compile fix: implementation for RefGroup changed interface 2013-10-30 03:40:49 +04:00
Maxim.Mossienko 00f7ea1e4b Find: Comments only: Groovy javadoc comments are skipped (IDEA-115578) 2013-10-30 00:38:04 +01:00
Nadya Zabrodina 35f9256deb new log for mercurial first implementation
*tags not supported;
*need to remove double referenced branches with multi heads;
*see todo problems and code comments;
2013-10-30 03:29:12 +04:00
Eugene Zhuravlev 4ff44ecd6d Fixing IDEA-115649 Compiler cannot resolve references to classes generated by annotation processors
1. save generated files synchronously
2. do not use cache when listing files from output directories
2013-10-29 23:41:26 +01:00
Konstantin Ulitin 9b9dd9f0d3 do not unwrap index elements in TypeScript when resolving type name 2013-10-30 01:06:30 +04:00
Dmitry Trofimov 8685c8ef39 Fix winpty executables. 2013-10-29 20:31:07 +01:00
Dmitry Trofimov 49b36a5f5b Merge remote-tracking branch 'origin/master' 2013-10-29 20:11:01 +01:00
Dmitry Trofimov 2bfd6ef74a Pty libraries for windows updated (PY-10548, PY-11207, PY-11179). 2013-10-29 20:08:27 +01:00
Gregory.Shrago a9fb95aef3 NPE fix 2013-10-29 22:53:23 +04:00
Dmitry Jemerov 2d080ba892 to make programmatic registration easier, use explicit ExtensionPointName instance in extension points that use KeyedExtensionFactory 2013-10-29 19:15:05 +01:00
Dmitry Jemerov 6c1b0cc646 move XML highlighters to xml-psi 2013-10-29 19:15:05 +01:00
anna 491951028d target 1.5 also for testng (IDEA-115618) 2013-10-29 18:53:17 +01:00
Vladimir Krivosheev ed14625bca init WEB-6413 sourcemap backed breakpoints do not work until page is loaded 2013-10-29 18:45:09 +01:00
Maxim.Mossienko 4cfc28593b IDEA-115583 exception on CTRL+SHiFT+A on welcome screen 2013-10-29 18:42:01 +01:00
Kirill Likhodedov 0af73afd9b [log] log the error only once per request 2013-10-29 21:09:39 +04:00
Kirill Likhodedov d59d5f264c [log] toString() 2013-10-29 21:09:39 +04:00
Kirill Likhodedov 633f1c73b0 [git] Don't print git log --tags command output to the log & console 2013-10-29 21:09:38 +04:00
Kirill Likhodedov 6377dc26e3 [log] Allow null roots in the GraphTableModel.
Some rows may be empty (contain no commits): for instance,
in the case of graph filtered by branch, when there will be just
graph fragments drawn.

Therefore it is not an error to have a null node,
and therefore it is not an error to receive the FAKE_ROOT in the
color manager.

Supply correct root to the LoadingDetails (the root is known because
is taken from the Branch of a Node).
2013-10-29 21:09:38 +04:00
Kirill Likhodedov f317edefa0 [log] Don't allow the graph table to repaint during graph modification
Introduce executeWithoutRepaint() which freezes the repaint while
executing the given task.

Otherwise it may lead to a performance disaster: the graph will
change, and current visible area will be not in the invalid table area,
which will lead to the full table repaint (which in turn will lead to
call getValueAt on all table rows).
2013-10-29 21:09:38 +04:00
Kirill Likhodedov 843a2a56fa [log] IDEA-115370 Execute potentially slow tasks under modal progress 2013-10-29 21:09:37 +04:00
Kirill Likhodedov 9e22d99155 [log] invokeLater only if needed
It fixes too long collaps of a linear branch.
The performance problem happened because after the branch was collapsed
we jumped to the commit not immediately, but Later,
which happened after JTable repaint.
The repaint on the other hand tried to guess the area to repaint,
but didn't succeed because we were staying in the invalid area,
in which case repaint was called for the whole table
(see BasicTableUI.paint "if (rMin == -1)..."
2013-10-29 21:09:37 +04:00
Kirill Likhodedov 54e17443e4 [log] New icons for expand/collapse branches & show/hide long edges 2013-10-29 21:09:37 +04:00
Andrey Vlasovskikh 8afe9accfd Merge branch 'types-db-to-skeletons' 2013-10-29 20:18:36 +04:00
Maxim.Mossienko 7a6ff4c869 check disposed state 2013-10-29 17:02:04 +01:00
Maxim.Mossienko 1f6b15f395 more diagnostic for assertion 2013-10-29 17:02:02 +01:00
Andrey Vlasovskikh 8ca343f354 Removed properties-based stdlib types database 2013-10-29 19:53:14 +04:00
Dennis Ushakov 53a88a7655 #WEB-555 fixed 2013-10-29 19:49:24 +04:00
Denis Fokin bb0b789fd0 Disabling JumpList because of some issues on win32 platform. 2013-10-29 19:34:40 +04:00
Sergey Evdokimov 83f4128883 Bug fix: Create Test dialog does not initialize 'superclass' field. 2013-10-29 19:29:26 +04:00
Andrey Vlasovskikh 9f92b82dbe Added canonical import path for names of 'sqlite3' module 2013-10-29 19:11:41 +04:00
Dmitry Avdeev 8c7b497fe1 IDEA-113332 Typing an attribute in XML/HTML files ends up with corrupted XML 2013-10-29 18:49:05 +04:00
Dmitry Avdeev c4f7d79f45 IDEA-113332 Typing an attribute in XML/HTML files ends up with corrupted XML 2013-10-29 18:49:04 +04:00
Alexey Utkin 7eea5acd5c Fix OC-3040 rollback changes in platform +review CR-OC-1015 2013-10-29 17:37:00 +04:00
Denis Fokin c74d76e8fb Enabling jumplist for IDEA-108265. 2013-10-29 17:26:17 +04:00
Sergey Evdokimov d56e66b8a1 IDEA-113758 Create Specifications when creating tests 2013-10-29 17:15:22 +04:00
Konstantin Bulenkov 2f1950f1c7 IDEA-115561 Appearance of vertical and horizontal scroll bars in the search results is unexpected often 2013-10-29 16:20:56 +04:00