idea/community.git
2015-10-13 jamesbrainMerge remote-tracking branch 'origin/master' appcode/144.313 clion/144.310 dbe/144.317 idea/144.309 phpstorm/144.311 pycharm/144.312 rubymine/144.315 webstorm/144.316
2015-10-13 Vassiliy.KudryashovDBE-1671 Exception after start IDE
2015-10-13 Gregory.ShragoColors: update WarmNeon
2015-10-13 peterremove top expression caching from JavaI18nUtil (EA...
2015-10-13 peterdon't run pushers for default project (EA-73923 - ISE...
2015-10-13 Dmitry Batrakeditor.new.rendering: fix a mistake in TextEndWithSelec...
2015-10-13 Dmitry Batrakfix javadoc
2015-10-13 Dmitry Batrakuse Java 8 features in test case
2015-10-13 Dmitry Batrakeditor new rendering: avoid unnecessary iteration over...
2015-10-13 Dmitry Batrakdon't move caret while in bulk mode
2015-10-13 Dmitry TrofimovMerge remote-tracking branch 'origin/pycharm/gae-console'
2015-10-13 jamesbrainMerge branch 'codeStyleExtractor'
2015-10-13 Roman SheinRenamed extractor (lost in the previous commit)
2015-10-13 Konstantin... IDEA-145975 Exception appears when first run IDEA... webstorm/144.301
2015-10-13 Egor.Ushakovpreserve splitter position in evaluate code dialog
2015-10-13 Vladimir Krivosheevcleanup rubymine/144.300
2015-10-13 Vladimir KrivosheevWEB-15645 Debug: Grunt: com.google.gson.JsonParseExcept...
2015-10-13 petercheck the type of what's returned from PsiAnchor and...
2015-10-13 Egor.Ushakovremoved XStackFrame from StackFrameDescriptorImpl
2015-10-13 peteruntil new approach to indexing & modality is ready...
2015-10-13 peterinclude dumb mode start trace into IndexNotReadyExcepti...
2015-10-13 Egor.Ushakovuse the new PsiParameterListOwner
2015-10-13 Dmitry TrofimovKill python console process on UI disposal (PY-15082)
2015-10-13 Dmitry TrofimovProper capitalization
2015-10-13 Dmitry TrofimovDisable installing frameworks on Docker based interpret...
2015-10-13 Dmitry TrofimovDisable 'Install package' intention for Docker based...
2015-10-13 Yann CébronCommonProcessors: format, simplify
2015-10-13 peterbring back StubBasedPsiElementBase.getStubOrPsiParent
2015-10-13 Alexey Kudravtsevfind in path in libraries was broken again
2015-10-13 Sergey MalenkovIDEA-138300 Settings dialog doesn't detect changes...
2015-10-13 Dmitry AvdeevIDEA-144040 Icons for runnable stuff in left gutter
2015-10-13 peterfor the sake of Kotlin, bring back potential security...
2015-10-13 Egor.Ushakovnashorn debugging test dbe/144.291 idea/144.292
2015-10-13 Vladimir Krivosheevset to preserve temporarly to avoid kotlin facade clash
2015-10-13 Vladimir Krivosheevcleanup appcode/144.295
2015-10-13 Vladimir Krivosheevconvert to kotlin
2015-10-13 Vladimir KrivosheevConvert to kotlin
2015-10-13 Vladimir KrivosheevConvert to kotlin
2015-10-13 Yaroslav LepenkinFixed newly created test - create plain text files... phpstorm/144.289
2015-10-13 Eugene Zhuravlevset bytecode target level to 1.1 for *rt modules (IDEA...
2015-10-13 Nadya Zabrodina[patch]: improve dialog title
2015-10-13 Konstantin... action group with recent projects should be named Open...
2015-10-13 Aleksey Pivovarovdiff: cleanup
2015-10-13 Aleksey Pivovarovdiff: remove deprecated class
2015-10-13 Dmitry.Krasilschikov#RUBY-12839 enable rbenv gemsets feature by default
2015-10-13 Roman Shevchenko[dictionaries] "enqueue" and derivatives moved to the...
2015-10-13 Mikhail GolubevPY-17203 Fix capitalization of refactoring name phpstorm/144.287
2015-10-13 Mikhail GolubevPY-16873 Don't warn about missing docstring on property...
2015-10-13 Maxim.Mossienkoavoid NPE (IDEA-146100)
2015-10-13 peteradd StubBasedPsiElementBase javadoc (IDEA-146300)
2015-10-13 petercorrect LastComputedIcon usages
2015-10-13 peteruse getParentByStub in python stub elements
2015-10-13 peterremove XsltIconProvider cache: it caches forever (which...
2015-10-13 Egor.Ushakovfixed nashorn debugging not working
2015-10-13 Roman Shevchenko[platform] log socket lock exceptions to the console
2015-10-13 Ekaterina Tuzovacosmetics
2015-10-13 Ekaterina TuzovaPY-16624 PyCharm 4.5.3 can't interpret Ipython Notebook...
2015-10-13 Ekaterina Tuzovahandle nullJson in execution_count
2015-10-13 Ekaterina Tuzovafixed PY-16624 PyCharm 4.5.3 can't interpret Ipython...
2015-10-13 Ekaterina Tuzovaadded AppData folder for the conda default roots
2015-10-13 Ekaterina Tuzovafixed PY-17195 Assertion failed in PySdkUpdater
2015-10-13 Egor.UshakovPsiParameterListOwner - base interface for methods...
2015-10-12 Gregory.ShragoEdgeFilter: "edgeSource", a better name for curParent
2015-10-12 Gregory.ShragoEA-74471 - NPE: SyntaxTraverser$PsiApi.typeOf
2015-10-12 Yaroslav LepenkinKeep line breaks only after single annotation
2015-10-12 Gregory.ShragoIDEA-129612 PhpStorm hung on reopen project
2015-10-12 Yaroslav LepenkinDo not reformat comments in injected code fragment...
2015-10-12 Gregory.ShragoIDEA-142573 Failed to inject language to string array...
2015-10-12 Gregory.ShragoIDEA-142709 Language Injection does not work in lambdas
2015-10-12 Anna Kozlovafix testdata
2015-10-12 Anna Kozlovainspections view: disable navigation on dbl click for...
2015-10-12 Anna Kozlovaig: process lambda for throw caught locally inspection...
2015-10-12 Anna Kozlovachange signature from usage: ensure not substitute...
2015-10-12 Anna Kozlovaoverload resolution: choose one of overload equivalent...
2015-10-12 Roman Shevchenko[tests] decompiler performance test timing too optimist...
2015-10-12 Andrey Starovoyttsx: resolve for tags
2015-10-12 Konstantin... Merge remote-tracking branch 'origin/master'
2015-10-12 Konstantin... proper background for disabled comboboxes under Mac...
2015-10-12 Egor.UshakovIDEA-146299 Nested foreach in Evaluate expression works...
2015-10-12 Yann CébronMerge remote-tracking branch 'origin/master'
2015-10-12 Yann CébronClassValueConverter: reformat
2015-10-12 Dmitry BatrakIDEA-145360 Export to HTML/Print : correct position...
2015-10-12 Dmitry BatrakIDEA-145360 Export to HTML : use correct default foregr...
2015-10-12 Dmitry BatrakIDEA-145360 Export to HTML : render only one method...
2015-10-12 Dmitry BatrakIDEA-145360 correct color for method separators in...
2015-10-12 Aleksey Pivovarovlst: better borders for toolbar in popup
2015-10-12 Konstantin... Merge remote-tracking branch 'origin/master'
2015-10-12 Konstantin... Merge remote-tracking branch 'origin/master'
2015-10-12 Dmitry AvdeevIDEA-144040 Icons for runnable stuff in left gutter
2015-10-12 Roman ShevchenkoMerge remote-tracking branch 'origin/master'
2015-10-12 Roman ShevchenkoCleanup (arrangement)
2015-10-12 Yaroslav LepenkinOptimize imports on module respect format vcs changed...
2015-10-12 Roman Shevchenko[platform] close channel on built-in server disposal
2015-10-12 Egor.Ushakovdo not move caret if clicked on the gutter inside the...
2015-10-12 Konstantin... Merge remote-tracking branch 'origin/master'
2015-10-12 Konstantin... editable editor based comboboxes look weird with Mac...
2015-10-12 Konstantin... show Manage Recent Project action if and only if there...
2015-10-12 Vladimir Krivosheevtemp kotlin compilation error fix
2015-10-12 Dmitry AvdeevEA-74338 - NPE: XmlNSDescriptorImpl.checkSchemaNamespace
2015-10-12 Dmitry Avdeevcleanup
next