Commit Graph
82941 Commits
Author SHA1 Message Date
Anna Kozlova 9edc017c17 ensure caret position invariant during inplace rename 2012-05-25 20:44:41 +04:00
Anna Kozlova c698416974 EA-36296 - IAE: TypeConversionUtil.isAssignable 2012-05-25 20:44:40 +04:00
Gregory.Shrago 8176d1e05e IDEA-86495 Throwable at com.intellij.ide.util.treeView.AbstractTreeUi._expand 2012-05-25 20:08:22 +04:00
Evgeny Zakrevsky 39b8fa961c minor 2012-05-25 19:51:00 +04:00
Evgeny Zakrevsky dd8fdf448a compilation fix 2012-05-25 19:50:59 +04:00
Kirill Likhodedov f73d909187 [git] more logging for Git commands
* Log the time of any Git command to INFO, if it took more than 10 seconds to execute it.
* Log.INFO the fact of marking everything dirty in GitUntrackedFilesHolder: it shouldn't happen often and it produces a long git status invocation.
2012-05-25 19:45:35 +04:00
peter 7822833fa7 @NotNull contextElement in CompletionConfidence 2012-05-25 17:35:24 +02:00
peter 74ce818ce5 support cyclic module deps compilation for groovy 2012-05-25 17:35:24 +02:00
peter bbf3ab6a20 -> instead of =>, # 2012-05-25 17:35:24 +02:00
Sergey Evdokimov 987b90f79f IDEA-22058 Maven: Separate target level settings for modules 2012-05-25 19:01:25 +04:00
Eugene Kudelevsky 3c440e3dc4 use copyDir instead of moveDirWithContent because tmp dir may be on other disk 2012-05-25 18:44:57 +04:00
irengrig 9e7a90a8de Merge remote branch 'origin/master' 2012-05-25 18:42:38 +04:00
irengrig 51f57370a1 fix tests (incorrectly performed "SVN: bug when grouping individual change requests into non-recursive directories query + check whether "move source dir into target" is under scope before "old, added" change is removed") 2012-05-25 18:41:24 +04:00
irengrig 61cca45b90 fix SvnChangesCorrectlyRefreshedTest.testAddDirEditFileAndAfterRevert 2012-05-25 18:09:05 +04:00
Anna Kozlova 1bb9e3fb1e provide api to filter out references with another names 2012-05-25 18:03:17 +04:00
Anna Kozlova 8b391a4404 provide inspection name to copy in inspections config tree (IDEA-86647) 2012-05-25 18:03:16 +04:00
Dennis Ushakov e67360174e renamed sqljet temporary for patches building 2012-05-25 17:57:02 +04:00
Eugene Kudelevsky ca57570a9e fix "cannot move content" error 2012-05-25 17:25:41 +04:00
Eugene Kudelevsky b4a7d6f21a android-jps: replace suffixes "apk.*" by "*.apk" 2012-05-25 17:25:39 +04:00
Eugene Kudelevsky ceeaad8934 android-jps: place classes.jar into system/compiler-server storage 2012-05-25 17:25:38 +04:00
Eugene Kudelevsky e27808ec37 android-jps: place intermediate artifacts to system/compiler-server storage 2012-05-25 17:25:37 +04:00
Eugene Zhuravlev 5db2fe24fc IDEA-86631 Debugger doesn't work in a class which name contains dollar sign ($) 2012-05-25 15:19:29 +02:00
irengrig a9e2b9ad35 IDEA-86660 Local change list performance problem on large projects 2012-05-25 17:11:54 +04:00
Oleg Sukhodolsky a3d55029f3 RUBY-9467: IndentationParser should be prepared for cases when we do not have EOL after indentation.
#RUBY-9467 fixed
2012-05-25 17:08:21 +04:00
Dmitry Avdeev 568378b22d IDEA-83955 Latest 11.1 build keeps displaying out of memory dialog no matter how much max heap size is allowed 2012-05-25 17:05:55 +04:00
Maxim.Medvedev 8613a92a61 unused def highlighting on reference name is back 2012-05-25 16:54:39 +04:00
Alexander Kirillin 43c3b39adc OC-4046 Go To file/class should search for 'contains' not for 'starts with'. 2012-05-25 16:46:25 +04:00
Alexander Kirillin 5c48ab5c26 returning null if user cancelled the safe delete 2012-05-25 16:46:24 +04:00
Denis.Zhdanov fab2b04e33 IDEA-86037 Throwable at EditorHistoryManager.fileOpenedImpl() on simultaneous creation of several files if editor tabs are disabled; auto scroll to source fails after switching focus 2012-05-25 16:10:33 +04:00
irengrig 459eef71be Merge remote branch 'origin/master' 2012-05-25 15:58:53 +04:00
irengrig 949f51785e SVN: local changes: correctly ask status for passed files, don't assume we have already asked abt them (showed up when reverting a directory) 2012-05-25 15:57:36 +04:00
Anna Kozlova 399c24c810 folding builder style setters (IDEA-86541) 2012-05-25 15:56:41 +04:00
Anna Kozlova efcb13cdaa wrong package name fix: move the whole file (IDEA-86640) 2012-05-25 15:56:40 +04:00
Kirill Likhodedov ee79d1c548 [git] GitChangeProvider#debug for common place to profile git status operations
Use for tracking marking everything dirty from GitUntrackedFilesHolder.
2012-05-25 15:50:43 +04:00
Kirill Likhodedov 7ade8f058e [git] Don't notify if user cancels cherry-pick, unless there were successful cherry-picks in the queue. +tests 2012-05-25 15:50:42 +04:00
Kirill Likhodedov 66ce2ab462 [git] Rename CherryPicker to GitCherryPicker for unification. 2012-05-25 15:50:42 +04:00
Kirill Likhodedov 8ace69b58e [git] Add debug logging for start and finish of all Git commands.
Log start in start(), because runInCurrentThread doesn't cover all usages of start() (some history commands are called via start()).
Log finish in runInCurrentThread(), because start() is async.
2012-05-25 15:50:41 +04:00
Kirill Likhodedov 99e7bd87f5 IDEA-86575 Contextual menu in Git log should say "Hide Graph" when graph is displayed instead of "Show Graph" 2012-05-25 15:50:41 +04:00
Maxim.Medvedev 96c070aa67 diagnostics 2012-05-25 15:34:26 +04:00
Maxim.Medvedev a6a692276c diagnostics 2012-05-25 15:34:25 +04:00
Maxim.Medvedev 77beb7412f IDEA-86617 Don't complete method Map.isEmpty() as property 2012-05-25 15:34:23 +04:00
Maxim.Medvedev fd95dbc6ec IDEA-86551 Groovy: Correct 'Select word at caret' processing for string literals 2012-05-25 15:34:22 +04:00
Maxim.Medvedev 6a5f65de94 more literals are strings 2012-05-25 15:34:21 +04:00
Maxim.Medvedev 613f5ee7ca more correct diagnostics for formatting 2012-05-25 15:34:20 +04:00
Maxim.Medvedev f37c965dcc cleanup 2012-05-25 15:34:19 +04:00
irengrig d9ae5c00a3 SVN: bug when grouping individual change requests into non-recursive directories query + check whether "move source dir into target" is under scope before "old, added" change is removed 2012-05-25 15:30:18 +04:00
irengrig 4ff68f609c svnkit 9249 2012-05-25 15:28:00 +04:00
Sergey Evdokimov 922ccdd74b Replace Logger.getInstance("#com.jetbrains.idea.ClassName") to Logger.getInstance(ClassName.class) 2012-05-25 15:24:43 +04:00
Sergey Evdokimov 1c1b1acc17 Revert: IDEA-81494 (Frequent "language level changed" notifications when re-importing maven projects) (02efd74) 2012-05-25 15:24:43 +04:00
Alexander Lobas 63bda8b3d0 Merge remote-tracking branch 'origin/master' 2012-05-25 15:21:53 +04:00