Commit Graph
62781 Commits
Author SHA1 Message Date
nik 040fcbbc7b move 2011-04-14 12:58:35 +04:00
Kirill Likhodedov bf271b1a94 Git: split clone into atomic operations.
Split clone to mkdir, init, add remote, fetch and checkout.
Add notifications in the case of error.

Reason: extract the remote FETCH operation, which will be handled by JGit for HTTP in futher changes.
2011-04-14 12:48:00 +04:00
Kirill Likhodedov eb7d6c5e3b [hg] Show actual executable in the command line (not hg.exe for hg.bat, for instance). 2011-04-14 10:52:04 +04:00
Kirill Likhodedov f9a9d3af22 GitUIUtil change \n by <br> when displaying exception message 2011-04-14 10:52:03 +04:00
Kirill Likhodedov c1527ea946 [hg] don't check for incoming/outgoing changes if there is no default repository.
For outgoing changes check default-push instead of default (if exists).
2011-04-14 10:52:03 +04:00
Kirill Likhodedov 5058298f24 [hg] move HgUtil and HgErrorUtil to the util subpackage. 2011-04-14 10:52:02 +04:00
Kirill Likhodedov 636f5cf38c IDEA-67921 IDEA-65888 Mercurial installed via easy_install/pip on Windows.
Root cause: the pipe symbol (|) used in changesets templates (--template) is interpreted by system in the case of such configuration and running via hg.bat).

If Windows, surround the template by double-quotes.
It breaks UNIX version, however, so don't do it for UNIX.

Refactored all usages of --template to go through HgChangesetUtil.makeTemplate() using common separators and quoting if needed.
2011-04-14 10:52:02 +04:00
Alexey Kudravtsev da3c058a19 show warning when unable to modify 2011-04-14 10:28:25 +04:00
peter c5adb0d74e some logging for mysteriously failing tests 2011-04-14 00:30:19 +02:00
Roman Shevchenko cc68adee4e Cleanup 2011-04-13 21:19:34 +02:00
Roman Shevchenko 17c21afadf Little fix in Java parser facade (correctly create class members with comments) 2011-04-13 21:19:34 +02:00
Roman Shevchenko 9a915100d3 @Nullable 2011-04-13 21:19:34 +02:00
Dmitry Jemerov 5eb3e4d488 IDEA-41363 2011-04-13 21:13:09 +02:00
Dmitry Jemerov b7c7037836 exception tolerance (PY-3334 & friends) 2011-04-13 21:13:08 +02:00
Dmitry Jemerov 4cfe2bf18a use QueryExecutorBase 2011-04-13 21:13:08 +02:00
Gregory Shrago 5e1e51ed21 IDEA-68051 Database support: encoding of .ids files is system default 2011-04-13 23:07:14 +04:00
Anton Makeev 0fe604b59e XDebugger: auto-focusing Console/Frames tabs when necessary (like in Java-debugger) 2011-04-13 20:55:26 +02:00
Eugene Kudelevsky acab2d5267 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-13 22:07:50 +04:00
anna 2e0cd2d032 interface 'overrides' object: methods can declare different exceptions (IDEA-67753) 2011-04-13 20:05:34 +02:00
anna 8f4a7ee0d0 interface 'overrides' object: methods with same erasure should be accepted (IDEA-67752) 2011-04-13 20:05:33 +02:00
Eugene Kudelevsky 7f1400d62f IDEA-65775 support for state lists in dom model 2011-04-13 21:59:23 +04:00
Maxim Shafirov 375dd2ae87 IDEA-67777: Open files by dragging them onto icon in the dock. 2011-04-13 21:58:52 +04:00
Anton Makeev acd87cb4c5 SMTestRunner: invokeLaterIfNeeded in tests 2011-04-13 19:48:58 +02:00
peter 568c7e813a method signature validity assertions for EA-26920 2011-04-13 19:22:26 +02:00
peter 0acf0df76e don't classes by ( not after new, don't insert space when completing an already typed variable name by comma 2011-04-13 19:04:39 +02:00
peter cc8eb23f33 don't choose template items by space if normally they're not configured to do so 2011-04-13 19:04:39 +02:00
peter e77c088663 fix NormalCompletionTest 2011-04-13 19:04:39 +02:00
peter 7cf41dd668 IDEA-67448 Exception for class name completion in Spring xml 2011-04-13 19:04:38 +02:00
peter 4628479ee0 more sensible java class reference separator names 2011-04-13 19:04:38 +02:00
peter e83810e358 IDEA-67939 Smart completion completes private field from parent class inside a static inner inheritor 2011-04-13 19:04:38 +02:00
peter ab638476d1 IDEA-67879 Groovy Inspection: false 'unused code' warning 2011-04-13 19:04:38 +02:00
peter b4e5f3d78f correctly stop at the breakpoint in groovy classes not in source (IDEA-64023) 2011-04-13 19:04:38 +02:00
Konstantin Bulenkov 6888120224 default Editor and DiffPanel creation in DiffElement + file type recognizer 2011-04-13 20:37:45 +04:00
Konstantin Bulenkov dab8de9f55 slightly change DiffPanel interface 2011-04-13 20:37:44 +04:00
Alexey Pegov fe3c004007 EA-25564 - NPE: CommonContentEntriesEditor.createComponentImpl 2011-04-13 19:40:08 +04:00
Alexey Pegov 588afceb7f EA-26244 - NPE: ContentEntryEditor.getContentEntry 2011-04-13 19:27:37 +04:00
Alexey Pegov 7d3a93e6e7 EA-26724 - assert: MessageBusImpl.checkNotDisposed 2011-04-13 19:24:50 +04:00
Kirill Kalishev 41003e65c4 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-13 19:09:44 +04:00
Kirill Kalishev edd537b574 tabs: closing editor with multirow mode fix 2011-04-13 19:09:35 +04:00
Eugene Kudelevsky 8857cede42 IDEA-62546 support for creating xml drawable resources 2011-04-13 18:36:35 +04:00
irengrig faa0147a47 1) warn if Task.Backgroundable is created without a title
2) assert if GitBranches refreshes are invoked in parallel
3) monitor BackgroundTaskQueue load if property is passed
2011-04-13 18:35:29 +04:00
Eugene Kudelevsky 555514ad23 IDEA-67650 support for fragments in layout xml files 2011-04-13 18:20:54 +04:00
Eugene Kudelevsky 877299dad0 update attrs.xml from new sdk 2011-04-13 18:20:05 +04:00
Alexey Kudravtsev 52b0229812 support smart pointers in multiroot files 2011-04-13 18:16:17 +04:00
Alexey Pegov 53c5aea832 collapse project path to ~/path if project is placed under user home dir [mac & linux] in frame title & project view 2011-04-13 18:09:37 +04:00
Kirill Kalishev 9402500aa1 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-13 17:54:51 +04:00
Kirill Kalishev 57a52b3e3d TreeUI: file status fast update fix 2011-04-13 17:54:40 +04:00
Alexey Kudravtsev e3b1adc82b trackInvalidation 2011-04-13 17:45:15 +04:00
Alexey Kudravtsev 6e02aab0ad cleanup 2011-04-13 17:45:14 +04:00
Alexey Kudravtsev 45b06de6bd NPE 2011-04-13 17:45:13 +04:00