Commit Graph
98895 Commits
Author SHA1 Message Date
anna 516a76fa3b provably distinct: ? extends A should be provably distinct from Object until A is not an Object (IDEA-105695) 2013-04-23 15:35:49 +02:00
anna 1874c274e6 name suggestions tweaks (IDEA-105963) 2013-04-23 15:35:48 +02:00
anna 76535d41de select word at caret: expand selection document wide for non-physical documents, e.g. in dialogs (IDEA-105705) 2013-04-23 15:35:47 +02:00
Denis.Zhdanov f096f9c859 IDEA-105953 Quick documentation info is shown when selecting text with Shift-mouse
Removed 'shift+button1 click' from 'navigate to type declaration' action as it doesn't work (context menu is always shown) but makes the ide to show quick navigation info instead
2013-04-23 17:21:10 +04:00
Kirill Likhodedov 7ba95f9577 [git] IDEA-105577 Revert changes in listing commits in Git Push dialog.
This reverts:
* bebc84c2 IDEA-104846 Fix pushing new branch without new commits
* b200615c for new branch show commits which are not pushed yet

The right fix for this issue would be to identify probable remote for
the new branch before showing push dialog, but this change may be too
dangerous for 129, so just reverting the changes which led to the
problem.

Reverting it in master as well, since it will be fixed within push
dialog redesign.

