Commit Graph
100352 Commits
Author SHA1 Message Date
Eugene Zhuravlev 2d27ee09cb IDEA-108102 Can't assign shortcut to ant target 2013-05-30 14:08:37 +04:00
Sergey Simonchik e4c2bb6f2f ConfigurationContext.getOriginalConfiguration(null) returns original configuration without filtering by its ConfigurationType 2013-05-30 13:51:27 +04:00
Vladimir Krivosheev bc8528f7a0 don't use invalid XmlSerializer 2013-05-30 11:30:21 +02:00
nik b3fc0a30c1 jps model: don't load and parse each iml file twice 2013-05-30 13:25:52 +04:00
nik 857179f6b1 external build: print elapsed time of model loading phases to log 2013-05-30 12:53:29 +04:00
Vladimir Krivosheev f98a4a1b6c cleanup 2013-05-30 10:52:57 +02:00
Anna Kozlova b046fcec92 ignore whitespaces when gathering inlined tags data elements (IDEA-107812) 2013-05-30 12:10:21 +04:00
Vladimir Krivosheev 80e8a556c4 WebBrowserUrlProvider getUrl nullable 2013-05-30 09:46:04 +02:00
Sergey Evdokimov 1f5817582a use HttpURLConnection.HTTP_NOT_MODIFIED 2013-05-30 11:13:33 +04:00
Vladimir Krivosheev 69d8187445 fix NPE 2013-05-29 21:40:11 +02:00
Yann Cébron 7fd800e2f2 temporary revert 9b760e6b8e due to NPE 2013-05-29 21:34:52 +02:00
Gregory.Shrago 559f0cfa83 sql regen: extends hooks & compact parseTokens 2013-05-29 23:04:45 +04:00
andrey.zaytsev 20fa1dad02 distraction free mode: fix editor text field behaviour 2013-05-29 22:02:25 +04:00
peter fe90f35a97 IDEA-107709 StringUtils within a File Template 2013-05-29 19:57:58 +02:00
peter f60d51bff6 IDEA-108068 Idea suggests two identical completions for an array constructor 2013-05-29 19:43:36 +02:00
Roman Shevchenko 7053313c86 IDEA-107827 (do not lose a document after renaming a file to an unknown type) 2013-05-29 21:18:10 +04:00
Roman Shevchenko eff321ee12 Formatting 2013-05-29 21:18:09 +04:00
Roman Shevchenko 71f80a8809 EA-46384 (read action) 2013-05-29 21:18:09 +04:00
Anna Kozlova 75e26bc109 cleanup: reuse variable 2013-05-29 20:41:55 +04:00
Anna Kozlova 46045fa7a5 settings search: do not accept everything when only stop-word is provided (IDEA-108050) 2013-05-29 20:41:54 +04:00
andrey.zaytsev 3e5de38722 distraction mode: position relative to window but not to screen 2013-05-29 20:40:34 +04:00
Gregory.Shrago 6512ed104f filtering test suite 2013-05-29 20:38:01 +04:00
Gregory.Shrago a22b8fc8d8 sql test dependencies 2013-05-29 20:32:06 +04:00
Vladimir Krivosheev cc1706609a WEB-7148 Built In HTTP Preview Server Needed (IntelliJ IDEA) 2013-05-29 18:15:07 +02:00
Eugene Zhuravlev 9c70ba9aa5 debug logging 2013-05-29 20:09:14 +04:00
peter d135127ea9 don't leak console via document listeners (IDEA-107996) 2013-05-29 18:07:28 +02:00
peter 9b760e6b8e don't leak project via action listener in change list browser (IDEA-107996) 2013-05-29 18:07:27 +02:00
andrey.zaytsev a7d593037f more on distraction free mode 2013-05-29 20:04:39 +04:00
Dmitry Trofimov c2cc82d2c7 Merge remote-tracking branch 'origin/master' 2013-05-29 17:59:08 +02:00
Dmitry Trofimov ca077b0370 Disable the action. 2013-05-29 17:58:29 +02:00
nik 5e87ca676a android plugin returned to UE and CE distributions 2013-05-29 19:50:15 +04:00
Vladimir Krivosheev 48791f9945 WEB-7728 Built-in HTTP server should be more visible 2013-05-29 17:26:59 +02:00
Vladimir Krivosheev aaa036f2c7 cleanup 2013-05-29 17:26:59 +02:00
peter 880e6dbe09 show better matching non-imported classes in autopopup than the imported ones 2013-05-29 16:52:47 +02:00
Dmitry Trofimov bb84074ff2 JPty compiled without purejavacomm 2013-05-29 16:51:32 +02:00
Dmitry Trofimov dea6a08e5a JNA updated. 2013-05-29 16:48:04 +02:00
Dmitry Trofimov 2e34efd0df Cosmetic. 2013-05-29 16:47:44 +02:00
Dmitry Trofimov f1ce8a4c57 Terminal plugin fixed to work with YourKit Profiler (PY-9884). 2013-05-29 16:43:12 +02:00
Vladimir Krivosheev 9fbda7b65c init WEB-7728 Built-in HTTP server should be more visible
Created JS Debug configuration MUST use remote url instead of local file
2013-05-29 16:25:34 +02:00
Sergey Evdokimov 2a6c7d9290 Send CRC32 hash of current plugin list version. Don't download new plugin list if it didn't change. 2013-05-29 18:20:47 +04:00
Denis.Zhdanov 4a15c6a012 IDEA-104500 Gradle: Allow to reuse common logic for other external systems
Correct editor painting in case when it contains only collapsed fold region (used to draw empty area because selection foreground for the standard colors scheme is the same as default background and selection background was not painted because of too restrictive 'if' condition)
2013-05-29 18:19:49 +04:00
Denis.Zhdanov f944741e7d IDEA-104500 Gradle: Allow to reuse common logic for other external systems
refactoring
2013-05-29 18:19:48 +04:00
Denis.Zhdanov b8386370f6 IDEA-104500 Gradle: Allow to reuse common logic for other external systems
Allow to choose target external project from file system tree
2013-05-29 18:19:48 +04:00
Denis.Zhdanov 9f9e8cd8aa IDEA-104500 Gradle: Allow to reuse common logic for other external systems
Printing a greeting message on starting external task(s) execution
2013-05-29 18:19:48 +04:00
Denis.Zhdanov 8f0fd533ba IDEA-104500 Gradle: Allow to reuse common logic for other external systems
1. Fold external project path to the project name on external system run configuration dialog opening;
2. Correct external system run configuration settings deserialization;
2013-05-29 18:19:48 +04:00
peter e75c665b51 cancel long autopopup if focus leaves editor 2013-05-29 16:03:46 +02:00
Anna Kozlova b877da1fa6 Merge remote-tracking branch 'origin/master' 2013-05-29 17:49:17 +04:00
Anna Kozlova 3b736aca09 extract method: reject containing classes when members were called through inheritance chain 2013-05-29 17:48:38 +04:00
Anna Kozlova 46c05691a6 allow void expressions preselection for extract method 2013-05-29 17:48:37 +04:00
Vladimir Krivosheev d5f430925d continue WEB-4454 JavaScript debug: local and remote run configurations are confusing 2013-05-29 15:48:24 +02:00