Roman Shevchenko
32a6761ede
Cleanup (i18n; text corrected)
2015-07-20 12:06:25 +03:00
Roman Shevchenko
1de7a48a49
Merge remote-tracking branch 'origin/master'
2015-07-19 15:15:49 +03:00
Roman Shevchenko
de416d4f7f
Cleanup (test moved to a correct location)
2015-07-18 23:13:56 +03:00
Roman Shevchenko
f2c9ca8d97
Cleanup (formatting)
2015-07-18 22:51:39 +03:00
Anton Makeev
9a75bb1539
Test Framework refactored to allow fully customized project setup - reapplied with fix
2015-07-18 12:30:00 +02:00
Konstantin Bulenkov
f024ff5c93
Welcome Screen: remove folder icon and app icons. Show only defined project icons
2015-07-18 02:04:49 +02:00
Dennis Ushakov
5b94f6a493
#WEB-13988 fixed
2015-07-18 02:22:48 +03:00
Konstantin Bulenkov
a94049b670
cleanup. change JBIU.Border methods for shorter analogs
2015-07-18 00:09:20 +02:00
Maxim.Mossienko
ef7909b504
- 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
2015-07-17 23:54:02 +02:00
Maxim.Mossienko
0d29b083c7
whitespace fixed
2015-07-17 23:51:51 +02:00
Ilya.Kazakevich
d0bbd4edac
Merge remote-tracking branch 'origin/master'
2015-07-18 00:12:50 +03:00
Ilya.Kazakevich
4336b495eb
test fixed (code does not work for Py26)
2015-07-18 00:10:16 +03:00
Vassiliy.Kudryashov
98a6379329
IDEA-142124 Inline search bar usability regressions
...
+Unit test for selection
2015-07-17 23:11:28 +03:00
Sergey Malenkov
9b137f8060
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.
2015-07-17 20:32:39 +03:00
Mikhail Golubev
de17f7e428
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.
2015-07-17 20:27:14 +03:00
Mikhail Golubev
26ee55a525
PY-16421 Quick fix "Add super class call" preserves single star param of original constructor
2015-07-17 20:27:13 +03:00
Mikhail Golubev
6dc60488f6
IDEA-134867 Change name of default query to make clear its actual meaning
2015-07-17 20:27:13 +03:00
Sergey Malenkov
d83ed616a4
IDEA-142715 It's impossible to move multiple files by mouse between changelists or even select several files via Ctrl/Cmd+Click
2015-07-17 19:38:49 +03:00
Ekaterina Tuzova
5e594c556c
study tool window could be null in checkio project
2015-07-17 19:16:04 +03:00
Ekaterina Tuzova
0d7e88c387
reverted run tests in file for course creator plugin
2015-07-17 19:16:03 +03:00
Sergey Malenkov
11ac835918
IDEA-142507 Context menu appears on the wrong monitor
2015-07-17 18:44:20 +03:00
Vladislav.Soroka
53dbd99584
maven: include plexus-utils jar in dist
2015-07-17 18:28:02 +03:00
Kirill Likhodedov
6b22a503af
Revert 5b456c95: not only incomplete fix for IDEA-132259, but even incorrect: IDEA-142611
2015-07-17 18:25:51 +03:00
peter
a6fae648a0
Merge remote-tracking branch 'origin/master'
2015-07-17 17:13:51 +02:00
peter
a5bb544759
Merge branch 'SerCeMan-master'
2015-07-17 17:10:13 +02:00
peter
536100da19
Merge branch 'master' of https://github.com/SerCeMan/intellij-community into SerCeMan-master
2015-07-17 17:10:02 +02:00
Egor.Ushakov
066bc6850c
better align completion list with the text
2015-07-17 18:09:04 +03:00
Vladislav.Soroka
6d04ab387a
Gradle: upgrade Tooling API from 2.2 up to 2.5
2015-07-17 17:58:37 +03:00
Vladislav.Soroka
5265cb6911
gradle: do not merge jvm args with gradle JvmOptions#getAllJvmArgs
2015-07-17 17:58:32 +03:00
Sergey Simonchik
98403e3a85
IDEA-142791 Overriding default font should change JSpinner default font
2015-07-17 17:56:40 +03:00
peter
a5e0f0dc72
add -XX:-OmitStackTraceInFastThrow to tests in one place (IDEA-CR-3750)
2015-07-17 16:51:27 +02:00
Vladimir Krivosheev
a56a80e2f1
cleanup
2015-07-17 16:07:48 +02:00
Vladimir Krivosheev
245861f47b
simplify — delegate is not required
2015-07-17 16:07:46 +02:00
Elizaveta Shashkova
8416375e00
Python console crash with multiprocessing.Pool() (PY-16311)
...
The close method expected in StdIn
2015-07-17 17:00:00 +03:00
Vladimir Krivosheev
e29c566571
ability to filter component by os
2015-07-17 15:34:07 +02:00
Vladimir Krivosheev
b0970bc57c
save memory — don't create options HashMap for each component config
2015-07-17 15:34:05 +02:00
Vladimir Krivosheev
8fcf420a67
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)
2015-07-17 15:34:03 +02:00
Dmitry Avdeev
531f53cf55
correct version number
2015-07-17 16:30:11 +03:00
Dmitry Avdeev
b1deb88795
toString()
2015-07-17 16:30:09 +03:00
Dmitry Avdeev
720615efea
cleanup
2015-07-17 16:30:08 +03:00
peter
3241305b74
IDEA-142746 Completion should prefer local variable, not equals()
2015-07-17 15:01:43 +02:00
Kirill Likhodedov
0b51adb93c
[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).
2015-07-17 15:53:48 +03:00
Sergey Tselovalnikov
060f2ac4c6
Fix IDE history when exception thrown (forward)
2015-07-17 15:23:07 +03:00
Sergey Tselovalnikov
0ebe7936bc
Fix IDE history when exception thrown
2015-07-17 15:18:25 +03:00
peter
a5f53c95b4
less allocations when iterating over lookup strings
2015-07-17 14:15:52 +02:00
peter
f5097625fc
avoid expensive LookupElement.isValid check on every repaint, just ignore invalid frozen items (EA-68259 - PIEAE: PsiUtilCore.ensureValid)
2015-07-17 13:34:57 +02:00
peter
419e8cde7f
search for code smells on commit in smart mode (EA-70284 - INRE: FileBasedIndexImpl.handleDumbMode)
2015-07-17 13:34:57 +02:00
peter
e71bc7d89c
instead of complicated DumbAware checking, just don't run inspections in dumb mode (EA-70824 - assert: DumbServiceImpl.waitForSmartMode)
2015-07-17 13:34:56 +02:00
peter
07585a7210
choose by name: highlight matched fragments for case-insensitive pattern (IDEA-142744)
2015-07-17 13:34:56 +02:00
Egor.Ushakov
04885d20c9
use JBList builtin busy icon
2015-07-17 14:12:46 +03:00