peter
|
d167a4e820
|
don't suggest break/continue inside lambda/anonymous inside a loop (IDEA-CR-10869)
|
2016-05-19 10:58:51 +02:00 |
|
Dmitry Batkovich
|
1d3f777417
|
Merge remote-tracking branch 'origin/master'
|
2016-05-19 11:55:44 +03:00 |
|
Dmitry Batkovich
|
f4ed875293
|
inspection tool window: odd auto-scrolling in preview editor IDEA-156163
|
2016-05-19 11:54:51 +03:00 |
|
peter
|
3bea588f19
|
reuse PsiClassListCellRenderer instance
|
2016-05-19 10:44:19 +02:00 |
|
peter
|
3039f8117b
|
support external @Deprecated annotation for cls class & field (IDEA-CR-10878)
|
2016-05-19 10:44:19 +02:00 |
|
peter
|
7d2e7801e2
|
avoid NPE in FileManagerImpl.markInvalidated
|
2016-05-19 10:44:18 +02:00 |
|
peter
|
1d157152c1
|
IDEA-156259 idea.log spammed by "PerformanceWatcher - High memory usage"
|
2016-05-19 10:44:18 +02:00 |
|
nik
|
f1c0605e71
|
devkit: added missing apostrophe to inspection message
|
2016-05-19 11:39:46 +03:00 |
|
Nikolay Mikhaylov
|
066b45461c
|
fix: IDEA-154111 Create Test dialog: for not found Arquillian library the suggested Fix is incorrect
|
2016-05-19 11:15:46 +03:00 |
|
Dmitry Batkovich
|
95373b9138
|
Merge remote-tracking branch 'origin/master'
|
2016-05-19 10:43:50 +03:00 |
|
nik
|
b4907ef886
|
IDEA-156257: Show warning when a plain branch number is specified in 'until-build' attribute in plugin.xml
|
2016-05-19 10:24:06 +03:00 |
|
Dmitry Batkovich
|
7134959772
|
Merge remote-tracking branch 'origin/master'
|
2016-05-19 09:11:57 +03:00 |
|
Vassiliy.Kudryashov
|
e4c7d35018
|
find in path: select all in search field when show popup
|
2016-05-19 01:15:57 +03:00 |
|
Sergey Ignatov
|
09ec9278df
|
find popup: don't blink with resize
|
2016-05-19 00:53:22 +03:00 |
|
Vassiliy.Kudryashov
|
2c6caec768
|
IDEA-98634 Favorites List: sort entries: add manual (DnD) sorting
|
2016-05-18 22:47:19 +03:00 |
|
Gregory.Shrago
|
f8c0191e2b
|
choose some nice and decent preview text
|
2016-05-18 22:42:09 +03:00 |
|
Gregory.Shrago
|
2bc85eed87
|
IDEA-119612 Settings / Language Injections: duplicate of bundled entry is bundled and not saved on restart
|
2016-05-18 22:34:22 +03:00 |
|
Semyon Proshev
|
58fc2f6f70
|
PY-19127 Fixed: __prepare__ magic function not hightlights
Add __prepare__ to py3 builtin methods
|
2016-05-18 21:43:45 +03:00 |
|
Semyon Proshev
|
cee7d107fd
|
PY-17828 Fixed: Wrong signature inspection false positive for __prepare__ method of metaclasses
Add __prepare__ to type's skeletons
|
2016-05-18 21:43:43 +03:00 |
|
Kirill Likhodedov
|
87cd55f335
|
IDEA-156244 Install the VcsDirtyScopeVfsListener on project open
This was broken in 9f7a972e when project component became
a project service without any explicit initialization.
|
2016-05-18 21:34:54 +03:00 |
|
Maxim.Mossienko
|
66e8ad40ae
|
clean up and more consistency on flushing
|
2016-05-18 20:07:36 +02:00 |
|
Maxim.Mossienko
|
f20b0a4a6d
|
ability to hook into dropMemoryCaches
|
2016-05-18 20:07:36 +02:00 |
|
Anna.Kozlova
|
8577c8d053
|
javafx entry point for unused declaration (IDEA-156062
)
|
2016-05-18 19:56:14 +02:00 |
|
Maxim.Mossienko
|
8d49a09e2b
|
to avoid persistent hash map corruption sync stream on closing file handle used for output
|
2016-05-18 19:54:24 +02:00 |
|
peter
|
50bcecaaf8
|
IDEA-156098 @Deprecated external annotation on method does not affect editor
|
2016-05-18 19:44:27 +02:00 |
|
peter
|
e1b69b301e
|
IDEA-156245 @NotNull doesn't seem to work for enums
|
2016-05-18 19:44:27 +02:00 |
|
peter
|
6a17887211
|
correct dfa comparison of boxed NaNs (IDEA-156202)
|
2016-05-18 19:44:26 +02:00 |
|
Maxim.Mossienko
|
21bbb6ab04
|
Remove PsiLock usages in XML PSI (IDEA-139921)
|
2016-05-18 19:40:58 +02:00 |
|
Maxim.Mossienko
|
f867041bae
|
fix for Find in Path Preview to show proper position (IDEA-155972)
|
2016-05-18 19:28:31 +02:00 |
|
Semyon Proshev
|
4528715c54
|
PY-9924 Fixed: "Expected type" warning when indexing a list with a slice object
Update list and tuple skeletons to accept slice as a parameter for __getitem__
|
2016-05-18 20:23:13 +03:00 |
|
Vassiliy.Kudryashov
|
697af3fabb
|
IDEA-156246 About font on Windows is hardcoded to Tahoma, doesn't support some glyphs (Chinese)
|
2016-05-18 19:48:27 +03:00 |
|
Aleksey Pivovarov
|
7545342309
|
patch: fold unchanged fragments in local content in apply-somehow dialog
|
2016-05-18 19:37:12 +03:00 |
|
Semyon Proshev
|
8fd0d00f32
|
PY-8604 Fixed: Rename refactoring for variable in generator comprehension leads to unresolved references
PY-18808 Fixed: Incorrect variable highlighting
Update PyReferenceImpl.resolvesToSameLocal to correctly handle comprehensions
|
2016-05-18 19:30:27 +03:00 |
|
nik
|
1f2d2cea0f
|
project configuration: use standard output for 'instrumentation-util-8' module to avoid problems with build scripts which change project output folder
|
2016-05-18 19:26:18 +03:00 |
|
Semyon Proshev
|
d6b00d683b
|
PY-18866 Fixed: Method '...' can be 'static' - false positive when calling super()
Check if Py3 function has super callee
|
2016-05-18 19:24:28 +03:00 |
|
Semyon Proshev
|
0b2a89110b
|
Update PyArgumentListInspectionTest: specify issue before method to overcome hiding after folding, use runWithLanguageLevel
|
2016-05-18 19:21:20 +03:00 |
|
Semyon Proshev
|
0929934a04
|
PY-19130 Fixed: Type inference: decorators behaving oddly
If class is decorated, PyArgumentListInspection doesn't check its constructor arguments
|
2016-05-18 19:21:20 +03:00 |
|
Semyon Proshev
|
4925746bf7
|
PY-19473 Fixed: Incorrect sql injection detected
Update "COPY FROM/TO" regexp to decrease false positives
|
2016-05-18 19:17:34 +03:00 |
|
Anna.Kozlova
|
fc180105cc
|
simplify testdata to avoid test blinking
|
2016-05-18 18:12:22 +02:00 |
|
Anna.Kozlova
|
7c3b05ef12
|
read action (IDEA-156243)
|
2016-05-18 18:12:22 +02:00 |
|
peter
|
05ea6e7d8b
|
[^ann] show implemented methods popup faster (part of IDEA-155949)
|
2016-05-18 18:07:48 +02:00 |
|
peter
|
04355fa04f
|
IdeKeyEventDispatcher: perform action inside a user activity (EA-82426 - assert: TransactionGuardImpl.submitTransactionAndWait)
|
2016-05-18 18:07:48 +02:00 |
|
peter
|
79cd3850ff
|
use app invokeLater exceptions when having created empty project (EA-82507 - assert: TransactionGuardImpl.submitTransactionAndWait)
|
2016-05-18 18:07:47 +02:00 |
|
peter
|
b0bfb5b5d8
|
java completion: prefer break/continue in likely positions inside loops (IDEA-156192)
|
2016-05-18 18:07:47 +02:00 |
|
peter
|
6b5f30f0f2
|
java completion: prefer return inside then/else parts of if (IDEA-156192)
|
2016-05-18 18:07:47 +02:00 |
|
Ilya.Kazakevich
|
7c71cb99d2
|
Merge branch 'bugfix/pytest-runner-progress' of https://github.com/kroo/intellij-community
|
2016-05-18 19:05:22 +03:00 |
|
Alexey Kudravtsev
|
78d2cb9a6f
|
@FuncInterface
|
2016-05-18 18:59:44 +03:00 |
|
Vladislavs Golubs
|
71d592a177
|
Fix typo in method name
|
2016-05-18 18:55:20 +03:00 |
|
Elizaveta Shashkova
|
090dd7edad
|
Fix compilation after merge (PY-13540)
|
2016-05-18 18:31:27 +03:00 |
|
Elizaveta Shashkova
|
756e400992
|
Update cython modules (PY-13540)
|
2016-05-18 18:31:27 +03:00 |
|