Sergey Simonchik [Fri, 26 Jun 2015 13:30:16 +0000 (16:30 +0300)]
coverage: ability to avoid traversing library roots
Roman Shevchenko [Fri, 26 Jun 2015 13:22:38 +0000 (16:22 +0300)]
java: missed case handled; diagnostic added
Denis Zhdanov [Fri, 26 Jun 2015 13:24:13 +0000 (16:24 +0300)]
IDEA-CR-3370: UP-4322 NullPointerException
re-use existing MessageBusTest class
Anna Kozlova [Fri, 26 Jun 2015 13:15:17 +0000 (16:15 +0300)]
import tests from history: ensure newest files on top of history, presentation changed
Anna Kozlova [Fri, 26 Jun 2015 12:40:27 +0000 (15:40 +0300)]
unused declaration: change message to avoid misunderstandings (IDEA-140103)
Dmitry Batkovich [Fri, 26 Jun 2015 13:10:50 +0000 (16:10 +0300)]
unescape properties text while sorting in AlphaUnsortedPropertiesInspection
Sergey Savenko [Fri, 26 Jun 2015 13:10:08 +0000 (16:10 +0300)]
IDEA-141308: EditFilterCriteria action
Vassiliy.Kudryashov [Fri, 26 Jun 2015 13:06:13 +0000 (16:06 +0300)]
IDEA-141327 Bookmarks are not sorted by line
peter [Fri, 26 Jun 2015 12:55:41 +0000 (14:55 +0200)]
ignore PCE in statistics (EA-70064 - PCE: FileBasedIndexImpl.checkRebuild)
peter [Fri, 26 Jun 2015 12:53:07 +0000 (14:53 +0200)]
added read action to FindInProjectTask.getLocalScopeFiles (EA-69166 - assert: SharedImplUtil.findFileElement)
peter [Fri, 26 Jun 2015 12:51:51 +0000 (14:51 +0200)]
ConsoleViewImpl: don't do stuff inside event processing, don't commit any documents at all (EA-69246 - assert: PsiDocumentManagerBase.doCommit)
peter [Fri, 26 Jun 2015 12:42:45 +0000 (14:42 +0200)]
enable slow resolve in select word action (EA-70053 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Fri, 26 Jun 2015 12:40:05 +0000 (14:40 +0200)]
skip non-dumb-aware intentions in dumb mode (EA-70054 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Fri, 26 Jun 2015 12:37:44 +0000 (14:37 +0200)]
PsiViewerDialog renderer: no resolve in dumb mode (EA-70055 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Fri, 26 Jun 2015 12:36:30 +0000 (14:36 +0200)]
enable slow resolve in AbstractLayoutCodeProcessor (EA-70056 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Fri, 26 Jun 2015 12:34:40 +0000 (14:34 +0200)]
disable aspectj augmentation in dumb mode (EA-70057 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Fri, 26 Jun 2015 12:32:05 +0000 (14:32 +0200)]
let ExternalAnnotators be dumb-aware or not (EA-70058 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Fri, 26 Jun 2015 12:30:04 +0000 (14:30 +0200)]
handle dumb mode in TemplateState.focusCurrentExpression (EA-70059 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Fri, 26 Jun 2015 12:24:03 +0000 (14:24 +0200)]
diagnostics for EA-69268 - IAE: TextFieldWithAutoCompletionListProvider.createLookupBuilder
peter [Fri, 26 Jun 2015 12:22:10 +0000 (14:22 +0200)]
workaround EA-69274 - NPE: JavaPsiClassReferenceElement.<init>
peter [Fri, 26 Jun 2015 11:38:33 +0000 (13:38 +0200)]
try to account for non-physical dependencies in AnnotationUtil.getSuperAnnotationOwners cache (EA-69690 - PIEAE: StubBasedPsiElementBase.getContainingFile)
peter [Fri, 26 Jun 2015 11:34:15 +0000 (13:34 +0200)]
move lookupElement.getAllLookupString() CME diagnostics into one place (EA-69928 - CME: CamelHumpMatcher.isStartMatch)
Denis Zhdanov [Fri, 26 Jun 2015 13:01:37 +0000 (16:01 +0300)]
IDEA-CR-3370: UP-4322 NullPointerException
* more simplification
* a test is added
Vladimir.Orlov [Fri, 26 Jun 2015 12:46:21 +0000 (15:46 +0300)]
Merge remote-tracking branch 'origin/master'
Vladimir.Orlov [Fri, 26 Jun 2015 12:40:56 +0000 (15:40 +0300)]
build idea ce without jre for users.
Anna Kozlova [Fri, 26 Jun 2015 12:11:10 +0000 (15:11 +0300)]
testng: filter successful configs; don't include config count in total (IDEA-141919)
Anna Kozlova [Fri, 26 Jun 2015 10:07:05 +0000 (13:07 +0300)]
stream api: shorten class references when replace with foreach
Anna Kozlova [Fri, 26 Jun 2015 09:56:20 +0000 (12:56 +0300)]
test notifications: update appIcon with attention onTestingFinish only (if total count was not calculated appropriately)
Vassiliy.Kudryashov [Fri, 26 Jun 2015 11:57:10 +0000 (14:57 +0300)]
IDEA-136578 Distraction Free Mode (tabs placement: none) bug
Denis Zhdanov [Fri, 26 Jun 2015 11:46:39 +0000 (14:46 +0300)]
IDEA-CR-3370: UP-4322 NullPointerException
Simplification
Alexey Kudravtsev [Fri, 26 Jun 2015 11:36:32 +0000 (14:36 +0300)]
removed unnecessary projectOpened()/closed()
Alexey Kudravtsev [Fri, 26 Jun 2015 11:34:54 +0000 (14:34 +0300)]
notnull
Alexey Kudravtsev [Fri, 26 Jun 2015 11:32:41 +0000 (14:32 +0300)]
always clean the apply highlighters queue
Alexey Kudravtsev [Fri, 26 Jun 2015 11:32:27 +0000 (14:32 +0300)]
cleanup
Alexey Kudravtsev [Fri, 26 Jun 2015 11:17:06 +0000 (14:17 +0300)]
IDEA-141923 Errors in for-each statement header aren't highlighted if there're errors in its body
Alexey Kudravtsev [Thu, 25 Jun 2015 11:00:16 +0000 (14:00 +0300)]
moved to ide actions
peter [Fri, 26 Jun 2015 11:18:24 +0000 (13:18 +0200)]
diagnose cglib classpath hell (https://jetbrains.zendesk.com/agent/tickets/64790)
Egor.Ushakov [Fri, 26 Jun 2015 10:55:18 +0000 (13:55 +0300)]
close breakpoint balloon on editor scroll
Dmitry Batkovich [Fri, 26 Jun 2015 10:56:20 +0000 (13:56 +0300)]
Resource bundle editor duplicates entries when "new property" action is used IDEA-141669
peter [Fri, 26 Jun 2015 09:13:42 +0000 (11:13 +0200)]
completion copy should be reparsed incrementally even for big files (IDEA-129815)
Anna Kozlova [Fri, 26 Jun 2015 09:17:40 +0000 (12:17 +0300)]
junit 3: listener updated (IDEA-141948)
Anna Kozlova [Fri, 26 Jun 2015 06:55:04 +0000 (09:55 +0300)]
junit: fix old status line
Anna Kozlova [Thu, 25 Jun 2015 18:37:27 +0000 (21:37 +0300)]
replace operator assignment with assignment (IDEA-137214)
Roman Shevchenko [Fri, 26 Jun 2015 07:59:35 +0000 (10:59 +0300)]
util: common cases optimization for ContainerUtil.immutableSet()
Roman Shevchenko [Fri, 26 Jun 2015 07:57:45 +0000 (10:57 +0300)]
Merge remote-tracking branch 'origin/master'
Denis Zhdanov [Fri, 26 Jun 2015 07:15:02 +0000 (10:15 +0300)]
IDEA-CR-3370: UP-4322 NullPointerException
Konstantin Bulenkov [Fri, 26 Jun 2015 00:38:06 +0000 (03:38 +0300)]
fix yosemite textfield border and bg
Konstantin Bulenkov [Fri, 26 Jun 2015 00:36:28 +0000 (03:36 +0300)]
support disabled state
Konstantin Bulenkov [Fri, 26 Jun 2015 00:36:04 +0000 (03:36 +0300)]
yosemite disabled combo graphics
Konstantin Bulenkov [Fri, 26 Jun 2015 00:35:19 +0000 (03:35 +0300)]
update yosemite combobox graphics
Ilya.Kazakevich [Thu, 25 Jun 2015 22:19:58 +0000 (01:19 +0300)]
Merge remote-tracking branch 'origin/master'
Ilya.Kazakevich [Thu, 25 Jun 2015 22:19:14 +0000 (01:19 +0300)]
Tests protocol fixed for PY-16304
Vassiliy.Kudryashov [Thu, 25 Jun 2015 20:53:26 +0000 (23:53 +0300)]
IDEA-69435 Search for Multi-line fragment
Step 1: new UI for existing behavior & models
Dmitry Trofimov [Thu, 25 Jun 2015 19:04:19 +0000 (21:04 +0200)]
Merge remote-tracking branch 'origin/master'
Dmitry Trofimov [Thu, 25 Jun 2015 19:01:37 +0000 (21:01 +0200)]
Plugin downloader: use version comparator aware of semantic versioning (IDEA-141034).
Dmitry Trofimov [Thu, 25 Jun 2015 18:56:14 +0000 (20:56 +0200)]
Remove ordering, that contradicts semantic versioning: semver.org/
Gregory.Shrago [Thu, 25 Jun 2015 18:13:02 +0000 (21:13 +0300)]
EA-69988 - Throwable: DebugUtil.currentStackTrace
Anna Kozlova [Thu, 25 Jun 2015 17:46:24 +0000 (20:46 +0300)]
convert to thread local for primitive not initialized fields (IDEA-137809)
Anna Kozlova [Thu, 25 Jun 2015 16:56:54 +0000 (19:56 +0300)]
introduce constant: don't miss comments (IDEA-140623)
Anna Kozlova [Thu, 25 Jun 2015 16:30:26 +0000 (19:30 +0300)]
introduce constant: don't miss comments (IDEA-140623)
Anna Kozlova [Thu, 25 Jun 2015 13:00:36 +0000 (16:00 +0300)]
testng: provide navigation to xml suite (IDEA-140884)
Dmitry Trofimov [Thu, 25 Jun 2015 17:31:15 +0000 (19:31 +0200)]
Don't depend on comparison implementation in tests.
Roman Shevchenko [Tue, 23 Jun 2015 12:48:58 +0000 (15:48 +0300)]
Cleanup (formatting)
peter [Thu, 25 Jun 2015 16:31:56 +0000 (18:31 +0200)]
EA-70030 - NPE: DefaultSymbolNavigationContributor.isOpenable
peter [Thu, 25 Jun 2015 16:30:47 +0000 (18:30 +0200)]
stable order of files in jdk classes
peter [Thu, 25 Jun 2015 16:28:46 +0000 (18:28 +0200)]
more diagnostics for VfsData.initFile exceptions (IDEA-141920)
peter [Thu, 25 Jun 2015 15:27:57 +0000 (17:27 +0200)]
IDEA-141160 Indexing prevents "Find in Path"
peter [Thu, 25 Jun 2015 15:12:58 +0000 (17:12 +0200)]
run only dumb-aware usage grouping rules in dumb mode (EA-65019 - INRE: FileBasedIndexImpl.handleDumbMode; IDEA-141160 Indexing prevents "Find in Path")
peter [Thu, 25 Jun 2015 14:50:48 +0000 (16:50 +0200)]
don't evalute all usage target descriptions when adding to history (EA-64966 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Thu, 25 Jun 2015 13:37:18 +0000 (15:37 +0200)]
IDEA-134148 Navigate to... File (ctlr-shift-n) show project files in .idea directory
Vladimir Krivosheev [Thu, 25 Jun 2015 15:16:36 +0000 (17:16 +0200)]
IDEA-132813 correct fix — don't save module file twice (1 - regular save 2 - forced save)
Kirill Likhodedov [Thu, 25 Jun 2015 15:14:16 +0000 (18:14 +0300)]
[git] Fix possible NPE if the status bar has already been disposed
(update can be called later)
Ilya.Kazakevich [Thu, 25 Jun 2015 13:51:23 +0000 (16:51 +0300)]
Merge remote-tracking branch 'origin/master'
Ilya.Kazakevich [Thu, 25 Jun 2015 13:49:25 +0000 (16:49 +0300)]
TypeEvalContextCache improved for PY-16282 according to IDEA-CR-3352.
Manager is passed instead of project
Bas Leijdekkers [Thu, 25 Jun 2015 13:40:34 +0000 (15:40 +0200)]
IDEA-141680 (SSR "use static import if possible" corrupts generics invocations)
Bas Leijdekkers [Thu, 25 Jun 2015 13:38:37 +0000 (15:38 +0200)]
SSR: reset test options in finally
Ilya.Kazakevich [Thu, 25 Jun 2015 13:34:45 +0000 (16:34 +0300)]
Merge branch 'PY-16282'
Dmitry.Krasilschikov [Thu, 25 Jun 2015 13:24:06 +0000 (16:24 +0300)]
#RUBY-16687: move foodcritic timeout to Registry
Aleksey Pivovarov [Tue, 9 Jun 2015 17:07:35 +0000 (20:07 +0300)]
IDEA-129842 diff: allow to select and copy titles
Egor.Ushakov [Thu, 25 Jun 2015 13:20:45 +0000 (16:20 +0300)]
IDEA-141464 Debugger popup dissappears when trying to hover mouse on "+"
Yaroslav Lepenkin [Thu, 25 Jun 2015 13:17:47 +0000 (16:17 +0300)]
Do not commit document explicitly, delay indent detection until document is committed. (refix for EA-69918 because of EA-69954)
peter [Thu, 25 Jun 2015 11:43:59 +0000 (13:43 +0200)]
workaround EA-69947 - IOE: PsiReferenceExpressionImpl.bindToElementViaStaticImport
peter [Thu, 25 Jun 2015 09:11:08 +0000 (11:11 +0200)]
stop preloaded build process on groovy compiler setting change
Denis Zhdanov [Thu, 25 Jun 2015 11:58:57 +0000 (14:58 +0300)]
UP-4322 NullPointerException
Excluded NPE possibility due to race condition on new bus construction
Vladimir.Orlov [Thu, 25 Jun 2015 11:57:00 +0000 (14:57 +0300)]
Merge remote-tracking branch 'origin/master'
Vladimir.Orlov [Thu, 25 Jun 2015 11:46:18 +0000 (14:46 +0300)]
Merge remote-tracking branch 'origin/master'
Aleksey Pivovarov [Thu, 25 Jun 2015 11:40:11 +0000 (14:40 +0300)]
EA-69993 diff: always check if we can show content
Elizaveta Shashkova [Thu, 25 Jun 2015 11:05:38 +0000 (14:05 +0300)]
Fix Debugger crashes with "Process finished with exit code 137" (PY-14969)
Do not finish debugging session by force in CheckOutputThread if there are alive daemon threads.
Elizaveta Shashkova [Thu, 25 Jun 2015 11:02:29 +0000 (14:02 +0300)]
Revert changes (PY-14969)
Vladimir.Orlov [Thu, 25 Jun 2015 11:03:33 +0000 (14:03 +0300)]
win zip artifacts with bundled jre for IU CE and PyCharm CE.
Vladimir Krivosheev [Thu, 25 Jun 2015 10:58:19 +0000 (12:58 +0200)]
don't write mappings — get rid of empty vcs.xml
Konstantin Bulenkov [Wed, 24 Jun 2015 20:43:14 +0000 (23:43 +0300)]
CCE fix
nik [Thu, 25 Jun 2015 10:54:07 +0000 (13:54 +0300)]
throw exceptions with detailed messages instead of assertion (IDEA-CR-3333)
Anna Kozlova [Thu, 25 Jun 2015 10:36:08 +0000 (13:36 +0300)]
import tests: remove intermediate history group
Anna Kozlova [Thu, 25 Jun 2015 09:54:07 +0000 (12:54 +0300)]
testng: postpone jcommander in the classpath, prefer user's if provided
nik [Thu, 25 Jun 2015 10:36:37 +0000 (13:36 +0300)]
removed duplicated interface
nik [Thu, 25 Jun 2015 09:46:09 +0000 (12:46 +0300)]
javadoc
nik [Thu, 25 Jun 2015 09:06:22 +0000 (12:06 +0300)]
cleanup: don't use File.list to find child file by name
nik [Thu, 25 Jun 2015 09:05:58 +0000 (12:05 +0300)]
cleanup: don't use File.list to find file by name
nik [Thu, 25 Jun 2015 08:58:20 +0000 (11:58 +0300)]
use new FileFilters.withExtension method