Commit Graph
57850 Commits
Author SHA1 Message Date
anna 19ccd895cb super wildcard processing (IDEA-62529 ) 2010-12-08 12:40:10 +03:00
irengrig 294eb992e0 IDEA-62667 NPE in git branch widget [review=denis.zhdanov] 2010-12-08 12:14:48 +03:00
Kirill.Safonov a2e88a8a41 remove duplicate code appeared on merge 2010-12-08 00:42:20 +03:00
Bas Leijdekkers d119950ff9 "int literal cast to long could be long literal" inspection applicable in more cases 2010-12-07 22:06:45 +01:00
Bas Leijdekkers df115368bf IDEA-62403 (Implement new inspection "double literal cast to float could be float literal") 2010-12-07 22:06:32 +01:00
Bas Leijdekkers 6ebd2b28b5 IDEA-62400 ("Weaken overly strong cast" sometimes doesn't consider consequences) 2010-12-07 21:55:18 +01:00
Bas Leijdekkers 4203e2a5e7 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-12-07 21:52:12 +01:00
Bas Leijdekkers c43b35901c fix another case of "Unnecessarily qualified statically imported element" inspection not working 2010-12-07 21:20:50 +01:00
Shaverdova Elena 7269e8aa55 Zend Tool Support changed to Command Line Tool Support; Symfony support added.
[reviewed by K. Safonov]
2010-12-07 22:50:14 +03:00
Kirill Kalishev 59ca1af2f0 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-12-07 19:33:57 +03:00
Kirill Kalishev ea66dd365a not disposed editor assertion for docked window [max] 2010-12-07 19:33:35 +03:00
Denis Zhdanov a52d5a375c Commented test that uses copy/paste with system buffer because it may fail spontaneously under Linux (You're seeing this message because of the workaround to JRE issue: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4818143 IDEA would hang otherwise. The system clipboard might be not working correctly. It is recommended to restart IDEA) 2010-12-07 19:21:53 +03:00
Alexey Pegov 668af9242a IDEA-62562 IntelliJ IDEA crashes when trying to move a file [r=yole] 2010-12-07 19:00:16 +03:00
Eugene Zhuravlev 34f1169f82 [r=cdr] fix regression: empty default log message text when add breakpoint action with shift-click 2010-12-07 18:55:29 +03:00
Kirill Kalishev 0077402ee6 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-12-07 18:54:09 +03:00
Kirill Kalishev 035e86aba4 NPE in git status bar widget [max] 2010-12-07 18:54:01 +03:00
irengrig 7672455191 IDEA-53274 Throwable at com.intellij.openapi.roots.impl.DirectoryIndexImpl.e [review=max] 2010-12-07 18:46:43 +03:00
Kirill Likhodedov 03ab4727c8 ExecutableValidator (Git & Hg): lazy getConfigurable(), because it's recreated in HgVcs.getConfigurable() on each access. [Reviewed by Maxim Shafirov] 2010-12-07 18:45:39 +03:00
Kirill Likhodedov 4dc28abb5b NPE in HgShowConfigCommand: result of HgCommandService.execute may be null. [Reviewed by Maxim Shafirov] 2010-12-07 18:45:37 +03:00
Kirill Likhodedov 500f060fd3 EA-22709 "NPE if executing an hg command when Mercurial plugin is not initialized". Lazy initialization of HgExecutableValidator. [Reviewed by Maxim Shafirov] 2010-12-07 18:45:35 +03:00
Oleg Shpynov c9583df737 Initial version of building deb package, that downloads the latest available product 2010-12-07 18:39:09 +03:00
Roman Shevchenko 79b6764cda [rev=max] Welcome panel face lifting 2010-12-07 18:24:08 +03:00
irengrig b7526ef091 revert of IDEA-26580 Last symbol in a line can be not displayed in diff view 2010-12-07 18:17:12 +03:00
irengrig fa9f239134 IDEA-62474 NPE at git4idea.changes.GitCommittedChangeListProvider.getOneList 2010-12-07 18:16:58 +03:00
irengrig 4aa94f48e7 IDEA-61850 Git log: can't find by hash 2010-12-07 18:16:44 +03:00
irengrig c2d1967cd3 IDEA-58622 Copying entry from "Locally Deleted Files" not works as expected 2010-12-07 18:16:29 +03:00
irengrig d30c5fde19 git log: border for right pane 2010-12-07 18:16:15 +03:00
irengrig 0e2c8b6c28 VCS popup: do not show add if already under VCS in list [review=romeo] 2010-12-07 18:16:01 +03:00
Kirill Likhodedov 1873f62272 EA-24151 Don't display balloon if it is already disposed (e.g. when notifications show and expire fast). By Kirill Kalishev. 2010-12-07 18:12:40 +03:00
Alexey Pegov 3ede95f912 IDEA-56878 version history, version sorting is wrong [r=max] 2010-12-07 18:06:59 +03:00
Eugene Kudelevsky b4838f18c3 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-12-07 17:31:13 +03:00
Eugene Kudelevsky b4c39c455a IDEA-62526 support for android sdk tools r8 2010-12-07 17:28:42 +03:00
anna d1caf4f877 super wildcard processing (IDEA-62529 ) 2010-12-07 17:23:44 +03:00
Kirill Likhodedov f970c69061 GitCurrentBranchWidget: getting current branch from background task. [Reviewed by Maxim Shafirov] 2010-12-07 16:46:37 +03:00
Alexey Pegov de0020ae09 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-12-07 16:39:11 +03:00
Alexey Pegov 8e200d4265 memleak [review=kirillk] 2010-12-07 16:38:58 +03:00
peter 825148dc6f [rev=nik,max] correctly remove the long timestamp fields in groovy-compiled code, not only Long ones (pop2 instead of pop in those cases) 2010-12-07 16:11:48 +03:00
Rustam.Vishnyakov a30c0b8d15 Add downloaded JS library to current file's scope 2010-12-07 16:09:53 +03:00
Kirill Kalishev 944b45c16e SpltterTest fixed 2010-12-07 15:58:28 +03:00
Kirill Kalishev 3c94bcad88 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-12-07 15:53:02 +03:00
Kirill Kalishev 7a4662ed93 IDEA-61202 On deleting file opened in the separate Editor window it should be closed [anton makeev] 2010-12-07 15:52:20 +03:00
anna cfcba50483 restore ignored state in parent (IDEA-62536) 2010-12-07 15:45:52 +03:00
anna aea90c07b0 update testng-1.0.dtd as it is now outdated (IDEA-62540) 2010-12-07 15:45:51 +03:00
anna 36f36a3728 set generated name for testng suite configuration (IDEA-62539) 2010-12-07 15:45:51 +03:00
anna 2c6f06ae91 message reformat (IDEA-62541) 2010-12-07 15:45:50 +03:00
Dmitry Avdeev 7fe85afdb6 IDEA-20909: Spring: create namespace declaration reformats whole spring.xml file 2010-12-07 15:34:56 +03:00
Dmitry Avdeev f8db3817bc startup logging 2010-12-07 15:34:41 +03:00
Dmitry Avdeev 27246ca0b4 AE when project is already disposed 2010-12-07 15:34:26 +03:00
Kirill Kalishev 39a39561df Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-12-07 15:06:33 +03:00
Kirill Kalishev c15f6b47f2 IDEA-61098 f7 shortcut does unexpected 2010-12-07 15:05:34 +03:00