Commit Graph
141306 Commits
Author SHA1 Message Date
Vassiliy.Kudryashov 00b643ab5d IDEA-103464 Adding environment variables to a Tomcat server is a UX nightmare 2014-11-03 15:31:00 +03:00
Maxim.Mossienko 88b3ecdc6f avoid Map.Entry instances creation:
gnu.trove.THashMap$EntryView$EntryIterator.objectAtIndex: 1,354,005,709,608 (10.80%) bytes in 56,416,904,567 (15.09%) objects (avg size 24 bytes)
 	gnu.trove.THashMap$Entry: 1,354,005,709,608 (10.80%) bytes in 56,416,904,567 (15.09%) objects (avg size 24 bytes)
2014-11-03 13:13:55 +01:00
Maxim.Mossienko 4d6b76ad64 IDEA-132217 Running FileBasedIndexImpl invalidations should be cancellable same way as plain file indexing 2014-11-03 13:08:12 +01:00
Dmitry Trofimov dc9043c92d Merge remote-tracking branch 'origin/master'
Conflicts:
	python/edu/src/com/jetbrains/python/edu/PyCharmEduInitialConfigurator.java
2014-11-03 11:23:07 +01:00
Yann Cébron 6c39c5eb5b EA-62283 - IAE: AnnotationUtil.findAnnotationInHierarchy 2014-11-03 11:16:18 +01:00
Bas Leijdekkers 10774f6e05 Use LexerTestCase instead of custom lexer test 2014-11-03 10:33:08 +01:00
Vladimir Krivosheev ddddd1aa8f RunnerAndConfigurationSettingsImpl — don't save defaults (configurationWrapper) 2014-11-03 07:47:07 +01:00
Vladimir Krivosheev cb1e99275c fix typo 2014-11-03 07:14:55 +01:00
Vladimir Krivosheev 1ce06c9538 detach element to avoid memory leaks 2014-11-03 07:14:54 +01:00
Kirill Likhodedov a3dd3c7075 [log] IDEA-121949 Fix filtering by non-existent branch 2014-11-02 18:54:02 +03:00
Kirill Likhodedov 2642f4cf09 FrameWrapper: provide Project by data key
This fixes IDEA-131489
2014-11-02 18:46:10 +03:00
Kirill Likhodedov f8c8846def [log] IDEA-132218 Fix in-memory filter when old branch filter is active
When filtering in memory, we walk down by the permanent graph => we
need to check each commit whether it matches the branch filter as
well, otherwise we get commits which match username only => receive a
visible graph with 0 visible commits.
2014-11-02 17:33:54 +03:00
Alexander Zolotov 9d6b403036 WEB-14024 JSX Emmet Completion Not Working With Multiple Classes 2014-11-02 17:04:34 +03:00
Bas Leijdekkers f9c10b3d34 Revert changes committed by mistake 2014-11-02 13:53:36 +01:00
Bas Leijdekkers 057851ab91 RegExp: fix completion place for POSIX bracket expressions 2014-11-02 13:40:33 +01:00
Bas Leijdekkers d2a06700d2 RegExp: completion for POSIX bracket expressions 2014-11-02 13:30:09 +01:00
Eugene Zhuravlev a627ce9b31 wait for cancelled process termination on processHandler instead of Future object;
correctly unregister Future object for cancelled preloaded process;
better launching errors diagnostic for preloaded processes
2014-11-02 00:32:42 +01:00
Anton Makeev 9849436aad AppCode: OC-10970 Support Swift in bundled color schemes (Default, Darcula, Xcode)
* OC colors reuse default highlighting colors where possible
* Swift colors reuse OC colors
* removed possiblle keys collisions of OC colors (OC. prefix added) + bundled keymaps updated
2014-11-01 18:27:44 +01:00
Yann Cébron cdc306d06b BaseParseTestCase: fix compilation #2 2014-11-01 15:43:29 +01:00
Yann Cébron 13b81697ed BaseParseTestCase: fix compilation #1 2014-11-01 15:43:11 +01:00
Bas Leijdekkers 09d7072e5e move and rename regex tests 2014-11-01 12:57:18 +01:00
Bas Leijdekkers 6259a057c3 regexp: support posix bracket expressions 2014-11-01 12:41:58 +01:00
Bas Leijdekkers 9247368b42 regexp: simplify lexer by extracting macro 2014-11-01 12:41:58 +01:00
Bas Leijdekkers 1cff76a93d regular expression lexer test 2014-11-01 12:41:57 +01:00
Eugene Zhuravlev 9a9bfe7a5f force netty to use Log4J logger implementation 2014-10-31 22:23:09 +01:00
Anna Kozlova aa8b6d221f Merge remote-tracking branch 'origin/master' 2014-10-31 21:39:38 +01:00
Roman Shevchenko e8f87fd2e4 Merge remote-tracking branch 'origin/master' 2014-10-31 21:37:31 +01:00
Roman Shevchenko b2604eed01 ui: better "disabled foreground" default on GTK+ 2014-10-31 21:36:41 +01:00
Anna Kozlova 85bdef65ec analyze dependencies: provide external dependencies node for project patterns (IDEA-132201) 2014-10-31 21:35:03 +01:00
Anna Kozlova 22ae1cc246 read action 2014-10-31 21:16:28 +01:00
Anna Kozlova fb0fb31b3d Merge remote-tracking branch 'origin/master' 2014-10-31 21:04:16 +01:00
Anna Kozlova ebddd40bcb Merge remote-tracking branch 'origin/master' 2014-10-31 21:02:40 +01:00
Maxim.Mossienko 9dcfe69c29 do not need to call getText() for PsiClass (even compiled) instances 2014-10-31 21:02:14 +01:00
Maxim.Mossienko 7c91f9a663 use message when logging pce 2014-10-31 21:02:13 +01:00
Anna Kozlova d39e56ed5d suppressed for kotlin; initially code provides cls -> mirror transition (IDEA-132226) 2014-10-31 20:59:48 +01:00
Roman Shevchenko 9587952e23 project: dictionary extended 2014-10-31 20:55:39 +01:00
Roman Shevchenko 449e5088c6 IDEA-126293 (set background recursively instead of toying with opacity) 2014-10-31 20:34:18 +01:00
Eugene Zhuravlev 0397ab0da2 do not start excessive number of pre-loaded processes 2014-10-31 20:16:32 +01:00
Anna Kozlova aa78a9b659 code cleanup title for edit inspections 2014-10-31 19:55:15 +01:00
Anna Kozlova 3066c3118a cleanup mnemonic 2014-10-31 19:55:14 +01:00
Anna Kozlova 8a4f9522bc introduce parameter object: put extracted param object at place of the first parameter which was merged (IDEA-108186) 2014-10-31 19:55:13 +01:00
Roman Shevchenko d856838121 Test fix 2014-10-31 19:46:35 +01:00
Egor.Ushakov 922c5e4113 IDEA-132040 Java Data Type Renderers UI is not redrawn when selecting another Renderer 2014-10-31 20:24:50 +03:00
Egor.Ushakov 326ca8619c IDEA-131710 Unclear behavior of smart step into method after conditional operator - cleanup after review 2014-10-31 19:47:39 +03:00
Roman Shevchenko df5d09a0fa Merge remote-tracking branch 'origin/master' 2014-10-31 17:45:00 +01:00
Roman Shevchenko 48704a1544 IDEA-122423 (ignore implicit table row height in GTK+) 2014-10-31 17:43:39 +01:00
Roman Shevchenko 52ec01ffd5 project: dictionary extended 2014-10-31 17:40:11 +01:00
Yaroslav Lepenkin 9fdc9559dc Allow to reformat unversioned files if reformat code dialog is not shown and "process changed text" is on (IDEA-131937) 2014-10-31 19:34:26 +04:00
Konstantin Bulenkov b06cdf40cf Merge remote-tracking branch 'origin/master' 2014-10-31 17:30:20 +01:00
Konstantin Bulenkov 937aa494c3 update tips
(cherry picked from commit 6ccc6202bf8401b619281e35032ec63721ba9a73)
2014-10-31 17:28:37 +01:00