peter
ae68c85af7
introduce composite StatisticsInfo
2013-02-12 16:45:18 +01:00
peter
55f68ff151
cleanup StatisticsInfo
2013-02-12 16:45:18 +01:00
Roman Shevchenko
8b1aca966b
IDEA-100402 (Sun bug ID updated)
2013-02-12 16:27:33 +01:00
Sergey Evdokimov
8998043feb
IDEA-96937 Unused Maven dependencies are not downloaded and shown in red
2013-02-12 18:52:11 +04:00
Roman Shevchenko
4eb0fb8893
IDEA-100402 (suppress incorrect screen insets calculation on multi-monitor X Window configuration)
2013-02-12 15:27:44 +01:00
Vassiliy Kudryashov
2807bbc6bd
IDEA-48177 Run tab of already terminated process is not occupied with new process, if current tab is busy
2013-02-12 18:20:04 +04:00
Ekaterina Tuzova
c66a7b2baf
Merge remote-tracking branch 'origin/master'
2013-02-12 18:09:25 +04:00
peter
16173d614b
autopopup: replace dotted border with a selection of a different color
2013-02-12 14:53:32 +01:00
peter
bc592040d9
fix typo
2013-02-12 14:53:32 +01:00
peter
ab7a35690b
prefer class own methods to the inherited ones in completion, when the class is defined in the library
2013-02-12 14:53:31 +01:00
Sergey Evdokimov
e5c4630655
IDEA-76869 Repository updatePolicy is ignored
2013-02-12 17:23:01 +04:00
Sergey Evdokimov
5dac6f49e5
Minor code change: Remove unused parameter.
2013-02-12 17:23:01 +04:00
Sergey Evdokimov
1011654623
Minor code change: use AccessToken accessToken = ReadAction.start() to run read action.
2013-02-12 17:23:00 +04:00
Alexander Lobas
007d6cb338
IDEA-100809: ignore exceptions
2013-02-12 17:14:44 +04:00
Konstantin Bulenkov
4b5f842df8
WI-16614 Darcula theme highlighting of selected element/s
2013-02-12 13:52:54 +01:00
Ekaterina Tuzova
d48903bd71
use the proper caret offset in case of selection. Do not overindent when replacing selection
...
PY-8744 Smart indent pasted lines doesn't replace selection when pasting multi-line code
2013-02-12 16:46:47 +04:00
Konstantin Bulenkov
4405147a91
Merge remote-tracking branch 'origin/master'
2013-02-12 13:26:52 +01:00
Konstantin Bulenkov
23c9deca35
WI-16614 Darcula theme highlighting of selected element/s
2013-02-12 13:26:04 +01:00
Nadya.Zabrodina
db0b2408d8
Refactor: IDEA-100655 confirmation for removing non-version files bug.
...
*Move checking if deleted file is unversioned file in needToConfirmDelection override method.
*Change skipUnversionedAndNotUnderHg method to just skipNotUnderHg.
2013-02-12 16:18:19 +04:00
irengrig
a4b6c3ff9f
Merge remote branch 'origin/master'
2013-02-12 15:39:13 +04:00
irengrig
010c2f18a5
Subversion: also for 1.7 format, refresh wc.db file asynchronously
2013-02-12 15:38:38 +04:00
Maxim.Mossienko
23d3f36647
12.1 EAP
2013-02-12 12:36:19 +01:00
Oleg Sukhodolsky
725e07f576
RUBY-13071: fixed several wrong defaults which causes test failure after last refactoring
2013-02-12 15:15:03 +04:00
Vladimir Krivosheev
4a1a1d430c
update netty, 3.6.2
2013-02-12 14:51:12 +04:00
Vladimir Krivosheev
3e9bbd4dcc
update netty, 3.6.2
2013-02-12 14:51:11 +04:00
Sergey Evdokimov
a295bc81c8
IDEA-73118 SNAPSHOT dependencies not handled as per Maven 3.0
2013-02-12 14:27:10 +04:00
Konstantin Bulenkov
20e1762b74
IDEA-100845 Icons: update darcula icon for 'structure view'
2013-02-12 11:20:56 +01:00
Dennis Ushakov
533c95d0a9
fix test
2013-02-12 14:07:55 +04:00
irengrig
67ec30dfe3
Merge remote branch 'origin/master'
2013-02-12 14:02:44 +04:00
irengrig
c1b9dd8355
Subversion: format 1.6, force-VFS-refresh for .svn and .svn/entries can be done asynchronously, just the fact of refresh is important
...
(to make entries changes be visible for VFS listener)
- fix hunging tests
2013-02-12 14:01:55 +04:00
anna
d999759ebe
generate hashCode: prevent conflicts with 'Arrays' name
2013-02-12 10:51:56 +01:00
anna
4558b200cc
allow to delete multiple recent projects simultaneously
2013-02-12 10:45:54 +01:00
Sergey Evdokimov
8427a76ab4
Minor changes: Inline anonymous class
2013-02-12 13:24:40 +04:00
anna
db64d35651
Merge remote-tracking branch 'origin/master'
2013-02-12 10:23:56 +01:00
Sergey Evdokimov
d683b1ba48
Change configuration in the write action only!
2013-02-12 13:22:28 +04:00
anna
e6657a722f
move tests to community
2013-02-12 10:22:22 +01:00
Vladimir Krivosheev
faec7ad408
fix isSupported after last commit
2013-02-12 13:21:50 +04:00
Vladimir Krivosheev
1c059d3fef
don't instantiate httpRequestHandlers if we don't need it
2013-02-12 13:21:50 +04:00
Alexey Kudravtsev
0d0972aa8b
notnull
2013-02-12 11:59:06 +04:00
Alexey Kudravtsev
56b9f5b77c
annotations
2013-02-12 11:59:05 +04:00
Nadya.Zabrodina
b99a028cd3
IDEA-100655 Mercurial plugin (hg4idea) shouldn't ask confirmation for removing non-version files.
...
*Change skipUnversionedAndNotUnderHg method argument to List<FilePath> unversionedFiles, because all VirtualFiles in filesToFilter are null. So we cannot use contains method of ChangeListManager.getUnversioned, it always return false. (see FilePathImpl constructor if forDeleted var set to true).
2013-02-12 11:55:39 +04:00
Vladimir Krivosheev
2a65849e37
xml rpc server: serve not only host, but host/ too
2013-02-12 10:55:33 +04:00
Dmitry Avdeev
4ea4cd17a4
IDEA-99857 Support for web-app_3_1.xsd
2013-02-12 10:47:58 +04:00
Kirill Safonov
59a9c2d6f0
Refactor JavaScript library scopes:
...
1. use the same scope for completion and resolve (based on enabled libraries)
2. library classes (minified) roots are ignored if it has source roots
3. no hacks against IDEA platform roots and scopes
+ roots converter
2013-02-12 02:31:33 +04:00
peter
3104e29264
initialize gdsl extensions on a thread which probably has a read action already, but don't mess with classloading
2013-02-11 23:05:06 +01:00
peter
3816e7c5ab
initialize gdsl extensions on a thread which probably has a read action already
2013-02-11 22:42:28 +01:00
peter
b62addc7a5
a more reliable error handling in gdsl initialization, take 2
2013-02-11 22:16:18 +01:00
peter
18478625fd
a more reliable error handling in gdsl initialization
2013-02-11 21:49:01 +01:00
Kirill Safonov
5b1c6873e0
fix CCE
2013-02-12 00:48:13 +04:00
Sergey Evdokimov
28eabcebbb
IDEA-73118 SNAPSHOT dependencies not handled as per Maven 3.0
2013-02-12 00:37:42 +04:00