Anna Kozlova
ea84b25cc5
unrelated defaults: ignore type parameters check for abstract methods only, leave as is for defaults
2016-03-11 10:04:22 +01:00
Valentina Kiryushkina
4edf0fac79
Move update tool window method to StudyUtils
2016-03-11 11:59:36 +03:00
Aleksey Pivovarov
6c8f1a0aae
Revert "lst: do not use hardcoded constant"
...
EA-80375 - NPE: LineStatusTrackerDrawing$PopupPanel.getEditorTextOffset
There are no editor for added lines, but we want popup to always have the same offset.
This reverts commit 87624908fd .
2016-03-11 11:52:58 +03:00
Anna Kozlova
9675e0248a
unrelated defaults: don't check type parameters
2016-03-11 09:38:32 +01:00
Vladimir.Orlov
2bc9f279ff
Merge remote-tracking branch 'origin/master'
2016-03-11 11:31:26 +03:00
Vladimir.Orlov
79f88db75a
Updated installation message if the destination folder isn't empty. Cleanup.
2016-03-11 11:28:41 +03:00
Vladimir.Orlov
dc3c17019c
removed outdated logic from win installer - comparing build numbers to install over an old one in some cases. Cleanup.
2016-03-11 11:20:44 +03:00
Denis Fokin
7166b8457d
IDEA-138134 Distraction free mode: next/prev occurrence shall leave focus in editor
2016-03-11 11:20:08 +03:00
Sergey Simonchik
876f15cd81
scope: display "Open Files" label in scope selector combobox instead of bare hashCode if no files opened (WEB-20644)
2016-03-11 00:11:06 -08:00
Alexander Lobas
0b79a98c2d
IDEA-149210 Rework IDE notifications
2016-03-11 11:08:53 +03:00
Anna Kozlova
de766d6474
redundant write actions in tests
2016-03-11 08:58:05 +01:00
Dmitry Batrak
875a8dff6b
fix tests after commit 18ce2c6
2016-03-11 10:30:53 +03:00
Dmitry Batkovich
a61da81bbd
inspection tool window: fix memory leak
2016-03-11 09:54:20 +03:00
Alexey Ushakov
a194197852
IDEA-149864 Switch boot JDK on Windows shouldn't appear since unavailable
...
Updated idea.bat to handle bundled jdk
2016-03-11 08:34:03 +03:00
Alexey Ushakov
d699e1be0f
IDEA-149864 Switch boot JDK on Windows shouldn't appear since unavailable
...
Updated WinLanuncher[64], idea.bat and jdk switcher to support windows
2016-03-11 02:43:13 +03:00
Sergey Malenkov
8cb840b4d9
Fix memory leak in the global AWT listener
2016-03-10 23:04:51 +03:00
Elizaveta Shashkova
6a805cdb3a
Windows binaries (PY-14992)
2016-03-10 21:30:48 +03:00
Gregory.Shrago
55029007ad
XDebugger: Merge 'Watches' and 'Variables' views
2016-03-10 21:07:33 +03:00
Daniil Ovchinnikov
a86989f51b
[groovy] skip parenthesis (EA-58298)
2016-03-10 21:00:25 +03:00
Dmitry Batrak
f337674170
make sure editor is not used with documents modified from non-EDT threads, it cannot work correctly in such cases
2016-03-10 20:41:44 +03:00
Sergey Malenkov
4e3ba12bfb
Improve performance of AppearanceConfigurable loading:
...
load and initialize list of fonts in the background if possible
2016-03-10 20:36:56 +03:00
Dmitry Batrak
18ce2c6070
don't perform document commit in action update - it can take a long time
2016-03-10 20:26:22 +03:00
Dmitry Batrak
d20c2ae8b9
cleanup: don't override deprecated methods, avoid nullability warning
2016-03-10 20:26:22 +03:00
Elizaveta Shashkova
376fd1619d
Update cython extensions (PY-14992)
2016-03-10 20:13:43 +03:00
Daniil Ovchinnikov
9ba817aa50
[groovy] do not highlight default parameters in abstract methods as forbidden (IDEA-128293)
2016-03-10 19:59:22 +03:00
Daniil Ovchinnikov
72a7eec0a4
[groovy] support default parameters in abstract methods (IDEA-128293)
2016-03-10 19:59:22 +03:00
Rustam Vishnyakov
50b3de99f1
Fixed regression IDEA-152590 Quick doc font size is not remembered anymore between IDE restarts
2016-03-10 19:58:27 +03:00
peter
0aa0ee24de
@AcceptNestedTransactions annotation and assert that project-modal dialogs can't be shown under write actions or transactions
2016-03-10 17:46:02 +01:00
peter
fe228056d2
really start top-level transactions inside acceptNestedTransactions
2016-03-10 17:46:01 +01:00
peter
4ffc869809
EditorGutterComponentImpl: don't even try to run non-dumb-aware actions (IDEA-CR-9168)
2016-03-10 17:46:01 +01:00
peter
1b7616e5a6
minor javadoc typo
2016-03-10 17:46:00 +01:00
Egor.Ushakov
56037c7459
IDEA-152809 Compiling evaluator: unable to evaluate with inner variables
2016-03-10 19:24:39 +03:00
Dmitry Avdeev
f3c05059d0
IDEA-152744 Struts. Closing tag isn't suggested in autocompletion list
2016-03-10 19:23:01 +03:00
Eugene Zhuravlev
9f4d1a6aba
support for 'magic' version for tests
2016-03-10 17:08:28 +01:00
Julia Beliaeva
3ab5f46f6d
[vcs-log] got to ref jumps to the first reference that matches, not to any reference that matches IDEA-148029
2016-03-10 18:55:36 +03:00
Anna Kozlova
6f89598638
skip redundant write actions
2016-03-10 16:54:35 +01:00
Dmitry Batrak
4d11193365
IDEA-152564 Chinese characters are not shown in paste history
2016-03-10 18:47:20 +03:00
Elizaveta Shashkova
75cf51856a
PyCharm ships with "tests" pydev helper (PY-18655 )
...
Rename debugger tests modules
2016-03-10 18:45:21 +03:00
Aleksey Pivovarov
87624908fd
lst: do not use hardcoded constant
2016-03-10 18:38:43 +03:00
Anna Kozlova
67333b92c5
junit 5: bundle jars with engine implementations
2016-03-10 16:22:14 +01:00
Anna Kozlova
5225f7a8f3
junit 5 option to substitute junit_rt for old IDEAs
2016-03-10 16:22:14 +01:00
Anna Kozlova
9318421b1a
junit5: support ignore on the class level
2016-03-10 16:22:14 +01:00
Anna Kozlova
bfec2a18eb
junit5: accept non-public classes during search for tests in package
2016-03-10 16:22:14 +01:00
peter
9497dd286d
expand TransactionGuard FAQ
2016-03-10 16:18:05 +01:00
Julia Beliaeva
7a64b201d8
[vcs-log] use getRequiredData instead of null checks
2016-03-10 18:14:16 +03:00
Dmitry Batkovich
fe9fb1aef7
inspection tool window: do not display useless nodes (inspection group, root) on run single inspection
2016-03-10 18:03:14 +03:00
Dmitry Batkovich
6ce2d3be93
Merge remote-tracking branch 'origin/master'
2016-03-10 17:26:59 +03:00
Dmitry Batkovich
9bc1689a04
Merge branch 'master' of https://github.com/g7r/intellij-community
2016-03-10 17:24:05 +03:00
Vladimir.Orlov
19f217b439
Merge remote-tracking branch 'origin/master'
2016-03-10 17:19:03 +03:00
Vladimir.Orlov
03e786c049
removed outdated logic from win installer - comparing build numbers to install over an old one in some cases.
2016-03-10 17:13:54 +03:00