Roman Shevchenko
b0711041bb
IDEA-19619 (highlight invalid for init statements)
2013-05-03 18:04:42 +02:00
anna
f1f7357ee0
ignore implicit this reference before super call for java 7
2013-05-03 17:21:32 +02:00
anna
ee964486c9
check if current class doesn't have access to siblings (IDEA-19200)
2013-05-03 17:21:31 +02:00
anna
e9e7ce005d
forbid casting to nested wildcards (IDEA-71007)
2013-05-03 17:21:30 +02:00
anna
8f46b9f30b
open wildcards accessing array elements for write (type migration tests)
2013-05-03 17:21:30 +02:00
peter
a0f09d45d5
less memory consumption in pico container
2013-05-03 16:06:46 +02:00
peter
fe814e7d0b
stubs from ast don't require PsiLock, synchronize them just to prevent unnecessary concurrent calculation (IDEA-106567)
2013-05-03 16:06:45 +02:00
Anton Makeev
65d793baa0
IDEA-106629 Menu bar paints 2px line on top when window is in full screen mode
2013-05-03 14:43:41 +02:00
Max Medvedev
6e09c16264
introduce variable from expression with errors
2013-05-03 15:59:41 +04:00
anna
11eae151b7
testdata for IDEA-20244
2013-05-03 13:30:11 +02:00
anna
065d7d8c51
testdata fo IDEA-20573
2013-05-03 13:30:10 +02:00
anna
29341b4c78
testdata for IDEA-21597
2013-05-03 13:30:10 +02:00
anna
3bbaf797d3
testdata for IDEA-21602
2013-05-03 13:30:09 +02:00
anna
5f582a95ae
testdata for IDEA-22079
2013-05-03 13:30:08 +02:00
anna
7f1c4d71aa
testdata for IDEA-27080
2013-05-03 13:30:07 +02:00
anna
84e7b5029d
testdata for IDEA-27185
2013-05-03 13:30:07 +02:00
anna
05ebdc5e5b
testdata for IDEA-62056
2013-05-03 13:30:06 +02:00
anna
2caed7280b
testdata for IDEA-18425
2013-05-03 13:30:05 +02:00
anna
ad5f3cbab1
testdata for IDEA-63731
2013-05-03 13:30:04 +02:00
anna
a2525d9de2
testdata for IDEA-67998
2013-05-03 13:30:03 +02:00
anna
8c3496ee2d
testdata for IDEA-70890
2013-05-03 13:30:03 +02:00
anna
f4e45c7219
testdata for IDEA-71645
2013-05-03 13:30:02 +02:00
anna
8d301f4f3e
testdata for IDEA-60875
2013-05-03 13:30:01 +02:00
Max Medvedev
46218275c2
IDEA-59266 successive usage of the "comment code fragment" adds new comments instead of toggling them
2013-05-03 15:17:00 +04:00
Anton Makeev
a4154afa82
removed reverent to Settings| File Templates from DefaultTemplateUsageInspection
...
+review CR-IC-900
2013-05-03 12:04:59 +02:00
Maxim.Mossienko
626db527eb
fixes for first review round
2013-05-03 10:20:23 +02:00
anna
a819644d02
testdata for IDEA-65066
2013-05-03 10:17:27 +02:00
anna
e3c5d8ec32
do not open wildcards accessing elements of array (IDEA-57285)
2013-05-03 10:17:26 +02:00
Anton Makeev
4d84932b11
Platform: open failed tests at exception by default
...
+review CR-IC @nicity @anet @neuro159 @dennis.ushakov @yole
2013-05-03 09:35:19 +02:00
Anton Makeev
e1d9fcb0e1
Gradle startup activity moved back to gradle (forgotten commit)
2013-05-03 08:57:42 +02:00
Anton Makeev
776f716f41
Gradle startup activity moved back to gradle
2013-05-03 08:52:40 +02:00
Denis.Zhdanov
e4c35bef3f
IDEA-83595 Allow adding more than one gradle project
...
Don't reuse ExternalProjectSettings object from 'import from external system' wizard at the external system settings (the wizard used to modify data of the project imported previously during the same ide session)
2013-05-02 23:54:54 +04:00
Denis.Zhdanov
413edffa8f
IDEA-83595 Allow adding more than one gradle project
...
1. Don't modify project-level settings (e.g. language level) on importing a module from external system;
2. Ensure that ProjectDataService implementations preserve 'importData()' contract (don't re-create an existing project entity);
2013-05-02 23:23:16 +04:00
Dmitry Jemerov
4b822ed8f4
remove JetBrains name from notification because we don't know at this point where the error is going to be submitted (IDEA-104529)
2013-05-02 20:06:34 +02:00
Dmitry Jemerov
4810808642
remove duplicate "clear context" shortcut in Eclipse keymap (IDEA-86513)
2013-05-02 20:06:34 +02:00
Dmitry Jemerov
494b868835
force using Unix line separators for launcher script (IDEA-105621)
2013-05-02 20:06:33 +02:00
Dmitry Jemerov
eb78dcd793
fix duplicate F5 shortcuts in Visual Studio keymap (IDEA-10709)
2013-05-02 20:06:33 +02:00
Dmitry Jemerov
f9940613e3
remove unused libraries and an incorrect dependency (IDEA-105886)
2013-05-02 20:06:33 +02:00
Roman Shevchenko
250451eb0e
Cleanup (suppressions and typos)
2013-05-02 20:04:01 +02:00
Roman Shevchenko
61d08c8bb1
IDEA-104782 (ensure sane spacing in main menu under GTK+)
2013-05-02 19:47:21 +02:00
Dmitry Jemerov
b26040c28e
action to save current file only (IDEA-98513)
2013-05-02 19:05:54 +02:00
Dmitry Jemerov
79a724b035
use full name of the product (IDEA-106274)
2013-05-02 19:05:53 +02:00
Maxim.Mossienko
34d58eb2e4
in case of long line, expand shown context to the word boundary when searching for word like query
2013-05-02 18:42:41 +02:00
Roman Shevchenko
e1703251d9
IDEA-57270 (highlight C-style void arrays)
2013-05-02 18:40:04 +02:00
Roman Shevchenko
b8e9666b1b
Cleanup (parasitic exceptions dropped)
2013-05-02 18:40:04 +02:00
Dmitry Jemerov
00ea393889
Mac Eclipse keymap (IDEA-85780)
2013-05-02 18:28:39 +02:00
Maxim.Mossienko
aa0232dc35
given we have inspection for default comment, remove reference to menu option used for editing templates as it is platform dependent
2013-05-02 17:35:51 +02:00
Max Medvedev
b05d470c58
NPE while highlighting enum constant in annotation attribute
2013-05-02 19:21:22 +04:00
Max Medvedev
6a77a1aadd
IDEA-106598 Groovy: good code is red. Missing return statement inspection in with closure that ends with an assert
2013-05-02 18:56:50 +04:00
Max Medvedev
ee9186bf36
Groovy code style settings: blank lines
2013-05-02 18:56:50 +04:00