(cherry picked from commit 025340e1ae8556745b7697e9e890c0a11c22ee4f)
2013-04-23 17:05:17 +04:00
Kirill Likhodedov e22ab9fea1 [vcs] Fix Move Changes To Another List from rollback and diff dialogs
* Add text, description and icon back to the constructor, so that
MultipleChangeListBrowser#MoveAction (which extends
MoveChangesToAnotherListAction) could reuse the data.
* Use existing instance in the other place where moveAction is needed.
* Define ChangesView.Move action id in IdeActions,
since it is already referenced from too many places.
2013-04-23 16:21:27 +04:00
Maxim.Mossienko 44620c57ed avoid NPE when text is modified 2013-04-23 14:08:21 +02:00
Serega Vasiliev 957e602e91 spring: changing contexts (performance in TeamCity)
(cherry picked from commit 560f5fe)
2013-04-23 13:58:42 +02:00
Dmitry Avdeev b1bc62adcf IDEA-94350 Create from template: remember last selected project sdk for a template 2013-04-23 15:57:11 +04:00
Max Medvedev 9e21bde743 IDEA-99520 Groovy: check overloading methods have the same raw signatures 2013-04-23 15:41:55 +04:00
Max Medvedev b0a9f0737b revert @Mixin searching in sources 2013-04-23 15:41:55 +04:00
Alexey Kudravtsev e639cd2304 halve memory in interner 2013-04-23 14:55:09 +04:00
Alexey Kudravtsev 9fe3214b96 typo 2013-04-23 14:55:08 +04:00
Konstantin Bulenkov 50e13f5c85 remove unused else block 2013-04-23 12:36:36 +02:00
Fedor Korotkov 16099c8e79 Fixed tests. Replaced http://www.w3.org/1999/xhtml/html5 with http://www.w3.org/1999/xhtml according to html5.rnc 2013-04-23 14:10:03 +04:00
Dmitry Avdeev 4e368a3b3a IDEA-94350 Create from template: remember last selected project sdk for a template 2013-04-23 13:50:16 +04:00
Konstantin Bulenkov 8e01b981c4 IDEA-105830 Dracula: All html links in the UI have not dracula style red color in the click state. 2013-04-23 11:48:20 +02:00
Sergey Evdokimov f9b21d12d2 Fix broken tests 2013-04-23 13:37:30 +04:00
anna 4bcabde6ca javafx packaging: include security permissions when signed (IDEA-105821) 2013-04-23 11:33:57 +02:00
anna bcb983d35b check that .fxml is not mapped to the associated editor
EA-44316 - FCIIDE: FileContentImpl.getContentAsText
2013-04-23 11:33:56 +02:00
Konstantin Bulenkov 631a615159 remove unnecessary cast 2013-04-23 11:16:43 +02:00
Vassiliy Kudryashov 4c2584c894 IDEA-105753 Complete Installation dialog with multi monitor in Ubuntu 12.04
(and similar multi-screen issues)
2013-04-23 12:52:15 +04:00
Alexey Kudravtsev 5b098bf6b3 access is allowed from EDT exception 2013-04-23 12:40:33 +04:00
Fedor Korotkov 68f6068979 Updated html 5 schema 2013-04-23 12:15:19 +04:00
Dmitry Avdeev ad3493d93c checking if jira login is successful 2013-04-23 11:58:46 +04:00
Max Medvedev 0a4e072ff0 fix tests 2013-04-23 00:06:26 +04:00
Bas Leijdekkers 426e3eab51 make "Unnecessary call to 'String.valueOf()'" report in more cases 2013-04-22 21:18:39 +02:00
anna 9d93b2956b postpone tree construction for smart mode (EA-39115 - INRE: FileBasedIndexImpl.handleDumbMode) 2013-04-22 20:24:54 +02:00
anna 92d21981f2 EA-45843 - assert: CreateSubclassAction$.templateFinished 2013-04-22 20:24:54 +02:00
anna bdb1dbee7a EA-45754 - assert: MethodArgumentFix.invoke 2013-04-22 20:24:53 +02:00
nik 398fa2e7ae removed unnecessary dependency 2013-04-22 21:28:18 +04:00
Roman Shevchenko 34856e371a IDEA-105472 (test added) 2013-04-22 19:09:04 +02:00
Roman Shevchenko d3227513ff IDEA-105472 (Snappy is not available on 32-bit Mac) 2013-04-22 18:46:42 +02:00
Maxim.Mossienko 8a50dabc01 checkCancelled during indexer building values (IDEA-100875) 2013-04-22 18:38:42 +02:00
Maxim.Mossienko 7ae8543f4d for long lines show for the context only 1 symbol before and 1 symbol after, to avoid lexer restarts (IDEA-105223) 2013-04-22 18:38:41 +02:00
Maxim.Mossienko 4d19ae3bbd do not fillinStackTrace for such commonly thrown exception 2013-04-22 18:38:40 +02:00
Maxim.Mossienko 5a1f2750b6 optimization in getTabbedTextWidth calculation to cache last two values calculated: 2-10 speed up due to often caret / scroll position calculation (IDEA-105872) 2013-04-22 18:38:38 +02:00
Maxim.Mossienko b9265da381 optimization to avoid complete line scanning searching for tabs if we are really interested for [start, start + columnNumber] range 2013-04-22 18:38:37 +02:00
Roman Shevchenko c658a5b09e IDEA-105472 (correct quoting of Windows shell commands) 2013-04-22 18:14:49 +02:00
Roman Shevchenko 0bae6faace Cleanup 2013-04-22 18:14:37 +02:00
Roman Shevchenko df7641385a IDEA-105683 (prevent error reporter from loading plugins) 2013-04-22 18:12:54 +02:00
anna d67a21f788 redundant cast: ignore for lambda casts with serializable/intersections (IDEA-105839) 2013-04-22 18:00:30 +02:00
anna 5616d066c5 safe delete: more precise check for top level comments (IDEA-105923) 2013-04-22 18:00:29 +02:00
Alexander Kirillin f0cfaa2761 OC-7210 Improve Xcode keymap 2013-04-22 19:52:39 +04:00
irengrig 0246939661 Merge remote branch 'origin/master' 2013-04-22 18:53:16 +04:00
irengrig 177195c75c Define default protocols (http, ssl, ..) ports holder http://crucible.labs.intellij.net/cru/CR-IC-635#c9742 2013-04-22 18:51:59 +04:00
Sergey Ignatov c8641010a4 SQL show type internal action 2013-04-22 18:34:58 +04:00
Sergey Ignatov 47909d8bd1 IDEA-105882 "Reformat code" makes uppercase in MySQL strings in the wrong place 2013-04-22 18:34:58 +04:00
Max Medvedev d6b05a4b38 IDEA-96824 External Library/Maven Dependency with Groovy Mixin - Cannot resolve symbol 2013-04-22 18:26:56 +04:00
anna 11f81e0be7 accept this refs inside anonymous classes in java 8 interfaces (IDEA-105892) 2013-04-22 15:50:32 +02:00