andrey.zaytsev
285ad4ea23
IDEA-100730 View breakpoints window: breakpoints grouped first by class then by package (should be other way around)
2013-02-10 04:08:16 +04:00
peter
7511bb7ec8
memoize groovy type calculation result to combat exponential resolve in case of cyclic dependencies
2013-02-09 19:21:03 +01:00
peter
cf5f44f3da
groovy library source
2013-02-09 19:07:20 +01:00
Oleg Sukhodolsky
3426d31844
RUBY-12161: special case to parse valid octal chars
...
#RUBY-12161 fixed
2013-02-09 17:08:11 +04:00
Oleg Sukhodolsky
1c5010375c
code cleanup: unused import removed
2013-02-09 17:08:10 +04:00
Kirill Likhodedov
8cc0769cfc
[vcs] Settings UI: add a spacer between label and combobox. IDEA-100785
2013-02-09 16:12:11 +04:00
Oleg Sukhodolsky
efaad40cbb
RUBY-12899: \h and \H added to completion list for ruby
...
#RUBY-12899 fixed
2013-02-09 16:09:50 +04:00
Oleg Sukhodolsky
e07b95e688
RUBY-12899: added option to RegExp parser to accept \h and \H as char class.
2013-02-09 16:08:47 +04:00
Oleg Sukhodolsky
aed40672cf
RUBY-13071: (refactoring) RegExpPropertiesProviders.forNode(ASTNode) utility method added to simplify code.
2013-02-09 15:10:38 +04:00
Oleg Sukhodolsky
0522abcca2
RUBY-13071: (refactoring) better name for default properties provider.
2013-02-09 15:10:37 +04:00
Oleg Sukhodolsky
2ed397510c
RUBY-13071: properties provider is taken from language ext. point
2013-02-09 15:10:36 +04:00
Oleg Sukhodolsky
983e57f841
RUBY-13071: (refactoring) more standard name for RegExpPropertyNameProvider's factory method.
2013-02-09 15:10:36 +04:00
Oleg Sukhodolsky
7c6323820b
RUBY-13071: (refactoring) RegExpPropertyNameProvider converted from utility class to singleton.
2013-02-09 15:10:35 +04:00
Oleg Sukhodolsky
592dcbb54b
RUBY-13071: (refactoring) RegExpPropertyNameProvider introduced.
2013-02-09 15:10:34 +04:00
Oleg Sukhodolsky
d84f08cb61
RUBY-13071: making RegExpCompletionTest runnable
2013-02-09 15:10:33 +04:00
Oleg Sukhodolsky
e227a3d793
RUBY-13071: (refactoring) RegExpPropertyImpl.PROPERTY_NAMES made private
2013-02-09 15:10:32 +04:00
Oleg Sukhodolsky
a8058451d5
RUBY-13071: (refactoring) hiding RegExpPropertyImpl.PROPERTY_NAMES from RegExpDocumentationProvider.
2013-02-09 15:10:31 +04:00
Oleg Sukhodolsky
afb6d56837
Code cleanup: unused import has been removed
2013-02-09 15:10:30 +04:00
Oleg Sukhodolsky
27aaf4c1f9
Code cleanup: redundant overriding removed.
2013-02-09 15:10:29 +04:00
Oleg Sukhodolsky
f9c1dbfd67
Fixed AIOOBE: some property names may not have description.
2013-02-09 15:10:28 +04:00
Kirill Likhodedov
e74b321e79
[diff] Stop "Go to source" on click on local version in the diff dialog.
...
IDEA-100782 and maybe IDEA-99363. It just confuses users.
2013-02-09 13:23:49 +04:00
irengrig
4acbc039cc
Merge remote branch 'origin/master'
2013-02-09 12:32:30 +04:00
irengrig
2d599862db
IDEA-100629 Subversion: external copy is not detected (not shown in Subversion working copies)
...
+ correct thread to call refresh worker
2013-02-09 12:31:47 +04:00
Roman Shevchenko
84dc01e773
Report inotify instances limit error
2013-02-08 20:30:26 +01:00
Dmitry Jemerov
08659b3554
allow updateJavaParameters() to throw ExecutionException
2013-02-08 19:42:39 +01:00
Dmitry Jemerov
5b10ed4ba6
add JSR 305 annotations jar
2013-02-08 19:42:39 +01:00
Vassiliy Kudryashov
da7003f1b6
IDEABKL-6053 IDE buttons Tooltip delay
2013-02-08 21:20:54 +04:00
Roman Shevchenko
b9506e420e
Use predefined modality to report fsnotifier problems; revert postponed start
2013-02-08 18:16:05 +01:00
Roman Shevchenko
4ac2fc8f7d
Prevent stupid NPE
2013-02-08 18:13:35 +01:00
Roman Shevchenko
7054a69b68
Inspection profiles aligned
2013-02-08 17:41:23 +01:00
Roman Shevchenko
6261ed0944
IDEA-100690 (use build.txt as a fallback if application info is incomplete/unavailable)
2013-02-08 17:41:22 +01:00
Roman Shevchenko
a5c3f9c19c
Test case assessment and minor rewrite
2013-02-08 17:41:22 +01:00
Roman Shevchenko
85bbc002c2
Typo
2013-02-08 17:41:22 +01:00
irengrig
f90f09c5a7
Merge remote branch 'origin/master'
2013-02-08 20:35:49 +04:00
irengrig
7ea74ea400
Do not ask authentication in common authenticator for every request; ask only for proxy or pass to explicitly registered authenticators
...
will fix IDEA-100247 Creating library from Maven asks for proxy authentication credentials
also changes (same result, less code) fix for IDEA-100094 Git: strange proxy login dialog without proxy enabled when working with https git repository
2013-02-08 20:35:07 +04:00
peter
e106d87f7d
remove preview artifacts before deciding we don't want to show the new preview (e.g. there's no selection)
2013-02-08 17:33:04 +01:00
peter
c39f41b2d3
install completion preview for lookup explicitly focused (e.g. explciit completion)
2013-02-08 17:31:56 +01:00
Shaverdova Elena
4b00126c14
WI-16546 Search in Settings: Make association between some keywords for deployment and Deployment settings
2013-02-08 16:28:16 +01:00
Kirill Safonov
46766136fd
Allow to programmatically override default level of highlighting for certain files; don't highlight minified and library JavaScript files (WEB-921)
2013-02-08 19:23:43 +04:00
Rustam Vishnyakov
97aaebd8c1
Specify Language Defaults, remove unnecessary attributes
2013-02-08 19:03:56 +04:00
peter
32472ef1a2
some docs for MinusculeMatcher
2013-02-08 16:02:38 +01:00
peter
56a79fc2b5
don't pass around isAsciiName, use MatchingState for that
2013-02-08 16:02:38 +01:00
peter
1e7d19dbe5
prevent MinusculeMatcher reentrancy
2013-02-08 16:02:37 +01:00
peter
6b96824776
show a dotted border around the first autopopup item instead of preview
...
preview is distracting, doesn't show the full text to be inserted
and there seems to be no way of showing it together with the typed prefix
2013-02-08 16:02:37 +01:00
Evgeny Pasynkov
52932b5fa5
Merge branch 'master' of git.labs.intellij.net:idea/community
2013-02-08 15:54:51 +01:00
Evgeny Pasynkov
9aae7c67b3
restore "setSynchronized" method
2013-02-08 15:54:19 +01:00
Nadya.Zabrodina
f1f86a2c38
IDEA-100740 Can not execute hg command with long argument list. Fix For merge commit action.
...
*If it's merge commit, so myFiles in HgCommitCommand is Empty. Need to commit all files in changeList,but can't call setFiles() method. see HgCheckinEnviroment->commit() method
*Check if filePaths is empty, then try to commit without chunk.
*May produce ShellCommand error if there are many merged files. Need to fix this case.
2013-02-08 18:41:07 +04:00
irengrig
60ae3bf050
not used class
2013-02-08 18:34:43 +04:00
Dmitry Avdeev
8e857ecfcc
IDEA-100729 Allow make 2nd level configurables available for non-default project only
2013-02-08 18:13:59 +04:00
Dmitry Avdeev
e8640944fe
cleanup
2013-02-08 18:13:58 +04:00