Alexey Kudravtsev
ace84254f0
EA-36637 assertion
2012-06-18 14:36:55 +04:00
Alexey Kudravtsev
d30542fa78
EA-36623
2012-06-18 14:36:54 +04:00
Nadya.Zabrodina
df59af1c8a
initialize PsiViewer blockTree, if only checkBox is selected; PsiViewer assertion comment
2012-06-18 14:33:51 +04:00
peter
b1142a5755
save some memory
2012-06-18 12:31:17 +02:00
peter
b7edeb92b5
expected type is sometimes more important than prefix-variant case mismatch
2012-06-18 12:31:17 +02:00
Konstantin Bulenkov
8d8309c532
stop daemon while showing file structure
2012-06-18 14:26:54 +04:00
Alexander Lobas
c4817c8e4e
Merge remote-tracking branch 'origin/master'
2012-06-18 14:02:52 +04:00
Alexander Lobas
414c215384
Palette
2012-06-18 14:02:23 +04:00
Konstantin Bulenkov
730a1337eb
don't save states if they set automatically after speed search
2012-06-18 13:56:39 +04:00
andrey.zaytsev
e3f929558a
breakpoints-ui. infinite recursive fixed
2012-06-18 13:25:39 +04:00
Sergey Simonchik
47411f9ae5
close ServerSocket instance in finally block
2012-06-18 12:53:25 +04:00
andrey.zaytsev
d3f19de485
breakpoints-ui. breakpoints tree nodes sorting.
2012-06-18 12:19:53 +04:00
Anna Kozlova
40e35d7a60
enable fix all for file for annotator problems, should work for localQuickFixes only (IDEA-87100)
2012-06-18 12:07:27 +04:00
Anna Kozlova
c51ed9a33f
EA-36695 - NPE: InplaceRefactoring.getVariable
2012-06-18 12:07:26 +04:00
Anna Kozlova
6128f05978
sort profiles (IDEA-87366)
2012-06-18 12:07:25 +04:00
nik
f4e5a9dd15
added utility for common ModuleRootModel modifications
2012-06-18 10:33:53 +04:00
nik
5f277b6472
get rid of unnecessary creations of ModifiableRootModel
2012-06-18 09:53:54 +04:00
nik
cce603cbbb
new jps modules included into installers layout
2012-06-18 08:53:10 +04:00
Anna Kozlova
8f5a542c44
suggestion to restart or postpone app
2012-06-18 07:07:39 +04:00
Eugene Zhuravlev
5223b04a78
recovering from some errors when saving templates
2012-06-17 19:34:38 +02:00
Eugene Zhuravlev
5fc7e59885
allow '\r' in debugger text viewer
2012-06-17 19:07:09 +02:00
Alexey Gopachenko
2e1d8fc114
Spellchecker avoid IOOBE
2012-06-17 15:37:24 +02:00
Bas Leijdekkers
98a778b232
fix "Replace '+' with 'StringBuilder.append()'" intention on concatenation starting with non-string addition expression (e.g. 1 + 2 + "a")
2012-06-17 15:14:01 +02:00
Bas Leijdekkers
5ea707f15f
cleanup
2012-06-17 15:12:14 +02:00
Bas Leijdekkers
ad80249d11
shorter intention name
2012-06-17 15:10:55 +02:00
Eugene Zhuravlev
23af1bf293
support old format of annotation processors configuration
2012-06-16 21:38:59 +02:00
Bas Leijdekkers
a7cb17d3d4
new "Split 'try' statement with multiple resources" intention
2012-06-16 21:00:35 +02:00
Bas Leijdekkers
86d30a708e
make predicate package local
2012-06-16 20:46:53 +02:00
Bas Leijdekkers
7fe2f513d0
improve intentions names
2012-06-16 20:38:45 +02:00
Bas Leijdekkers
ecc9c6b38b
fix after template
2012-06-16 20:38:00 +02:00
Bas Leijdekkers
ba393eed89
fix test?
2012-06-16 16:43:57 +02:00
Bas Leijdekkers
f6b8653aff
new "Merge nested try statements" intention
2012-06-16 14:17:37 +02:00
Bas Leijdekkers
a1d5adbd5d
improve descriptions
2012-06-16 14:17:02 +02:00
Kirill Likhodedov
3d3d2b6b3a
[git] refresh after rebase.
2012-06-16 13:48:52 +04:00
Kirill Likhodedov
4b5a6b982b
logging
2012-06-16 13:12:24 +04:00
Kirill Likhodedov
9c325ac7a6
@NotNull
2012-06-16 13:12:24 +04:00
Kirill Likhodedov
5a152908bb
[github] No need in 'git remote update', because it is equal to fetch, which is executed later. But do update the GitRepository to catch up with newly added remote.
2012-06-16 13:12:23 +04:00
Kirill Likhodedov
412129f5f9
[github] Handle GithubShareAction result in EDT: show error or refresh need to be called from there.
2012-06-16 13:12:23 +04:00
Kirill Likhodedov
304e4cca12
Move to GitHub API v3, refactor. IDEA-85769
...
* Introduce getRequest() and postRequest() methods as entry points to do a query to the API instead of doREST, which requires releasing an HttpMethod and so on.
* Return parsed JsonElement from these methods, since Github API returns the response in JSON format.
* Post request in JSON format as well. Get-methods are not called with parameters yet, so don't bother for them.
* Use these methods from GithubCreateGistAction which already uses API v3.
* Introduce getApiUrl to return the correct API url for github as well as for enterprise installations.
* Introduce GithubUser to encapsulate information about a user.
Currently it works only for the current user, and stores only its plan to know if private repositories are allowed for the person.
* Rewrite RepositoryInfo to be a structured holder of the information about a repository, without working with DOM elements and so on. Rename some methods to make their return value more obvious.
* Add @Nullable, @NotNull, javadocs, code style fixes.
* In the GithubShareAction move initial pushing to the background to avoid the modality lock with the dialog asking for the passphrase. This fixes IDEA-86645.
2012-06-16 13:12:22 +04:00
Alexander Lobas
edb898e391
Merge remote-tracking branch 'origin/master'
2012-06-15 20:54:05 +04:00
Alexander Lobas
fb2d9924f8
Palette
2012-06-15 20:53:46 +04:00
Bas Leijdekkers
ed788f420b
new "Merge sequential method calls into call chain" intention
2012-06-15 18:20:25 +02:00
peter
1d935ce5a6
@NotNull
2012-06-15 17:47:36 +02:00
peter
b4ee10efbb
scroll to the end of Event Log when new notifications appear
2012-06-15 17:16:46 +02:00
peter
46927c04d0
a notification suggesting to turn on p4 login option
2012-06-15 17:16:45 +02:00
peter
bf10735c72
when there was a problem during changelist update, still turn off the progress icon when it's finished
2012-06-15 17:16:45 +02:00
peter
ab0bb9f8f2
don't show @TupleConstructor-generated members in structure view => don't fail on navigation to next/prev member
2012-06-15 17:16:45 +02:00
Sergey Simonchik
71f8951f91
WI-9587 A file load/parse error in JsTestDriver tests
2012-06-15 19:02:07 +04:00
Anna Kozlova
0205891edb
mnemonic (IDEA-87429)
2012-06-15 17:48:26 +04:00
Anna Kozlova
2d25763038
do not introduce from q.selection (IDEA-87461)
2012-06-15 17:48:25 +04:00