liana.bakradze [Wed, 19 Aug 2015 12:41:47 +0000 (15:41 +0300)]
added icons
liana.bakradze [Wed, 19 Aug 2015 11:07:54 +0000 (14:07 +0300)]
changed presentation of some debug values
There is no need in custom DebugValue because we have XVaueGroup. Also changed the name of new special value after discussion.
liana.bakradze [Wed, 19 Aug 2015 08:00:39 +0000 (11:00 +0300)]
removed redundant extension point
liana.bakradze [Fri, 14 Aug 2015 17:10:31 +0000 (20:10 +0300)]
renamed "Output" back to "Console"
liana.bakradze [Fri, 14 Aug 2015 17:00:44 +0000 (20:00 +0300)]
added missing file
liana.bakradze [Wed, 5 Aug 2015 18:44:46 +0000 (21:44 +0300)]
fixed after IDEA-CR-4069
liana.bakradze [Thu, 30 Jul 2015 09:38:30 +0000 (12:38 +0300)]
replaced watches tab with simplified console
liana.bakradze [Sun, 26 Jul 2015 19:35:59 +0000 (22:35 +0300)]
customized frames list
liana.bakradze [Sun, 26 Jul 2015 18:17:32 +0000 (21:17 +0300)]
extracted magic variables to separate debug value
liana.bakradze [Thu, 23 Jul 2015 07:44:32 +0000 (10:44 +0300)]
do not try to put breakpoints on docstrings
liana.bakradze [Tue, 21 Jul 2015 10:40:58 +0000 (13:40 +0300)]
always stop on the first line in debug
Added custom executor to make canRun method in pyDebugRunner return false. Also it can be useful to replace debug tool window with custom tool window
peter [Mon, 20 Jul 2015 08:15:08 +0000 (10:15 +0200)]
fix status bar progress leaks
peter [Mon, 20 Jul 2015 08:14:39 +0000 (10:14 +0200)]
failure in LocalHistoryActionsTest.tearDown shouldn't bring down other tests
Anton Makeev [Thu, 16 Jul 2015 19:23:46 +0000 (21:23 +0200)]
some UsefulTestCase made available statically
Anton Makeev [Sat, 11 Jul 2015 15:15:36 +0000 (17:15 +0200)]
FilenameIndex supports case-insensitive search (post review: more reliable keys-values processing)
Anton Makeev [Thu, 9 Jul 2015 11:24:50 +0000 (13:24 +0200)]
FilenameIndex supports case-insensitive search
Anton Makeev [Wed, 1 Jul 2015 20:02:16 +0000 (22:02 +0200)]
ProjectAndLibrariesScope now allows changing display name (in AppCode "Libraries" are "Frameworks")
Roman Shevchenko [Sun, 19 Jul 2015 12:15:49 +0000 (15:15 +0300)]
Merge remote-tracking branch 'origin/master'
Roman Shevchenko [Sat, 18 Jul 2015 19:59:11 +0000 (22:59 +0300)]
Cleanup (test moved to a correct location)
Roman Shevchenko [Fri, 17 Jul 2015 15:06:07 +0000 (18:06 +0300)]
Cleanup (formatting)
Anton Makeev [Sat, 18 Jul 2015 10:30:00 +0000 (12:30 +0200)]
Test Framework refactored to allow fully customized project setup - reapplied with fix
Konstantin Bulenkov [Sat, 18 Jul 2015 00:00:00 +0000 (02:00 +0200)]
Welcome Screen: remove folder icon and app icons. Show only defined project icons
Dennis Ushakov [Thu, 16 Jul 2015 09:59:24 +0000 (12:59 +0300)]
#WEB-13988 fixed
Konstantin Bulenkov [Fri, 17 Jul 2015 22:06:13 +0000 (00:06 +0200)]
cleanup. change JBIU.Border methods for shorter analogs
Maxim.Mossienko [Fri, 17 Jul 2015 21:54:02 +0000 (23:54 +0200)]
- IDEA-96179 Replace with a camel case string and Preserve Case on converts the string to lower case
- IDEA-131854 Whole Word search matches partial occurrences
Maxim.Mossienko [Fri, 17 Jul 2015 10:04:56 +0000 (12:04 +0200)]
whitespace fixed
Ilya.Kazakevich [Fri, 17 Jul 2015 21:12:50 +0000 (00:12 +0300)]
Merge remote-tracking branch 'origin/master'
Ilya.Kazakevich [Fri, 17 Jul 2015 21:10:16 +0000 (00:10 +0300)]
test fixed (code does not work for Py26)
Vassiliy.Kudryashov [Fri, 17 Jul 2015 20:09:33 +0000 (23:09 +0300)]
IDEA-142124 Inline search bar usability regressions
+Unit test for selection
Sergey Malenkov [Fri, 17 Jul 2015 17:29:10 +0000 (20:29 +0300)]
IDEA-142715 It's impossible to move multiple files by mouse between changelists or even select several files via Ctrl/Cmd+Click
MouseEvent conversion loses the META_MASK modifier, so we should use getModifiers()|getModifiersEx() to copy all masks.
Mikhail Golubev [Fri, 17 Jul 2015 16:14:03 +0000 (19:14 +0300)]
PY-16420 Quick fix "Add super class call" passes some of optional parameters in generated constructor call
Previously all optional parameters of super class constructor was
ignored in generated constructor call, but from now on we pass them
there if they exist in constructors of both superclass and subclass.
Mikhail Golubev [Fri, 17 Jul 2015 14:36:25 +0000 (17:36 +0300)]
PY-16421 Quick fix "Add super class call" preserves single star param of original constructor
Mikhail Golubev [Fri, 17 Jul 2015 10:34:51 +0000 (13:34 +0300)]
IDEA-134867 Change name of default query to make clear its actual meaning
Sergey Malenkov [Fri, 17 Jul 2015 16:15:33 +0000 (19:15 +0300)]
IDEA-142715 It's impossible to move multiple files by mouse between changelists or even select several files via Ctrl/Cmd+Click
Ekaterina Tuzova [Fri, 17 Jul 2015 16:13:18 +0000 (19:13 +0300)]
study tool window could be null in checkio project
Ekaterina Tuzova [Thu, 16 Jul 2015 14:36:15 +0000 (17:36 +0300)]
reverted run tests in file for course creator plugin
Sergey Malenkov [Fri, 17 Jul 2015 15:08:45 +0000 (18:08 +0300)]
IDEA-142507 Context menu appears on the wrong monitor
Vladislav.Soroka [Fri, 17 Jul 2015 15:25:57 +0000 (18:25 +0300)]
maven: include plexus-utils jar in dist
Kirill Likhodedov [Fri, 17 Jul 2015 15:24:43 +0000 (18:24 +0300)]
Revert
5b456c95: not only incomplete fix for IDEA-132259, but even incorrect: IDEA-142611
peter [Fri, 17 Jul 2015 15:13:51 +0000 (17:13 +0200)]
Merge remote-tracking branch 'origin/master'
peter [Fri, 17 Jul 2015 15:10:13 +0000 (17:10 +0200)]
Merge branch 'SerCeMan-master'
peter [Fri, 17 Jul 2015 15:10:02 +0000 (17:10 +0200)]
Merge branch 'master' of https://github.com/SerCeMan/intellij-community into SerCeMan-master
Egor.Ushakov [Fri, 17 Jul 2015 15:07:58 +0000 (18:07 +0300)]
better align completion list with the text
Vladislav.Soroka [Fri, 17 Jul 2015 14:53:19 +0000 (17:53 +0300)]
Gradle: upgrade Tooling API from 2.2 up to 2.5
Vladislav.Soroka [Fri, 17 Jul 2015 14:52:38 +0000 (17:52 +0300)]
gradle: do not merge jvm args with gradle JvmOptions#getAllJvmArgs
Sergey Simonchik [Fri, 17 Jul 2015 14:56:40 +0000 (17:56 +0300)]
IDEA-142791 Overriding default font should change JSpinner default font
peter [Fri, 17 Jul 2015 14:51:27 +0000 (16:51 +0200)]
add -XX:-OmitStackTraceInFastThrow to tests in one place (IDEA-CR-3750)
Vladimir Krivosheev [Fri, 17 Jul 2015 14:06:06 +0000 (16:06 +0200)]
cleanup
Vladimir Krivosheev [Fri, 17 Jul 2015 14:04:49 +0000 (16:04 +0200)]
simplify — delegate is not required
Elizaveta Shashkova [Fri, 17 Jul 2015 13:59:27 +0000 (16:59 +0300)]
Python console crash with multiprocessing.Pool() (PY-16311)
The close method expected in StdIn
Vladimir Krivosheev [Fri, 17 Jul 2015 13:29:56 +0000 (15:29 +0200)]
ability to filter component by os
Vladimir Krivosheev [Fri, 17 Jul 2015 11:32:13 +0000 (13:32 +0200)]
save memory — don't create options HashMap for each component config
Vladimir Krivosheev [Fri, 17 Jul 2015 10:38:02 +0000 (12:38 +0200)]
save memory — don't keep list of componentConfigs
avoid list (of componentConfigs) to array transformation just to get size
simplify code — we don't need to use and keep bool flag myClassesLoaded, we can just move init logic to constructor and, so, we don't have to assert
make app init progress bar more precise — component could require other components, and, so, we should call setFraction not in init() after getComponent() call, but on each component initialization (as it was implemented in case of Project — now this logic is unified)
Dmitry Avdeev [Fri, 17 Jul 2015 13:26:44 +0000 (16:26 +0300)]
correct version number
Dmitry Avdeev [Fri, 17 Jul 2015 13:13:51 +0000 (16:13 +0300)]
toString()
Dmitry Avdeev [Fri, 17 Jul 2015 12:52:06 +0000 (15:52 +0300)]
cleanup
peter [Fri, 17 Jul 2015 12:56:44 +0000 (14:56 +0200)]
IDEA-142746 Completion should prefer local variable, not equals()
Kirill Likhodedov [Fri, 17 Jul 2015 12:52:56 +0000 (15:52 +0300)]
[git] Provide a registry property to read process output in blocking or non-blocking mode
Trying to debug IDEA-142540 (the process doesn't finish).
Sergey Tselovalnikov [Fri, 17 Jul 2015 12:23:07 +0000 (15:23 +0300)]
Fix IDE history when exception thrown (forward)
Sergey Tselovalnikov [Fri, 17 Jul 2015 12:18:25 +0000 (15:18 +0300)]
Fix IDE history when exception thrown
peter [Fri, 17 Jul 2015 12:15:52 +0000 (14:15 +0200)]
less allocations when iterating over lookup strings
peter [Fri, 17 Jul 2015 11:27:40 +0000 (13:27 +0200)]
avoid expensive LookupElement.isValid check on every repaint, just ignore invalid frozen items (EA-68259 - PIEAE: PsiUtilCore.ensureValid)
peter [Fri, 17 Jul 2015 08:30:42 +0000 (10:30 +0200)]
search for code smells on commit in smart mode (EA-70284 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Fri, 17 Jul 2015 08:26:58 +0000 (10:26 +0200)]
instead of complicated DumbAware checking, just don't run inspections in dumb mode (EA-70824 - assert: DumbServiceImpl.waitForSmartMode)
peter [Fri, 17 Jul 2015 08:12:25 +0000 (10:12 +0200)]
choose by name: highlight matched fragments for case-insensitive pattern (IDEA-142744)
Egor.Ushakov [Fri, 17 Jul 2015 11:02:36 +0000 (14:02 +0300)]
use JBList builtin busy icon
Dmitry Batkovich [Fri, 17 Jul 2015 11:09:57 +0000 (14:09 +0300)]
AlphaUnsortedPropertiesFilesInspection becomes not ignored comments above properties
Liana Bakradze [Fri, 17 Jul 2015 11:04:07 +0000 (14:04 +0300)]
EDU-121 Forbid renaming
Dmitry Batkovich [Fri, 17 Jul 2015 10:22:48 +0000 (13:22 +0300)]
AlphaUnsortedPropertiesFilesInspection: added test for fix with multiline property
Egor.Ushakov [Fri, 17 Jul 2015 10:18:52 +0000 (13:18 +0300)]
preserve sub-pixel antialiasing on non-focused completion popup
nik [Fri, 17 Jul 2015 09:51:32 +0000 (12:51 +0300)]
removed remaining usages of IDEA_MARKER_CLASS
nik [Fri, 17 Jul 2015 09:37:13 +0000 (12:37 +0300)]
don't try to layout android plugin in minor IDEs
nik [Fri, 17 Jul 2015 08:11:24 +0000 (11:11 +0300)]
maven resource builder: show path to problematic file if copying failed (ZD-66983)
nik [Fri, 17 Jul 2015 07:43:26 +0000 (10:43 +0300)]
MavenResourcesBuilder: don't produce tons of identical progress messages
Anton Makeev [Fri, 17 Jul 2015 08:03:12 +0000 (10:03 +0200)]
[temporarily reverted] Test Framework refactored to allow fully customized project setup
Sergey Simonchik [Fri, 17 Jul 2015 07:49:07 +0000 (10:49 +0300)]
IDEA-142739 GeneralIdBasedToSMTRunnerEventsConvertor doesn't accept duration attribute for failed tests
peter [Fri, 17 Jul 2015 06:58:18 +0000 (08:58 +0200)]
add -XX:-OmitStackTraceInFastThrow to the teamcity tests to prevent stackless AIOOBE there
nik [Thu, 16 Jul 2015 18:41:19 +0000 (21:41 +0300)]
removed unnecessary 'autodetectPlatformPrefix' calls
nik [Thu, 16 Jul 2015 18:33:38 +0000 (21:33 +0300)]
removed unnecessary 'initPlatformPrefix' calls
Ilya.Kazakevich [Thu, 16 Jul 2015 21:30:02 +0000 (00:30 +0300)]
Merge remote-tracking branch 'origin/master'
Ilya.Kazakevich [Thu, 16 Jul 2015 21:29:29 +0000 (00:29 +0300)]
Env test fix for TC
Sergey Simonchik [Thu, 16 Jul 2015 21:02:17 +0000 (00:02 +0300)]
sm runner: code cleanup
Vassiliy.Kudryashov [Thu, 16 Jul 2015 20:33:35 +0000 (23:33 +0300)]
Fix broken test
Vassiliy.Kudryashov [Thu, 16 Jul 2015 20:25:45 +0000 (23:25 +0300)]
IDEA-142728 Slow actions update
Anna Kozlova [Thu, 16 Jul 2015 19:23:18 +0000 (22:23 +0300)]
add annotation: ignore inferred during remove conflicting ones
Anna Kozlova [Thu, 16 Jul 2015 19:21:38 +0000 (22:21 +0300)]
fix goto implementation for method refs based on RefType::identifier (IDEA-142490)
Vassiliy.Kudryashov [Thu, 16 Jul 2015 19:06:56 +0000 (22:06 +0300)]
IDEA-142359 Find/Replace: move checkboxes back
Stage #3
Ilya.Kazakevich [Thu, 16 Jul 2015 19:02:32 +0000 (22:02 +0300)]
Merge remote-tracking branch 'origin/master'
Ilya.Kazakevich [Thu, 16 Jul 2015 18:59:34 +0000 (21:59 +0300)]
HyperLinks to files in console improved.
I used latest ":", but I should use one from Regexp group, so in phrase
"file.py:20 :Error" only "file.py:20" should be highlighted.
Roman Shevchenko [Thu, 16 Jul 2015 18:20:12 +0000 (21:20 +0300)]
IDEA-137479 (enables secure platform and plugins update by default)
peter [Thu, 16 Jul 2015 17:46:53 +0000 (19:46 +0200)]
an internal action that collects java expression statistics to be used in completion
Anna Kozlova [Thu, 16 Jul 2015 17:56:10 +0000 (20:56 +0300)]
rebuild test instrumenter with target java 1.5
Anna Kozlova [Thu, 16 Jul 2015 17:32:48 +0000 (20:32 +0300)]
push down: insert @Override if configured (IDEA-142456)
Anna Kozlova [Thu, 16 Jul 2015 17:31:47 +0000 (20:31 +0300)]
forbid @Override if target and source are interfaces and language level is 1.5
Anna Kozlova [Thu, 16 Jul 2015 16:40:42 +0000 (19:40 +0300)]
restore selection (IDEA-142640)
Vassiliy.Kudryashov [Thu, 16 Jul 2015 17:24:04 +0000 (20:24 +0300)]
IDEA-142359 Find/Replace: move checkboxes back
Stage #2
Egor.Ushakov [Thu, 16 Jul 2015 17:13:01 +0000 (20:13 +0300)]
list popup is not aligned with the main panel
Roman Shevchenko [Thu, 16 Jul 2015 17:03:57 +0000 (20:03 +0300)]
IDEA-63968 (drops obsolete Java keyword highlighting inside Javadoc)
Dmitry Avdeev [Thu, 16 Jul 2015 16:47:57 +0000 (19:47 +0300)]
EA-69932 - PIEAE: LeafPsiElement.invalid
Julia Beliaeva [Tue, 7 Jul 2015 16:27:03 +0000 (19:27 +0300)]
[vcs-log] better recognize same names