idea/community.git
2016-02-15 Liana Bakradzesupport for tasks and lessons as separate modules
2016-02-15 Dmitry Batrakavoid spurious project leak detection in tests, related...
2016-02-15 nikadded test on LockFreeCopyOnWriteArrayList clion/144.4160
2016-02-15 peterdispose completion process when a lookup with "No sugge... appcode/144.4152 clion/144.4147 phpstorm/144.4149 pycharm/144.4150 rubymine/144.4145 webstorm/144.4144
2016-02-15 nikdefault project language level set to 1.8, 'Java langua...
2016-02-14 Alexander ZolotovSimplify conditional expression appcode/144.4122 appcode/144.4158 clion/144.4134 dbe/144.4133 idea/144.4124 phpstorm/144.4129 pycharm/144.4126 pycharm/144.4130 rubymine/144.4128 webstorm/144.4131
2016-02-13 peteruse module to determine language level (IDEA-151620) appcode/144.4098 appcode/144.4118 clion/144.4097 clion/144.4112 clion/144.4119 dbe/144.4108 idea/144.4110 phpstorm/144.4111 phpstorm/144.4117 pycharm/144.4107 pycharm/144.4109 rubymine/144.4114 webstorm/144.4115
2016-02-13 petersupport vararg calls in freemarker/velocity under jdk8...
2016-02-12 Bas LeijdekkersIG: handle floating point literals with 'f' or 'd'... appcode/144.4083 appcode/144.4095 clion/144.4082 clion/144.4094 dbe/144.4080 idea/144.4081 phpstorm/144.4090 phpstorm/144.4096 pycharm/144.4085 pycharm/144.4092 rubymine/144.4087 webstorm/144.4093
2016-02-12 Bas LeijdekkersIG: more clear inspection messages
2016-02-12 Bas Leijdekkersmake IG test light
2016-02-12 Bas Leijdekkersadd quickfix for non-disjoint multi-catch
2016-02-12 Roman Shevchenko[platform] plugin manager should tolerate URLs from... appcode/144.4077
2016-02-12 Roman Shevchenko[tests] a test for IDEA-151593
2016-02-12 Sergey MalenkovIDEA-151601 Too many events posted (0624c16 reverted)
2016-02-12 Sergey MalenkovIDEA-149395 Add ability to use background of the scroll...
2016-02-12 Dmitry JemerovMerge remote-tracking branch 'origin/master'
2016-02-12 Dmitry Jemerovremove outdated vendor from Git plugin.xml
2016-02-12 Anna Kozlovadisable 'good code is red' for jsp, java.ft, etc appcode/144.4071
2016-02-12 Anna KozlovaEA-79190 - IOE: CheckUtil.checkWritable
2016-02-12 Aleksey PivovarovIDEA-151632 vcs: avoid rewriting ShortcutSet for global...
2016-02-12 Dmitry Avdeevcheck for initialized project
2016-02-12 Alexander ZolotovAdd ability to extend fileReference completion for...
2016-02-12 peterunfold and add to navigation history on navigating...
2016-02-12 Dmitry Jemerovdiagnostics for project view panes with non-unique...
2016-02-12 Aleksey Pivovarovvcs: do not change file status on trivial document...
2016-02-12 Deepanshu GuptaFix typo in FileDownloader javadoc appcode/144.4062 clion/144.4063
2016-02-12 Pavel DolgovMerge remote-tracking branch 'origin/master'
2016-02-12 Nikolay Chashnikovfixed initialization of our UrlClassLoader in new JDK...
2016-02-12 Dmitry Batkovichinspections: presentation text cleanup
2016-02-12 Egor.Ushakovprevent Alarm.checkDisposed assert
2016-02-12 Pavel Dolgovjunit: check for existing java.system.class.loader...
2016-02-12 Pavel DolgovMerge remote-tracking branch 'origin/master'
2016-02-12 Pavel Dolgovjavafx: test data corrected (IDEA-141033)
2016-02-12 Aleksey Pivovarovlst: mark file as unchanged on ranges recalculation
2016-02-12 Aleksey Pivovarovdiff: better UI for error messages
2016-02-12 Aleksey Pivovarovdiff: do not expose Throwable.toString() to the user
2016-02-12 Aleksey Pivovarovui: DumbAware actions in DialogWrapper
2016-02-12 Aleksey Pivovarovadd terminal plugin to community-main.iml
2016-02-12 Egor.Ushakovmisprint (IDEA-CR-8404)
2016-02-12 Egor.Ushakovfixes for IDEA-CR-8404
2016-02-12 Pavel Dolgovjavafx: "Unresolved fx:id reference" inspection quickfi...
2016-02-12 Dmitry AvdeevAndroid project wizard
2016-02-12 Anna Kozlovadisable use instanceof when setting is not shown (IDEA...
2016-02-12 Anna Kozlovainvert boolean: replace rename processor with invert...
2016-02-12 Anna Kozlovainvert boolean: check can rename (IDEA-151581)
2016-02-12 Anna Kozlovafix case (IDEA-151469)
2016-02-12 Egor.Ushakovfix for IDEA-CR-8425
2016-02-12 Roman ShevchenkoCleanup (formatting)
2016-02-12 Alexey Kudravtsevalready disposed fixed
2016-02-12 Alexey Kudravtsevmore diagnostics for EA-76959 - IOE: ClsElementImpl...
2016-02-12 Alexey Kudravtsevexecute tests outside write action by default
2016-02-12 Dennis Ushakovfill paragraph can be dumb aware
2016-02-12 Vladislav.Sorokagradle: don't replace '-' in module names appcode/144.4054 clion/144.4053
2016-02-12 Egor.UshakovEA-63752 - OCE: GroovyPositionManager.locationsOfLine
2016-02-12 Vladislav.Sorokagradle: rerun failed tests phpstorm/144.4051
2016-02-12 Roman Shevchenko[python] handles incorrectly encoded images in .ipnb...
2016-02-12 Alexey Kudravtsevuse @Contract to warn about forgotten .assertTiming...
2016-02-12 Alexey Kudravtsevremoved separate thread pool
2016-02-12 Alexey Kudravtsevwait for threads to finish
2016-02-12 Alexey Kudravtsevwhen performWhenCommitted() called, commit in that...
2016-02-12 Alexey Kudravtsevturn off logging
2016-02-12 Egor.Ushakovfixes after IDEA-CR-8401
2016-02-12 Valentina KiryushkinaSet monospaced fonts in study description panel
2016-02-12 nikgradle: correctly set TestModuleProperties for modules...
2016-02-11 Ilya.KazakevichPY-18089: user initiated context injected for "go to... appcode/144.4034 appcode/144.4048 clion/144.4036 clion/144.4047 dbe/144.4035 idea/144.4033 idea/144.4049 phpstorm/144.4041 pycharm/144.4040 pycharm/144.4044 rubymine/144.4043 webstorm/144.4046
2016-02-11 Ilya.KazakevichPythonReferenceImporter converted to Utils class since...
2016-02-11 Roman Shevchenko[platform] plugin manager should ignore duplicates...
2016-02-11 Yaroslav LepenkinRecent Tests: remove tests which we can locate without...
2016-02-11 Yaroslav LepenkinRecent Tests: show only java tests urls
2016-02-11 Sergey MalenkovDo not update viewport border for custom border
2016-02-11 Anna Kozlovagood code is red inspection: skip excluded from compila...
2016-02-11 Anna Kozlovainvert boolean: check new name to be valid identifier...
2016-02-11 Vladimir Krivosheevuse nio Path
2016-02-11 Vladimir Krivosheevstore DependencyUISettings in ui.lnf.xml
2016-02-11 Sergey MalenkovIDEA-151560 Map help button to the specified id
2016-02-11 Sergey MalenkovUpdate Patches because JDK-8020443 is fixed in 8u60
2016-02-11 Egor.Ushakovdo not preload annotations for binary files and files...
2016-02-11 Dmitry Jemerovadd company nameto PlatformLangXmlApplicationInfo.xml
2016-02-11 Dmitry Jemerovadd ico parameter to PlatformLangXmlApplicationInfo.xml
2016-02-11 Max MedvedevMerge branch 'medvedev/OC-12584'
2016-02-11 Roman ShevchenkoCleanup (getting rid of useless warnings)
2016-02-11 Roman Shevchenko[ui] heap dump action in OOME dialog
2016-02-11 Dmitry Jemerovrelaxng is not a plugin
2016-02-11 Dmitry JemerovMerge remote-tracking branch 'origin/master' appcode/144.4024 appcode/144.4059
2016-02-11 Egor.Ushakovfixed no highlighting after the field was enabled
2016-02-11 Dmitry Jemerovnormalize module group structure in community project
2016-02-11 Alexander LobasIDEA-149210 Rework IDE notifications
2016-02-11 Egor.Ushakovdisable language switcher together with the expression...
2016-02-11 Alexander LobasIDEA-149210 Rework IDE notifications
2016-02-11 Valentina KiryushkinaFix study actions order on the toolbar appcode/144.4020 clion/144.4019 webstorm/144.4017
2016-02-11 Egor.Ushakovfixed run toolbar vertical alignment (was leaning to...
2016-02-11 Michael GolubevIDEA-151572 - rename Settings / Clouds item to 'Docker...
2016-02-11 Julia Beliaeva[vcs-log] minor: NotNull-s, selected -> isSelected
2016-02-11 Julia Beliaeva[vcs-log] adjust space between branch columns in details
2016-02-11 Egor.Ushakovuse editor component grayer for disabled fields coloring
2016-02-11 nikbuild scripts: groovy classes moved to a non-default...
2016-02-11 Denis FokinIDEA-146676 Keyboard focus is lost after Ctrl-F in...
2016-02-11 Shaverdova... WI-30337 Deployment server with invalid port is saved... appcode/144.4016
2016-02-11 Shaverdova... WI-30337 Deployment server with invalid port is saved...
next