Commit Graph
59890 Commits
Author SHA1 Message Date
Roman Shevchenko 473c8cda31 Cleanup 2011-02-08 12:16:15 +01:00
anna 5388de895f eclipse: remember src place order 2011-02-08 12:09:00 +01:00
anna eceaeea1b2 hide links in hint on Ctrl mouse (IDEA-65033) 2011-02-08 12:08:59 +01:00
Kirill Kalishev e57ccfade0 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-02-08 14:04:30 +03:00
Denis Zhdanov c99ec22c8c IDEA-65206 Soft wraps: Correct 'replace text' processing
Cached fold regions data is dropped on bulk document change initiated by 'replace' action now
2011-02-08 14:03:04 +03:00
Kirill Kalishev 558e0b45da Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-02-08 14:01:36 +03:00
Kirill Kalishev 7ea177d659 IDEA-64998 messy javascript inspection description rendering 2011-02-08 14:01:16 +03:00
irengrig c53fd6688f IDEA-65202 No default focused component in 'Create patch' dialog 2011-02-08 13:28:56 +03:00
Alexey Kudravtsev be9220e9d0 moved java resolve tests to community 2011-02-08 13:00:23 +03:00
Alexey Kudravtsev e2ca615b10 exception 2011-02-08 13:00:20 +03:00
nik dc07ec9460 added libraries implicitly attached to modules 2011-02-08 12:59:07 +03:00
nik a0a96d97a9 message fixed 2011-02-08 12:31:25 +03:00
nik 8198ef2212 use 'test' scope for junit and testng libraries 2011-02-08 11:38:44 +03:00
nik a798c2d558 unused dependency removed 2011-02-08 10:51:04 +03:00
nik 8c84b14788 more licenses added 2011-02-08 10:24:10 +03:00
nik ee862ce037 unused JSF library removed 2011-02-08 10:23:36 +03:00
anna f578b7c7df n mnemonic should not trigger no action without further checks (IDEA-65106) 2011-02-07 20:08:09 +01:00
anna e647d9a630 coverage: do not clone coverage data - it should be reread from xml (IDEA-65045) 2011-02-07 20:08:08 +01:00
Kirill Kalishev 5e49985adf Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-02-07 20:31:07 +03:00
Kirill Kalishev b7e6458478 IDEA-64850 Go to Declaration, when Quick search is open, takes you to quick search field 2011-02-07 20:30:50 +03:00
Eugene Zhuravlev 0a56290931 introduce ExternalCompiler.isCompilableFile() method 2011-02-07 17:28:01 +01:00
Eugene Kudelevsky 84c5492172 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-02-07 19:24:50 +03:00
Eugene Kudelevsky a481387cdd "related files" popup for css and html/xhtml files 2011-02-07 19:20:18 +03:00
irengrig b265d1c49b IDEA-61839 Git Log: Filter by branch: remotes/origin/HEAD -> origin/master doesn't work 2011-02-07 19:19:34 +03:00
Kirill Likhodedov 5b098b7afd IDEA-64835 hg: support auth dialog cancellation
1. HgRemoteChangesetsCommand - common ancestor for HgIncoming/OutgoingCommand. All common functionality moved.
2. HgChangesetsCommand.executeCommand - override for remote commands. No more isAuthenticationNeeded().
3. HgRemoteChangesetsCommand.executeCommand: if user cancelled the dialog, show notification and disable checkboxes for checking incoming/outgoing changes.
4. HgCommandAuthenticator: 3 attempts for authentication error; if other error - return; if auth passed - save credentials and return; if cancelled - return special HgCommandResult.CANCELLED (and show notification in the client - see #3).

TODOs for disabling checkboxes:
1. Disable not for project, but for repository+project.
2. Expire the notification once the problem was fixed.
2011-02-07 18:24:47 +03:00
Kirill Likhodedov d477758b63 IDEA-64838 Fix hg push and pull: expect url parameter at the correct place. 2011-02-07 18:24:46 +03:00
Kirill Likhodedov 15aaf7fc31 IDEA-64888 hg: Show url which we are trying to connect.
HgUrl.asString(false) returns url as string, but w/o auth data.
HgUsernamePasswordDialog accepts url if given as the description.
Also don't check 'remember password' by default.
2011-02-07 18:24:44 +03:00
Kirill Likhodedov 375e7d7a24 IDEA-64890 hg push to default-push, if defined, or to default otherwise. 2011-02-07 18:24:43 +03:00
Kirill Likhodedov 7040ba2d08 IDEA-65052 Changed mnemonic for change list in commit dialog from 'L' to 'T' due to the conflict with German layout (Alt+L inserts @). 2011-02-07 18:24:41 +03:00
Maxim Medvedev 2eb60dc1ea Merge branch 'master' of git.labs.intellij.net:idea/community 2011-02-07 18:21:40 +03:00
Maxim Medvedev dbb2564d93 Merge branch 'master' of git.labs.intellij.net:idea/community 2011-02-07 18:18:04 +03:00
Maxim Medvedev 5257f8451a IDEA-64816 Groovy: "Find Usages" doesn't find usages of class members accesses as Groovy properties 2011-02-07 18:11:15 +03:00
Kirill.Safonov 87887ae8b7 Javadoc fetcher: extract language independent part to platform and use it in Flex plugin, remove dead code 2011-02-07 17:36:27 +03:00
irengrig 357867d203 IDEA-64949 Use standard platform file chooser in 'Create patch' action invoked on patch on the shelf 2011-02-07 17:27:33 +03:00
Eugene Zhuravlev 951e50c7f1 compiler test printouts 2011-02-07 15:21:49 +01:00
nik e52afacda4 changed scope for 'mocks' library to 'test' 2011-02-07 17:15:30 +03:00
nik 6316d97e78 more licenses added 2011-02-07 17:09:26 +03:00
Denis Zhdanov 226df6d6df IDEA-64725 Race Condition when editing field annotations results in incorrect line wrapping
1. Corrected annotation wrap calculation in case of incomplete fields;
2. Corresponding test is added;
2011-02-07 16:52:21 +03:00
irengrig fab080c7f5 IDEA-65134 Subversion: unify OpenFile dialogs on Mac OS 2011-02-07 16:19:56 +03:00
Anton Makeev cebfbb359f Local History: restore storage after corruption without restart 2011-02-07 14:15:33 +01:00
Anton Makeev fa29135248 Notifications: Application.isDisposed check 2011-02-07 14:15:31 +01:00
Anton Makeev 6db06b10f3 Local History: recursion prevention 2011-02-07 14:15:30 +01:00
nik 6386355261 generating licenses table: print used libraries 2011-02-07 16:13:26 +03:00
Dmitry Avdeev 1f6fbdab22 IDEA-25332 spring: also recognize classes with scope != compile 2011-02-07 16:13:26 +03:00
Dmitry Avdeev 9c6a056fa0 IDEA-25332 spring: also recognize classes with scope != compile 2011-02-07 16:13:11 +03:00
nik c9d8e824c7 more licenses added 2011-02-07 16:00:12 +03:00
Maxim Medvedev beed6f4fbb IDEA-64287 Groovy property access colored like field access 2011-02-07 15:56:18 +03:00
irengrig 7ec1f22236 IDEA-65082 Subversion: ClearAuthenticationCache command doesn't remove svn.ssh.server file 2011-02-07 15:44:38 +03:00
irengrig db8f3ad930 Merge branch 'master' of git.labs.intellij.net:idea/community 2011-02-07 15:24:00 +03:00
Maxim Medvedev a7d26d66d9 IDEA-63490 TODO statement in javadocs is only recognized when //-commented TODO is present 2011-02-07 15:23:00 +03:00