Commit Graph
153415 Commits
Author SHA1 Message Date
Yaroslav Lepenkin 5ce2126533 fixed EA-69515, do not reverse block's subBlocks collection, added few test for NewLineBlocksIterator 2015-06-16 13:34:35 +03:00
Konstantin Bulenkov 5f18bed8da fix API compatibility 2015-06-16 12:14:11 +02:00
Dmitry Avdeev 0f09c5a107 cleanup 2015-06-16 12:34:34 +03:00
Dmitry Avdeev 85742c9663 cleanup 2015-06-16 12:34:32 +03:00
Vladimir Krivosheev 79bf32022f prepare to fix WEB-14454 — Browserify generates incorrect data uri. "charset:" used instead of "charset=" (see https://en.wikipedia.org/wiki/Data_URI_scheme). 2015-06-16 10:04:03 +02:00
Dmitry Batrak 3f63e8f58c test case for a change in commit 4450360 (apply bidi layout algorithm only within lexical entities) 2015-06-16 10:37:27 +03:00
Dmitry Batrak 98e2386ec3 test case for a fix in commit 0cd3b58 (fix AIOOBE during editor painting) 2015-06-16 10:22:24 +03:00
Dmitry Batrak 445036099c apply bidi layout algorithm only within lexical entities 2015-06-16 01:18:36 +03:00
Dmitry Batrak 0cd3b58aa2 fix AIOOBE during editor painting 2015-06-16 01:18:35 +03:00
Maxim.Mossienko 00c3f63488 Following plugin versions were marked as incompatible:
NodeJS - 142.2064, 141.1108
Php 140.2765, 141.332
Vagrant 0.3, 0.4
Chronon 139.1220
(cherry picked from commit 53e654d)
2015-06-15 23:26:44 +02:00
Dmitry Semeniouta c685b49c57 Platform: GCUtil - prevent allocating arrays of unsupported size when trying to force GC 2015-06-15 23:30:23 +03:00
irengrig cd688a8b91 Merge remote-tracking branch 'origin/master' 2015-06-15 20:50:02 +02:00
Ilya.Kazakevich f29871c9f0 Reverted PY-16063 due to review rejection 2015-06-15 21:38:00 +03:00
Ilya.Kazakevich f91c0e85b1 Merge remote-tracking branch 'origin/master' 2015-06-15 21:27:06 +03:00
Ilya.Kazakevich 12a4c9551c Timeout added (for PY-16181) 2015-06-15 21:25:55 +03:00
Anna Kozlova aba01014f7 diff from console: use original component from relative point available when constructed from MouseEvent only (IDEA-140347) 2015-06-15 21:21:06 +03:00
Anna Kozlova 5b8dabb8e1 darcula red for tests 2015-06-15 21:21:04 +03:00
Anna Kozlova 0cdacad72f restore backward dependencies for library classes (IDEA-141154) 2015-06-15 21:21:02 +03:00
Egor.Ushakov 45f6afd771 IDEA-131134 Support multiple breakpoints within on single line - highlight variants in the editor 2015-06-15 21:04:21 +03:00
Elizaveta Shashkova 6552978f44 Fix exception with dictionary keys with tab symbols (PY-16188)
Replace tabs in keys with special symbols for sending to debugger
2015-06-15 20:11:18 +03:00
Ilya.Kazakevich c5a37adfa7 Merge remote-tracking branch 'origin/master' 2015-06-15 19:56:53 +03:00
Ilya.Kazakevich f79243f6db Nosetest runner recognized even if its subclass used (PY-8042) 2015-06-15 19:55:25 +03:00
Alexey Kudravtsev ea1ea81376 got back the String constructor for Kotlin compatibility 2015-06-15 19:18:57 +03:00
Egor.Ushakov d2e2afbbcb EA-69518 - NPE: DebuggerUIUtil.calcPopupLocation 2015-06-15 19:11:26 +03:00
Vladimir Krivosheev 0f50497289 *.ngrok.io is not project custom host name 2015-06-15 17:47:49 +02:00
Roman Shevchenko 70cad880f3 xml: inspection group names fixed 2015-06-15 18:22:09 +03:00
Sergey Ignatov b6a462414e /s/sql.native.loading/database.native.loading 2015-06-15 17:51:40 +03:00
pasynkov 8a8271c949 more info in error message 2015-06-15 16:09:07 +02:00
Anna Kozlova eb2a5fa710 icon for method reference 2015-06-15 16:22:03 +03:00
Anna Kozlova f41d8f1e7b util used 2015-06-15 16:22:01 +03:00
Anna Kozlova e078d74457 EA-69264 - IAE: ModalityState.stateForComponent 2015-06-15 16:21:59 +03:00
irengrig c6e901a23d v8 log processing, filter call trees by 1% by default 2015-06-15 15:09:40 +02:00
Michael Golubev 7f8622d15c IDEA-140955 - Docker: disable attach action if already attached 2015-06-15 14:45:47 +02:00
Dmitry Avdeev 8d0f5398fd sync map is back, assertions removed 2015-06-15 15:29:21 +03:00
Yaroslav Lepenkin 4f5aaa647b [AutoDetectIndent] added registry flag to switch between formatter-based and document-based detector 2015-06-15 15:02:41 +03:00
Yaroslav Lepenkin 3b1c3bad64 [AutoDetectIndent] moved tests from platform-tests to java-tests, since formatting model builder is used. Fixed one failing - do not process blocks for comments 2015-06-15 15:02:41 +03:00
Yaroslav Lepenkin 3972b9b3d4 [Formatter] Provided ability to skip building injected blocks by setting AbstractBlock "myBuildInjectedBlocks" flag.
[JavaFormatter] If this flag is set no "InjectedLanguageUtil.hasInjections" check will be performed, which dramatically improves performance of formatter-based indent detector.
2015-06-15 15:02:40 +03:00
Yaroslav Lepenkin 77a8d4cee3 refactoring AbstractJavaBlock, make createJavaBlock non static 2015-06-15 15:02:40 +03:00
Yaroslav Lepenkin 08c21bf96f [JavaFormatter] Do not check if annotation is type annotation if next element is keyword. This change slightly improves formatting block building performance on our codebase(at least), since most of the annotations targets are methods and fields with visibility modifiers. 2015-06-15 15:02:39 +03:00
Yaroslav Lepenkin c461b4669c Using formatting blocks to detect proper indent 2015-06-15 15:02:39 +03:00
Denis Zhdanov 2b347616e7 IDEA-CR-3180: UP-4259 Avoid ConcurrentModificationException on .InspectionProjectProfileManager initialization 2015-06-15 14:59:27 +03:00
Alexey Kudravtsev edab2a9bf3 typing latency optimisation: do not fasten/unfasten smart pointers on every typing, keep them always fastened for open files instead 2015-06-15 14:39:54 +03:00
Alexey Kudravtsev 9fbeebd235 comment 2015-06-15 14:39:53 +03:00
Konstantin Ulitin 564c606f63 add broken AngularJS plugin version 2015-06-15 14:15:41 +03:00
Roman Shevchenko 619d7e73a5 EA-69290 (allow any comments in file template) 2015-06-15 13:07:27 +03:00
Vladimir Krivosheev f5cd789768 done WEB-16829 — don't load source map twice. If sourcemap was preloaded, so, we don't need to load it again. 2015-06-15 10:59:30 +02:00
Vladimir Krivosheev d71154ed21 cleanup 2015-06-15 10:59:22 +02:00
Vladimir Krivosheev 1b80086594 move source map parsing from debugger backend 2015-06-15 10:59:14 +02:00
Denis Zhdanov 3df40154ec UP-4259 Avoid ConcurrentModificationException on .InspectionProjectProfileManager initialization 2015-06-15 11:33:25 +03:00
Roman Shevchenko 99f14953c2 Merge remote-tracking branch 'origin/master' 2015-06-15 11:21:12 +03:00