anna
e102ffa653
do not generate protected constructors for enums (IDEA-53086)
2010-11-15 13:17:35 +03:00
anna
cd7ee51187
do not include annotations if jar was not found in classpath (IDEA-54779)
2010-11-15 13:17:35 +03:00
Konstantin Bulenkov
0e21f17629
IDEA-60519 IDEA doesn't detect stack trace on clipboard
2010-11-15 13:00:28 +03:00
Kirill Likhodedov
d9560dd6a1
GitPushActiveBranchesDialog: more user-friendliness, less synchronism.
...
1. When the action is called, the dialog is shown immediately, fetch starts in background.
2. Fetch also is performed in background when initiated by the "Fetch" button from the dialog.
3. Push and Rebase buttons in the dialog are left synchronous.
4. Default button is now "Rebase & Push": it closes the dialog and starts fetch, rebase and push for all commits in backgroud (as it is done in Update action).
2010-11-15 12:55:07 +03:00
Kirill Likhodedov
dacface0c9
Git clone in background (part of IDEA-60556)
2010-11-15 12:46:12 +03:00
Kirill Likhodedov
8f8e3d6f3f
javadoc cleanup
2010-11-15 12:46:10 +03:00
Alexey Kudravtsev
c68b5b6b19
duplicate classes in inheritance list
2010-11-15 12:43:19 +03:00
Alexey Kudravtsev
9376476d1c
IDEA-59915
2010-11-15 12:43:19 +03:00
Kirill Likhodedov
eb3d45c769
IDEA-51182: GitRevert now shows the common confirmation dialog for revert.
2010-11-15 12:07:21 +03:00
Dmitry Avdeev
0c55195715
IDEA-60614 xml code completion: cursor is placed in inconvenient location
2010-11-15 11:49:06 +03:00
Kirill Likhodedov
15bab057de
IDEA-50604: Made the text in "Locally Modified Files Are Detected" dialog more comprehensive.
2010-11-15 11:45:29 +03:00
Kirill Likhodedov
f937963a76
GitStashDialog: focus on message.
...
Also removed stub javadocs.
2010-11-15 11:45:27 +03:00
Bas Leijdekkers
4483032354
IDEA-61241 (new "Overly broad 'throws' clause" inspection)
2010-11-15 09:41:37 +01:00
anna
ba652f8160
do not shorten fqns too often (IDEA-53678 )
2010-11-15 11:32:01 +03:00
Kirill Likhodedov
d3796208d7
GitExecutableValidator fix: 'git' returns error, so executing 'git --version'.
...
Can't use GitHandler, because it takes value from the GitApplicationSettings, which is unsuitable.
2010-11-15 09:58:29 +03:00
Kirill Likhodedov
75ea193e24
Fixed wrong condition in the default implementation of ExecutableValidator.isExecutableValid
2010-11-15 09:58:27 +03:00
Kirill Likhodedov
bb69b8de3f
Mercurial: checkout: error notifications.
2010-11-15 09:58:25 +03:00
Kirill Likhodedov
ee194fa997
Mercurial: checkout fix: check for null later to let new project wizard work.
2010-11-15 09:58:22 +03:00
Kirill Likhodedov
d3567d98a4
Mercurial: checkout in background.
2010-11-15 09:58:20 +03:00
Kirill Likhodedov
d33bbda022
IDEA-59345 Option to run Mercurial via 'bash -cl'
...
1. Added a checkbox to the HgConfigurationProjectPanel;
note that in HgConfigurationProjectPanel.validate we take current value of the checkbox, because on may simultaneously change 2 values (radio button of hg executable and bash-option checkbox).
2. Added a flag to HgGlobalSettings and a passthrough method to HgProjectSettings.
3. Added a flag to the ShellCommand: executing in the 'bash -cl' mode. Note that we escape bash control characters (like |<$) and provide --login option to catch .bash_profile.
2010-11-15 09:58:18 +03:00
Kirill Likhodedov
df762f1e85
StringUtil: introduced another escapeStringCharacters which is able not to escape control and standard characters; changed 'switch' to 'if'+array of standard chars.
2010-11-15 09:58:16 +03:00
Kirill Likhodedov
4b340fd720
IDEA-59344 Made fields public, storage file - WORKSPACE_FILE
2010-11-15 09:58:14 +03:00
Bas Leijdekkers
df0b12c48e
IDEA-61219 ("'assertEquals()' called on array" inspection)
2010-11-13 19:59:11 +01:00
Dmitry Jemerov
ec0fee29ea
Merge branch 'master' of git.labs.intellij.net:idea/community
2010-11-13 21:28:38 +03:00
peter.gromov
686804d3c7
some assertions for prefix which is not an actual string before caret
2010-11-13 21:26:26 +03:00
peter.gromov
ba04c67617
that was too rude
2010-11-13 21:26:05 +03:00
Dmitry Jemerov
3ae214c715
nicer message (IDEA-40716)
2010-11-13 21:12:47 +03:00
Dmitry Jemerov
2ba9305d12
morph component changes type of bound field even if it's assignable to new component type (IDEA-45827)
2010-11-13 21:06:16 +03:00
Dmitry Jemerov
6e8d2fc5ce
fix caching of deprecated properties (IDEA-48149)
2010-11-13 21:02:30 +03:00
peter.gromov
73376080e7
check that we're completing inside the reference (EA-16521)
2010-11-13 20:56:17 +03:00
Dmitry Jemerov
204d7cee2d
change component type fix also handles inner classes correctly (IDEA-46172)
2010-11-13 20:47:29 +03:00
Dmitry Jemerov
6ce8a979dc
clear error correctly on removing class to bind (IDEA-32484)
2010-11-13 20:29:34 +03:00
Dmitry Jemerov
c0d030226f
typo
2010-11-13 20:28:07 +03:00
peter.gromov
dd6eee117d
clearing child dom seems to be unneeded anymore
2010-11-13 20:25:20 +03:00
Dmitry Jemerov
fce85d9b58
remove unused button group fields (IDEA-33160)
2010-11-13 20:24:51 +03:00
Dmitry Jemerov
5d178bdfd4
cleanup
2010-11-13 20:14:40 +03:00
peter.gromov
7add06e36a
don't bind to elements with no qualified name (EA-23479)
2010-11-13 20:08:45 +03:00
peter.gromov
65ad79ba84
some type parameters don't have superclasses (EA-23486)
2010-11-13 20:08:45 +03:00
peter.gromov
a5b6b47793
check for disposed console view (EA-23492)
2010-11-13 20:08:44 +03:00
peter.gromov
5688daa368
less error-prone CompletionConfidence API
2010-11-13 20:08:44 +03:00
Eugene Kudelevsky
eee7ac8e80
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2010-11-13 20:07:39 +03:00
Eugene Kudelevsky
12cba6310e
fix Android test running under linux
2010-11-13 20:07:09 +03:00
Eugene Kudelevsky
c07833f610
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2010-11-13 20:06:05 +03:00
Alexander Doroshko
b38aa18e79
inner class AttachSourcesDescriptor can be static
2010-11-13 20:02:31 +03:00
anna
db83bf0844
cs && lookups together
2010-11-13 19:54:07 +03:00
Dmitry Jemerov
a430d11bab
suggest button group names according to code style settings (IDEA-37742)
2010-11-13 19:53:48 +03:00
Eugene Kudelevsky
137863db49
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2010-11-13 19:49:05 +03:00
Dmitry Trofimov
8cdf0d02ac
Merge branch 'master' of git.labs.intellij.net:idea/community
2010-11-13 19:47:48 +03:00
Eugene Kudelevsky
af19b6f56d
IDEA-61149 live template context: XSL_TEXT
2010-11-13 19:45:51 +03:00
Dmitry Trofimov
a8f668baae
fixed python debug console highlighting
2010-11-13 19:43:34 +03:00