Nadya Zabrodina [Mon, 17 Aug 2015 16:39:55 +0000 (19:39 +0300)]
Merge branch 'nz/shared_shelf'
Conflicts:
platform/vcs-impl/src/com/intellij/openapi/vcs/changes/shelf/CompoundShelfFileProcessor.java
platform/vcs-impl/src/com/intellij/openapi/vcs/changes/shelf/ShelveChangesManager.java
Nadya Zabrodina [Sun, 16 Aug 2015 22:05:28 +0000 (01:05 +0300)]
[MQ]: save possible reordering etc before editing names
Maxim.Mossienko [Mon, 17 Aug 2015 11:10:39 +0000 (13:10 +0200)]
fix possible NPE if we remove test trace
Bas Leijdekkers [Mon, 17 Aug 2015 10:52:23 +0000 (12:52 +0200)]
IG: less duplication
Bas Leijdekkers [Sat, 15 Aug 2015 19:59:22 +0000 (21:59 +0200)]
IPP: remove incorrect comment
Roman Shevchenko [Mon, 17 Aug 2015 10:40:34 +0000 (12:40 +0200)]
Merge remote-tracking branch 'origin/master'
Roman Shevchenko [Mon, 17 Aug 2015 10:25:53 +0000 (12:25 +0200)]
[test framework] configures test logger to use a single file appender
peter [Mon, 17 Aug 2015 09:01:30 +0000 (11:01 +0200)]
JavaKeywordCompletion cleanup
peter [Mon, 17 Aug 2015 08:40:45 +0000 (10:40 +0200)]
rename JavaCompletionData -> JavaKeywordCompletion
peter [Mon, 17 Aug 2015 08:37:18 +0000 (10:37 +0200)]
don't use CompletionData in java
peter [Mon, 17 Aug 2015 08:16:48 +0000 (10:16 +0200)]
get rid of Java15CompletionData and Java18CompletionData
peter [Mon, 17 Aug 2015 08:08:30 +0000 (10:08 +0200)]
add CompletionResult.toString
peter [Mon, 17 Aug 2015 07:28:52 +0000 (09:28 +0200)]
java completion: rewrite throws/default keyword suggestions in methods
peter [Mon, 17 Aug 2015 07:06:23 +0000 (09:06 +0200)]
java completion: rewrite else/catch/finally keyword suggestions, add tests
peter [Mon, 17 Aug 2015 06:25:22 +0000 (08:25 +0200)]
JavaCompletionData: cleanup and modularize
peter [Sun, 16 Aug 2015 20:33:47 +0000 (22:33 +0200)]
prevent UncommittedInfo leaks in tests
peter [Sun, 16 Aug 2015 20:20:00 +0000 (22:20 +0200)]
allow bg mode when deleting unversioned files (EA-71829 - Throwable: DumbServiceImpl.scheduleCacheUpdate)
peter [Sun, 16 Aug 2015 20:04:40 +0000 (22:04 +0200)]
allow modal dumb mode in file chooser (EA-71872 - Throwable: RefreshSessionImpl.<init>)
peter [Sun, 16 Aug 2015 20:02:17 +0000 (22:02 +0200)]
correct LookupElementDecorator.isValid (EA-71871 - ISE: LookupItem.getObject)
peter [Sun, 16 Aug 2015 16:12:40 +0000 (18:12 +0200)]
smart pointers should survive on DocumentEx.moveText
peter [Sun, 16 Aug 2015 16:04:19 +0000 (18:04 +0200)]
support smart range pointers for non-physical files
peter [Sun, 16 Aug 2015 15:06:49 +0000 (17:06 +0200)]
fix Collections.emptyMap not being suggested in completion if jdk8 is used
peter [Sun, 16 Aug 2015 14:25:44 +0000 (16:25 +0200)]
infer method type arguments from context in basic completion
peter [Sun, 16 Aug 2015 13:34:24 +0000 (15:34 +0200)]
don't apply document changes when there are no smart pointers in a file
Alexander Lobas [Sat, 15 Aug 2015 19:47:45 +0000 (22:47 +0300)]
OC-11982 Navigate from Objective-C to Swift derived methods and classes (review)
Maxim.Mossienko [Sat, 15 Aug 2015 14:43:57 +0000 (16:43 +0200)]
when really overriding up / down action do not call default handler
Maxim.Mossienko [Fri, 14 Aug 2015 09:49:41 +0000 (11:49 +0200)]
Another hash function for duplicates (IDEA-143730)
Kirill Likhodedov [Sat, 15 Aug 2015 12:42:49 +0000 (15:42 +0300)]
[git] Make GitPushSource public to let it available from plugins
Kirill Likhodedov [Sat, 15 Aug 2015 12:37:41 +0000 (15:37 +0300)]
javadoc for DialogWrapper#showAndGet
Based on the PR #293 by Kendos-Kenlen.
Valentin Fondaratov [Sat, 15 Aug 2015 10:34:56 +0000 (13:34 +0300)]
disarm test
peter [Sat, 15 Aug 2015 09:45:54 +0000 (11:45 +0200)]
vfs: avoid unnecessary validity checks in getId()
peter [Sat, 15 Aug 2015 09:23:15 +0000 (11:23 +0200)]
SelfElementInfo: cache frequently called *DocumentManager.getInstance
peter [Sat, 15 Aug 2015 09:12:56 +0000 (11:12 +0200)]
ManualRangeMarker: really honor surviveOnExternalChange, add getMarkerCount
peter [Sat, 15 Aug 2015 08:17:39 +0000 (10:17 +0200)]
ManualRangeMarker: honor surviveOnExternalChange
peter [Sat, 15 Aug 2015 08:00:47 +0000 (10:00 +0200)]
cache MarkerCache
peter [Sat, 15 Aug 2015 07:59:55 +0000 (09:59 +0200)]
logRefreshWorker writeability handling (debugging p4 tests)
Bas Leijdekkers [Fri, 14 Aug 2015 21:07:27 +0000 (23:07 +0200)]
IG: fix lastStatementIsCallToMethodWithAssertion() logic
Bas Leijdekkers [Fri, 14 Aug 2015 06:22:05 +0000 (08:22 +0200)]
IG: less duplication
Bas Leijdekkers [Sun, 9 Aug 2015 20:21:12 +0000 (22:21 +0200)]
make IG test light
peter [Fri, 14 Aug 2015 19:45:34 +0000 (21:45 +0200)]
EA-71836 LightClassReference.getResolveScope shouln't return null
peter [Fri, 14 Aug 2015 19:29:38 +0000 (21:29 +0200)]
MarkerCache: use typed unboxed RangeKey instead of untyped boxed Trinity
peter [Fri, 14 Aug 2015 19:21:30 +0000 (21:21 +0200)]
use textMatches instead of getText in injection consistency checks
peter [Fri, 14 Aug 2015 19:07:10 +0000 (21:07 +0200)]
give internal injected PSI operations names so that we don't waste time creating Throwable for them
Dmitry Batrak [Fri, 14 Aug 2015 18:15:25 +0000 (21:15 +0300)]
get rid of yellow code in JavaDocInfoGenerator and test
Dmitry Batrak [Fri, 14 Aug 2015 18:02:48 +0000 (21:02 +0300)]
IDEA-142516 QuickDocs are missing generic parameters
Dmitry Batkovich [Fri, 14 Aug 2015 17:57:44 +0000 (20:57 +0300)]
I18nQuickFixDialog expanded to deal with xml properties files IDEA-143926
Anna Kozlova [Thu, 13 Aug 2015 05:02:46 +0000 (22:02 -0700)]
replace duplicates on extract method with signature change: use folded values if present (IDEA-143613)
Anna Kozlova [Thu, 13 Aug 2015 04:16:40 +0000 (21:16 -0700)]
junit/testng configuration ui: ensure correct document is updated (IDEA-143334)
Anna Kozlova [Thu, 13 Aug 2015 03:45:13 +0000 (20:45 -0700)]
for -> foreach: treat parenthesis (IDEA-143630)
Anna Kozlova [Thu, 13 Aug 2015 02:58:33 +0000 (19:58 -0700)]
introduce parameter: ensure correct scope is picked in case of anonymous class (IDEA-143435)
Anna Kozlova [Thu, 13 Aug 2015 01:48:12 +0000 (18:48 -0700)]
junit: restore exception prefix if trace contains failure message (IDEA-143564); try to avoid truncation of failure message if it contains 'expected' substring
Anna Kozlova [Wed, 12 Aug 2015 16:55:22 +0000 (09:55 -0700)]
CCE ( EA-71762)
Egor.Ushakov [Fri, 14 Aug 2015 17:28:28 +0000 (20:28 +0300)]
EA-71665 - IAE: ContentManagerImpl.setSelectedContent
Dmitry Batkovich [Fri, 14 Aug 2015 16:56:10 +0000 (19:56 +0300)]
cleanup
Dmitry Batkovich [Fri, 14 Aug 2015 16:54:50 +0000 (19:54 +0300)]
compilation fix
Dmitry Batkovich [Fri, 14 Aug 2015 16:53:20 +0000 (19:53 +0300)]
ResourceBundlesEditor: basic implementation of copy action from rbe
Aleksey Pivovarov [Fri, 14 Aug 2015 15:44:31 +0000 (18:44 +0300)]
IDEA-55521 merge: add verbose logging
Alexander Zolotov [Fri, 14 Aug 2015 15:53:16 +0000 (18:53 +0300)]
New color pipette for Mac
Alexander Zolotov [Wed, 12 Aug 2015 13:56:47 +0000 (16:56 +0300)]
Extract color pipette interface
Alexander Zolotov [Tue, 11 Aug 2015 16:41:19 +0000 (19:41 +0300)]
Cleanup color picker
Alexander Zolotov [Tue, 11 Aug 2015 11:29:32 +0000 (14:29 +0300)]
WEB-17670 Indent in the prompt for the CSS tag
Sergey Simonchik [Fri, 14 Aug 2015 15:55:10 +0000 (18:55 +0300)]
sync EnvironmentVariablesData#readExternal with #writeExternal
Dmitry Batrak [Fri, 14 Aug 2015 15:33:15 +0000 (18:33 +0300)]
IDEA-142377 Emacs emulation C-M-f and C-M-b are incorrect
peter [Fri, 14 Aug 2015 15:26:53 +0000 (17:26 +0200)]
fix smart pointer range markers being updated twice
peter [Fri, 14 Aug 2015 13:34:18 +0000 (15:34 +0200)]
fasten smart pointer belts on first change in any committed document: it's cheap now and hopefully fixes EA-71480 - assert: SelfElementInfo.updateRange
peter [Fri, 14 Aug 2015 11:46:43 +0000 (13:46 +0200)]
document and test that invokeLater runnable might be executed in a less modal state
Ekaterina Tuzova [Fri, 14 Aug 2015 13:52:47 +0000 (16:52 +0300)]
do not hang in case stepic.org is unavailable
Alexey Kudravtsev [Fri, 14 Aug 2015 13:39:05 +0000 (16:39 +0300)]
more logs
Alexey Kudravtsev [Fri, 14 Aug 2015 11:05:12 +0000 (14:05 +0300)]
test fix
Alexey Kudravtsev [Wed, 12 Aug 2015 17:29:05 +0000 (20:29 +0300)]
toString() added
Alexey Kudravtsev [Wed, 12 Aug 2015 10:04:24 +0000 (13:04 +0300)]
any changed to current
Dmitry Batkovich [Fri, 14 Aug 2015 14:42:54 +0000 (17:42 +0300)]
test are rewritten to be more compact
Egor.Ushakov [Fri, 14 Aug 2015 14:22:06 +0000 (17:22 +0300)]
IDEA-126257 JDK 1.8: Debugger doesn't show variables *outside* lambda - better check for found variable
Sergey Malenkov [Fri, 14 Aug 2015 14:12:36 +0000 (17:12 +0300)]
memory leak in a window for expandable items
Sergey Simonchik [Fri, 14 Aug 2015 14:03:23 +0000 (17:03 +0300)]
fire more specific event (fireIntervalAdded) on TextFieldWithHistory.MyModel#insertElementAt
Nikolay.Tropin [Fri, 14 Aug 2015 13:58:27 +0000 (16:58 +0300)]
JavaLineBreakpointType made more extendable
Dmitry Batrak [Fri, 14 Aug 2015 13:48:23 +0000 (16:48 +0300)]
IDEA-142054 Make Alt+Enter accept selection in bulb menu.
Kirill Likhodedov [Fri, 14 Aug 2015 13:29:36 +0000 (16:29 +0300)]
Use the method parameter which may be different from the ui setting IDEA-125257
Aleksey Pivovarov [Thu, 13 Aug 2015 18:12:42 +0000 (21:12 +0300)]
diff: add heuristic for by-word diff
try better detecting of edges of inline insertion
Alexander Lobas [Fri, 14 Aug 2015 13:02:09 +0000 (16:02 +0300)]
Support BOTTOM side
Sergey Simonchik [Fri, 14 Aug 2015 13:03:48 +0000 (16:03 +0300)]
run manager: respected passed RunnerAndConfigurationSettings instance
Dmitry Batrak [Fri, 14 Aug 2015 12:50:47 +0000 (15:50 +0300)]
IDEA-141852 Quick documentation doesn't support @value tag without hash preceding variable reference
Sergey Simonchik [Fri, 14 Aug 2015 12:39:54 +0000 (15:39 +0300)]
run manager: test for toolwindow activation suppression
nik [Fri, 14 Aug 2015 12:33:26 +0000 (15:33 +0300)]
'Add annotations to classpath' quickfix supported when IDEA is running from sources
Liana Bakradze [Fri, 14 Aug 2015 12:32:18 +0000 (15:32 +0300)]
EDU-363 Additional "I give up" option
Dmitry Batkovich [Fri, 14 Aug 2015 12:20:17 +0000 (15:20 +0300)]
InspectionToolsConfigurable: "share with team" -> "copy to project" to be consistent with code style configurable
Egor.Ushakov [Fri, 14 Aug 2015 12:08:49 +0000 (15:08 +0300)]
IDEA-143890 Debugger: after failed Run to Cursor the terminated process is shown as "running"
nik [Fri, 14 Aug 2015 11:50:39 +0000 (14:50 +0300)]
IDEA-143553: Include intellij kotlin sources into sources.zip
Dmitry Batkovich [Fri, 14 Aug 2015 11:04:29 +0000 (14:04 +0300)]
InspectionToolsConfigurable: "share to team" -> "share with team" (IDEA-143916)
Sergey Savenko [Fri, 14 Aug 2015 10:26:14 +0000 (13:26 +0300)]
PsiViewer: use a file type instead to obtain PSI if language dialect is not set
Vladislav.Soroka [Fri, 14 Aug 2015 09:35:14 +0000 (12:35 +0300)]
maven: oss.sonatype.org/service moved permanently to https
Dmitry Batrak [Fri, 14 Aug 2015 09:24:34 +0000 (12:24 +0300)]
debug logging in CompositeDocumentationProvider (inspired by IDEA-143619)
Yaroslav Lepenkin [Fri, 14 Aug 2015 07:51:40 +0000 (10:51 +0300)]
Class brace style settings applies also for anonymous classes (IDEA-143678)
peter [Fri, 14 Aug 2015 08:41:20 +0000 (10:41 +0200)]
smart pointer getRange should be O(1) for committed documents
peter [Fri, 14 Aug 2015 07:38:51 +0000 (09:38 +0200)]
avoid quadratic smart pointer getRange for many document changes
Yaroslav Lepenkin [Thu, 13 Aug 2015 08:06:44 +0000 (11:06 +0300)]
Detect indent only for committed document, delay until document is committed. (EA-70519)
When getIndentOptionsByFile is performed, document is uncommitted and indent detector should normally detect something, null is returned by detector and getIndentOptionsByFile returns default indent options for language, but marked by "setRecalculateForCommittedDocument" so later we could schedule settings update for committed document.
Detection logic moved from EditorImpl to SettingsImpl.
Vladimir Krivosheev [Thu, 13 Aug 2015 12:25:47 +0000 (14:25 +0200)]
move DEFAULT_EXT to state map to avoid dependency on DirectoryStorageData
Vladimir Krivosheev [Thu, 13 Aug 2015 12:22:44 +0000 (14:22 +0200)]
simplification: get rid of StorageData — use StateMap directly (it is possible since IDEA-CR-4311 get rid of ModuleFileData)
Julia Beliaeva [Thu, 13 Aug 2015 19:44:50 +0000 (22:44 +0300)]
[vcs-log] diagnostic for EA-70783
Julia Beliaeva [Thu, 13 Aug 2015 19:23:40 +0000 (22:23 +0300)]
[vcs-log] fix EA-71283 (check if project is disposed)