Commit Graph
173779 Commits
Author SHA1 Message Date
Alexander Zolotov 1df198f2ef Highlighting issue links: ignore invalid replacement patterns (EA-83133) 2016-06-09 14:32:08 +03:00
Alexander Zolotov f1e465883b breadcrumbs initialization: project component -> startup activity 2016-06-09 14:32:08 +03:00
Anton Makeev 23996a735b OC-13663 Show run configurations in the same order as they are shown in Xcode (and order back) 2016-06-09 13:13:53 +02:00
Dmitry Batrak 7878205ce4 IDEA-61493 Find Usages: Separate "Use soft wraps" option for the preview panel - another cosmetic improvement 2016-06-09 14:04:37 +03:00
Pavel Dolgov 36815d464c Javafx: Check that project JDK is defined and has JavaFX runtime (IDEA-152945) 2016-06-09 13:56:34 +03:00
Pavel Dolgov dffed663fc Java: Added extension point for missing SDK notification (IDEA-152945) 2016-06-09 13:56:33 +03:00
Dmitry Batrak 82c4f6ab17 JavaDocInfoGenerator cleanup 2016-06-09 13:26:05 +03:00
Dmitry Batrak 8e3e178333 IDEA-156628 QuickDoc does not showing array initializers correctly 2016-06-09 13:10:53 +03:00
Dmitry Batrak edc2d90e44 fix showing error message during startup on KDE 2016-06-09 11:20:07 +03:00
peter b288be92fe build stub hierarchy on demand, drop cache on java structure change 2016-06-09 09:12:51 +02:00
Gregory.Shrago f31f390cae IDEA-157246 Background image: improve UX of removing the background 2016-06-08 23:48:44 +03:00
Daniil Ovchinnikov bf4ed9c5db [groovy] bring default imports processing into import contributor extension 2016-06-08 23:26:10 +03:00
Daniil Ovchinnikov f12a5bec99 [groovy] allow to provide all kinds of imports via import contributor API 2016-06-08 23:26:10 +03:00
Daniil Ovchinnikov 3950c08f35 [grails] gson: g.render(Map) named arguments completion 2016-06-08 23:26:10 +03:00
Daniil Ovchinnikov da9bca97f4 [groovy] tests: implement getBasePath() 2016-06-08 23:26:10 +03:00
Sergey Simonchik 5f2c869b76 center FixedSizeButton vertically and improve comment for magic number (-2) 2016-06-08 23:06:01 +03:00
Alexander Zolotov 66fbbc9ce4 TestEditorManagerImpl.closeAllFiles should dispose editors 2016-06-08 22:21:50 +03:00
Gregory.Shrago 257b8d2910 IDEA-117223 Custom background image/colour for each project 2016-06-08 22:12:46 +03:00
Alexey Kudravtsev 3d149f44ff read action added 2016-06-08 21:40:34 +03:00
Shaverdova Elena b645060069 file header update in template projects without Velocity for PhpStorm 2016-06-08 20:10:43 +02:00
Shaverdova Elena aed96eb76a proper workspace.xml cleanup in template projects in PhpStorm 2016-06-08 20:10:43 +02:00
Shaverdova Elena b3e19c0269 Fix saving of FileEditorManager state 2016-06-08 20:10:43 +02:00
Konstantin Bulenkov 0c545c3cd3 IDEA-157244 Background image: wrong file chooser icon in Darcula 2016-06-08 19:57:57 +02:00
Konstantin Kolosovsky f773075203 IDEA-156250 Implemented file scopes background colors for "ChangesTreeList" inheritors 2016-06-08 20:34:37 +03:00
peter ca91a72a45 stub hierarchy: don't process duplicate units 2016-06-08 19:25:52 +02:00
peter 13f042f26d a better hashCode for stub hierarchy symbols 2016-06-08 19:25:52 +02:00
peter 64bb211eae stub hierarchy: mark classes where we can't fully resolve hierarchy
they should be excluded from the hierarchy scope and usual PSI-based search should be used for them (in case they reference some JVM language unsupported by stub hierarchy)
2016-06-08 19:25:51 +02:00
peter 2cb4fb2b61 include local and anonymous classes in stub hierarchy 2016-06-08 19:25:51 +02:00
peter 4c4cb2f4a2 simplify stubHierarchy anchors and remove unused ones; restore their ability to work with any JVM language element types 2016-06-08 19:25:50 +02:00
peter 6e013e9be0 don't use PSI in stub hierarchy: it's expensive (especially if it's Kotlin) 2016-06-08 19:25:50 +02:00
peter ed59620c5d don't ignore scripts in groovy stub hierarchy indexing 2016-06-08 19:25:49 +02:00
peter 95f04a1368 LogSubtypesAction: print the number of subtypes 2016-06-08 19:25:49 +02:00
Dmitry Batrak f0967054f2 cleanup in JavaTargetElementEvaluator 2016-06-08 20:20:07 +03:00
Dmitry Batrak 374b53dd1b IDEA-157050 Disable quick doc for javadoc block tags 2016-06-08 20:20:07 +03:00
Gregory.Shrago 6a567c0e06 expanded branches preferred size is ignored and the component remains small 2016-06-08 19:30:41 +03:00
Gregory.Shrago c9c5fc9e9c typo, reformat 2016-06-08 19:30:41 +03:00
Dmitry Batrak db311da2ae IDEA-61493 Find Usages: Separate "Use soft wraps" option for the preview panel - cosmetic improvements 2016-06-08 19:10:42 +03:00
Alexander Lobas 480ecd3708 IDEA-155300 Change non-sticky balloons behavior: animation 2016-06-08 17:54:53 +03:00
Nadya Zabrodina de2cbf5ea5 [hg]: cleanUp 2016-06-08 17:48:16 +03:00
Nadya Zabrodina 6a294528d1 [hg]: IDEA-157085 Mercurial: change even one line forces to mark all content fo file as new, until force refresh in "Version Control" tab
* use HEAD not TIP as a base revision for unsaved changes
2016-06-08 17:48:15 +03:00
irengrig 1ec705372f JsonBySchemaObjectAnnotator: remove unneeded logging 2016-06-08 16:44:21 +02:00
Alexander Lobas 39ca35fc1e IDEA-153807 Welcome screen notifications 2016-06-08 16:03:36 +03:00
Dmitry Avdeev 244dd9d224 IDEA-156888 Simplify JDK setup for new projects: add link to download SDK 2016-06-08 15:50:11 +03:00
Vladislav.Soroka c776306944 maven: do not fail in a provisional method MavenSession#setAllProjects is absent 2016-06-08 15:46:13 +03:00
Dmitry Batrak 4aa501415d IDEA-157087 slow text rendering on OS X when ligatures are enabled
For text layout purposes, don't join text fragments that have same font but different color, as they will be rendered separately anyway,
 and we try to avoid rendering of glyph vector fragments (leading to unnecessary processing of glyphs outside clip region)
2016-06-08 15:44:02 +03:00
Dmitry Batrak 2b4379b90e reset text rendering statistics on each output 2016-06-08 15:44:02 +03:00
Alexander Lobas cb98bf6655 IDEA-156361 Add a tooltip about Alt-click to notification close icon 2016-06-08 15:39:49 +03:00
Alexander Lobas 4157a91b2b IDEA-156871 Project leaked via BalloonLayout 2016-06-08 15:39:47 +03:00
Sergey Simonchik 36b9ba9501 don't reparse file if a language is substituted with a dialect of the language (in this case, PushedFilePropertiesUpdater does the job) (IDEA-CR-11333) 2016-06-08 15:12:54 +03:00
Vladislav.Soroka 426691f472 gradle: imports clean-up 2016-06-08 14:44:47 +03:00