Commit Graph
83889 Commits
Author SHA1 Message Date
Roman Shevchenko 062710d3a6 EA-36715 (better detect doc comment before conversion) 2012-06-18 17:04:18 +02:00
peter 72ecc025e2 suggest abstract in interface (IDEA-85701) 2012-06-18 16:42:18 +02:00
peter 617e63d159 remove outdated auto make error message 2012-06-18 16:42:17 +02:00
Kirill Likhodedov 161ed98ad8 [github] "Rebase my GitHub fork": add the parent upstream remote url as HTTPS, not Git, to make this work for forks of private repositories.
Private repositories forks are rare, but such fix takes no effort, since for public repositories read via HTTPS doesn't need user credentials.
2012-06-18 18:22:50 +04:00
Kirill Likhodedov 88b14cefcc [github] Share on GitHub via HTTPS, not SSH.
HTTPS method is recommended (https://help.github.com/articles/generating-ssh-keys).

* Make GitHttpAdapter accept remoteName instead of GitRemote, since only the name is needed there,
and for simplified call from GithubShareAction.
* Define HTTPS remote, and push to it via GitHttpAdapter. Notify the result.
* Don't refresh the project after push: it is not needed, since push doesn't change the working tree.
* Update the CONFIG information after adding the remote.
2012-06-18 18:17:03 +04:00
Roman Shevchenko 11c48b0c2a Log detected WM anyway 2012-06-18 15:45:54 +02:00
Eugene Kudelevsky 026fe84d62 android augment: bug fixes, update rename tests 2012-06-18 17:27:10 +04:00
Eugene Kudelevsky 7c7ba0359e augment of R and Manifest classes, do not generate the constants anymore 2012-06-18 17:27:09 +04:00
nik 332b692e1f more ModuleRootModel modifications rewritten using util methods 2012-06-18 17:08:59 +04:00
Anna Kozlova c345058930 dialog with macros check should be shown over loading project progress (IDEA-87165) 2012-06-18 15:07:24 +04:00
Anna Kozlova 22ec1696fe conflicts for duplicated type parameter name (IDEA-87473) 2012-06-18 15:07:23 +04:00
Alexey Kudravtsev 3f263b7077 kill highlights on the fly: fix nested psi element ranges case 2012-06-18 14:36:59 +04:00
Alexey Kudravtsev 06c7132f83 avoid induced error 2012-06-18 14:36:58 +04:00
Alexey Kudravtsev 03d179b990 EA-36671 diag 2012-06-18 14:36:58 +04:00
Alexey Kudravtsev 6e26e2c27a EA-36666 2012-06-18 14:36:57 +04:00
Alexey Kudravtsev 421c5772c1 EA-36658 2012-06-18 14:36:56 +04:00
Alexey Kudravtsev ace84254f0 EA-36637 assertion 2012-06-18 14:36:55 +04:00
Alexey Kudravtsev d30542fa78 EA-36623 2012-06-18 14:36:54 +04:00
Nadya.Zabrodina df59af1c8a initialize PsiViewer blockTree, if only checkBox is selected; PsiViewer assertion comment 2012-06-18 14:33:51 +04:00
peter b1142a5755 save some memory 2012-06-18 12:31:17 +02:00
peter b7edeb92b5 expected type is sometimes more important than prefix-variant case mismatch 2012-06-18 12:31:17 +02:00
Konstantin Bulenkov 8d8309c532 stop daemon while showing file structure 2012-06-18 14:26:54 +04:00
Alexander Lobas c4817c8e4e Merge remote-tracking branch 'origin/master' 2012-06-18 14:02:52 +04:00
Alexander Lobas 414c215384 Palette 2012-06-18 14:02:23 +04:00
Konstantin Bulenkov 730a1337eb don't save states if they set automatically after speed search 2012-06-18 13:56:39 +04:00
andrey.zaytsev e3f929558a breakpoints-ui. infinite recursive fixed 2012-06-18 13:25:39 +04:00
Sergey Simonchik 47411f9ae5 close ServerSocket instance in finally block 2012-06-18 12:53:25 +04:00
andrey.zaytsev d3f19de485 breakpoints-ui. breakpoints tree nodes sorting. 2012-06-18 12:19:53 +04:00
Anna Kozlova 40e35d7a60 enable fix all for file for annotator problems, should work for localQuickFixes only (IDEA-87100) 2012-06-18 12:07:27 +04:00
Anna Kozlova c51ed9a33f EA-36695 - NPE: InplaceRefactoring.getVariable 2012-06-18 12:07:26 +04:00
Anna Kozlova 6128f05978 sort profiles (IDEA-87366) 2012-06-18 12:07:25 +04:00
nik f4e5a9dd15 added utility for common ModuleRootModel modifications 2012-06-18 10:33:53 +04:00
nik 5f277b6472 get rid of unnecessary creations of ModifiableRootModel 2012-06-18 09:53:54 +04:00
nik cce603cbbb new jps modules included into installers layout 2012-06-18 08:53:10 +04:00
Anna Kozlova 8f5a542c44 suggestion to restart or postpone app 2012-06-18 07:07:39 +04:00
Eugene Zhuravlev 5223b04a78 recovering from some errors when saving templates 2012-06-17 19:34:38 +02:00
Eugene Zhuravlev 5fc7e59885 allow '\r' in debugger text viewer 2012-06-17 19:07:09 +02:00
Alexey Gopachenko 2e1d8fc114 Spellchecker avoid IOOBE 2012-06-17 15:37:24 +02:00
Bas Leijdekkers 98a778b232 fix "Replace '+' with 'StringBuilder.append()'" intention on concatenation starting with non-string addition expression (e.g. 1 + 2 + "a") 2012-06-17 15:14:01 +02:00
Bas Leijdekkers 5ea707f15f cleanup 2012-06-17 15:12:14 +02:00
Bas Leijdekkers ad80249d11 shorter intention name 2012-06-17 15:10:55 +02:00
Eugene Zhuravlev 23af1bf293 support old format of annotation processors configuration 2012-06-16 21:38:59 +02:00
Bas Leijdekkers a7cb17d3d4 new "Split 'try' statement with multiple resources" intention 2012-06-16 21:00:35 +02:00
Bas Leijdekkers 86d30a708e make predicate package local 2012-06-16 20:46:53 +02:00
Bas Leijdekkers 7fe2f513d0 improve intentions names 2012-06-16 20:38:45 +02:00
Bas Leijdekkers ecc9c6b38b fix after template 2012-06-16 20:38:00 +02:00
Bas Leijdekkers ba393eed89 fix test? 2012-06-16 16:43:57 +02:00
Bas Leijdekkers f6b8653aff new "Merge nested try statements" intention 2012-06-16 14:17:37 +02:00
Bas Leijdekkers a1d5adbd5d improve descriptions 2012-06-16 14:17:02 +02:00
Kirill Likhodedov 3d3d2b6b3a [git] refresh after rebase. 2012-06-16 13:48:52 +04:00