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 |
|
peter
|
baf48ba830
|
remove TransactionKind.NO_MERGE as it seems to have no use cases
|
2016-03-10 15:09:17 +01:00 |
|
peter
|
aad897d829
|
ProjectManagerImpl: use ANY_CHANGE transaction kind
|
2016-03-10 15:09:16 +01:00 |
|
Dmitry Avdeev
|
5258681dae
|
test uncommented
|
2016-03-10 17:06:31 +03:00 |
|
Dmitry Batkovich
|
3493a16f08
|
inspection tool window: get rid of unused tree model
|
2016-03-10 17:01:04 +03:00 |
|
peter
|
72ac2db7e3
|
EditorGutterComponentImpl: invoke actionPerformed in a transaction-aware way
|
2016-03-10 14:51:53 +01:00 |
|
peter
|
f1b51db043
|
use EdtExecutorService instead of short-lived pooled thread activities where obvious
|
2016-03-10 14:51:53 +01:00 |
|
peter
|
0e1462e026
|
process editor typing inside a transaction
|
2016-03-10 14:51:52 +01:00 |
|
Sergey Malenkov
|
b997224f2e
|
IDEA-152759 Keymap: filter by keystroke doesn't work for multi-keystroke shortcuts
|
2016-03-10 16:45:28 +03:00 |
|
peter
|
1480f62e0b
|
allow to commit non-physical psi outside write action
|
2016-03-10 14:41:56 +01:00 |
|
peter
|
26aed8eba5
|
add transactions for startup & exit
|
2016-03-10 14:41:55 +01:00 |
|