Commit Graph
83853 Commits
Author SHA1 Message Date
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
Anna Kozlova e8f0205e24 cleanup 2012-06-15 17:48:24 +04:00
Anna Kozlova 1b873a7161 fix inspection display name 2012-06-15 17:48:23 +04:00
Anna Kozlova b19d88c79b EA-36638 - IAE: DialogWrapperPeerImpl.<init> 2012-06-15 17:48:22 +04:00
Maxim.Medvedev 460d64b5e2 fix gdsl 2012-06-15 17:45:36 +04:00
Maxim.Medvedev 1f4c408ac2 JavaClassReference in groovy extension descriptor 2012-06-15 17:45:35 +04:00
Konstantin Bulenkov ae78fbe1cb +ColorUIResource 2012-06-15 17:41:17 +04:00
Danila Ponomarenko 34e001cc6e tests fixed 2012-06-15 17:11:28 +04:00
Alexander Lobas b7b4dfe33a Merge remote-tracking branch 'origin/master' 2012-06-15 17:10:27 +04:00
Alexander Lobas 18acea604b Palette 2012-06-15 17:10:07 +04:00
Eugene Zhuravlev 9d023ff669 take sdk minir version into account when choosing sdk to run the build process. From several sdks of the same major version prefer the one with higher minor version 2012-06-15 14:29:42 +02:00
irengrig 9dc57e9a98 Merge remote branch 'origin/master' 2012-06-15 16:21:04 +04:00
irengrig 3f2bb226b2 short diff: merge neighbour highlighters with same text attributes - save memory 2012-06-15 16:19:44 +04:00
nik 9244fe38f4 added ModuleRootModel's implementation delegating to the new project model 2012-06-15 15:51:05 +04:00
Evgeny Zakrevsky b598c6d877 removed duplicate borders in bookmarks popup 2012-06-15 15:44:31 +04:00
Evgeny Zakrevsky 7ae5c857ee new icons for HideableTitledPanel 2012-06-15 15:44:31 +04:00
Evgeny Zakrevsky 59be3cffef Icons for bookmarks popup 2012-06-15 15:44:30 +04:00
Evgeny Zakrevsky d88e8140b8 IDEA-83794 File types panel: no speed search in 'Recognized types' list 2012-06-15 15:44:29 +04:00
Maxim.Medvedev 8ca4b4a86a Separate keyword highlighting 2012-06-15 15:23:45 +04:00
Maxim.Medvedev 30cdbb7791 @Nullable 2012-06-15 15:23:44 +04:00
Danila Ponomarenko f30cc1ea2e additional resources renamed 2012-06-15 15:19:06 +04:00