Commit Graph
133602 Commits
Author SHA1 Message Date
Vladimir Krivosheev 8543a4ae11 cleanup — don't use NonDefaultProjectConfigurable 2014-07-23 18:01:12 +02:00
Anna Kozlova 381c7fc817 ensure type parameters contain fully qualified names (IDEA-127714) 2014-07-23 17:53:18 +02:00
Vladimir Krivosheev e40e8e81ec generic debugger settings: merge to support AppCode (all settings on one page) 2014-07-23 17:46:13 +02:00
Roman Shevchenko c257053753 java: clean AST/PSI separation for annotation parameter list (fixes IDEA-119684) 2014-07-23 17:21:49 +02:00
Roman Shevchenko d702ec6a26 IDEA-127001 (separate workarounds for awesome WM 3.4/3.5+) 2014-07-23 17:15:29 +02:00
Anton Makeev da14a69d2b Platform: incorrect behavior of ToolWindowManager's headless implementation: contents handling is now better emulated 2014-07-23 17:08:53 +02:00
Vladimir Krivosheev 04d5d3505d cleanup 2014-07-23 17:03:30 +02:00
Maxim.Mossienko f4eb0c9b11 codecachesize jvm option is increased + codecache flushing added 2014-07-23 16:55:30 +02:00
Vladimir Krivosheev 3f16efab05 generic debugger settings: step 4 — HotSwap settings 2014-07-23 16:52:22 +02:00
Vladimir Krivosheev 2ea364c448 cleanup 2014-07-23 16:52:22 +02:00
Ilya.Kazakevich 8f67a4ace6 Merge remote-tracking branch 'origin/master' 2014-07-23 18:43:41 +04:00
Ilya.Kazakevich 3b8a90e98b PY-8427 Behave BDD support
PY-4186 Lettuce BDD tool support

Behave runner added
2014-07-23 18:29:22 +04:00
Dmitry Avdeev 485df490d1 IDEA-127719 com.intellij.ide.util.newProjectWizard.AddSupportForFrameworksPanel leak 2014-07-23 18:26:56 +04:00
Dmitry Batkovich 5c74440498 inspections ui settings: inspections tree showRootHandles(true) 2014-07-23 18:03:48 +04:00
Konstantin Bulenkov bb26a6d1c6 Merge remote-tracking branch 'origin/master' 2014-07-23 15:46:07 +02:00
Konstantin Bulenkov f38e40b1d8 flat error stripes 2014-07-23 15:44:35 +02:00
Anna Kozlova 94196264b1 Merge remote-tracking branch 'origin/master' 2014-07-23 15:38:46 +02:00
Anna Kozlova 113066343d Merge remote-tracking branch 'origin/master' 2014-07-23 15:37:02 +02:00
Dmitry Batkovich 43eddd87b5 inspections settings ui: min size for severity&scopes table is 3 2014-07-23 17:36:27 +04:00
Anna Kozlova fa1e50d0a4 NPE 2014-07-23 15:25:58 +02:00
Sergey Malenkov 370f95661b Fix for double-alt on Windows: show tool stripes faster. 2014-07-23 16:13:53 +04:00
Vladimir Krivosheev 3deb67ff14 simplify — SimpleConfigurable
It so boring to write Configurable class while we need only ConfigurableUi
2014-07-23 14:10:32 +02:00
Maxim.Mossienko 3b331c50d2 don't leak project because of assertion in setUp 2014-07-23 13:55:21 +02:00
Dmitry Batkovich 9694e0b420 Inspections settings ui: added scrolls to config panel if need 2014-07-23 14:51:15 +04:00
nik 9e49dd331f tests added 2014-07-23 14:47:18 +04:00
Alexey Kudravtsev 846e6be9f9 range markers optimisations: create fewer markers in OpenFileDescriptor and LazyMarkerFactory 2014-07-23 14:41:52 +04:00
Alexey Kudravtsev d948e9bd56 tests 2014-07-23 14:41:51 +04:00
Alexey Kudravtsev d86ae6c6f0 notnull 2014-07-23 14:41:50 +04:00
Alexey Kudravtsev 6194f4d66c removed usage of internal method 2014-07-23 14:41:49 +04:00
Alexey Kudravtsev 5f262750f4 cleanup 2014-07-23 14:41:48 +04:00
Alexey Kudravtsev 3ad47890f0 make assertion work for non-random access collections 2014-07-23 14:41:46 +04:00
Dmitry Batkovich ccbbc8d114 Inspections settings ui: NPE fixed (on pressing "OK" with unsaved changes) 2014-07-23 14:26:49 +04:00
Gregory.Shrago 8ce7f4e0eb handle null containing files gracefully 2014-07-23 14:19:32 +04:00
Ilya Klyuchnikov 61c577df69 fix in equals 2014-07-23 13:43:16 +04:00
Anna Kozlova 1527d76810 Merge remote-tracking branch 'origin/master' 2014-07-23 11:38:11 +02:00
Alexey Kudravtsev 17fdfb95fd add psi impl to intellij-core-analysis.jar 2014-07-23 13:36:01 +04:00
Alexey Kudravtsev db6c78891a notnull 2014-07-23 13:36:00 +04:00
Alexey Kudravtsev 58af8deec8 check for validity 2014-07-23 13:35:59 +04:00
Alexey Kudravtsev 1b9ba31da8 cast from Short to char is prohibited 2014-07-23 13:35:58 +04:00
Alexey Kudravtsev 6e3721c181 optimisation: getMaybeSuperClassSubstitutor() to avoid traversing class hierarchy twice 2014-07-23 13:35:57 +04:00
Alexey Kudravtsev 979ff325b5 NotNull, cleanup 2014-07-23 13:35:55 +04:00
Alexey Kudravtsev a5c48e2b55 make fields final 2014-07-23 13:35:54 +04:00
Alexey Kudravtsev 8e743029e4 reverted 6dc93a1 "skip binary files earlier" because it broke Find in JDK sources 2014-07-23 13:35:53 +04:00
Alexey Kudravtsev 7421cd4740 IDEA-127068 better fix 2014-07-23 13:35:52 +04:00
Anna Kozlova adac6e049f NPE 2014-07-23 11:33:53 +02:00
Kirill Likhodedov 7910bf02bf [git] Fix already disposed EA-58537 2014-07-23 13:30:41 +04:00
Kirill Likhodedov 82bdaf3ee0 [git tests] move nullifying fields to the finally block 2014-07-23 13:26:39 +04:00
Aleksey Pivovarov adf5814c3b try to reuse existing Ranges from LineStatusTracker in formatter
this will remove cases, when lines, highlighted as changed, are not the same, as the ones that will be formatted (due to possible non-optimal ranges from LST)
2014-07-23 13:21:19 +04:00
Aleksey Pivovarov 446098a35c IDEA-112011 add shortcuts to popup for changed range 2014-07-23 13:19:33 +04:00
Kirill Likhodedov f1c398141a [git] IDEA-127472 Correctly checkout from diverged branches to common branch + tests
* Before branch operation starts, remember current branches for each
  repository, without assuming that the repositories are on the same
  branch. Use proper branch for each repository during rollback.
* Simplify some user messages in a couple of places to avoid forming
  complex messages like "branch A in repository B", etc.
  However, use such complex message format to notify about merge result.
2014-07-23 13:14:08 +04:00