projects
/
idea
/
community.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
add clarifying comments around JavaResolveUtil.getContextClass
2016-05-04
peter
add clarifying comments around JavaResolveUtil.getContextClass
commit
|
commitdiff
|
tree
2016-05-04
peter
use app invokeAndWait in SaveProjectAsTemplateAction
commit
|
commitdiff
|
tree
2016-05-04
peter
clear completion copy cache on file rename
commit
|
commitdiff
|
tree
2016-05-04
peter
perform interactive text replace inside a transaction
commit
|
commitdiff
|
tree
2016-05-04
peter
todo index cleanup
commit
|
commitdiff
|
tree
2016-05-03
peter
use app invokeAndWait in tests by default
commit
|
commitdiff
|
tree
2016-05-03
peter
don't let indexing use meaningless empty editor highlighter
commit
|
commitdiff
|
tree
2016-05-03
peter
do lighter checks before calling isChainable that might...
commit
|
commitdiff
|
tree
2016-05-03
peter
remove wrong capture treatment: the completion result...
commit
|
commitdiff
|
tree
2016-05-03
peter
honor the fact that write-unsafe modality nesting doesn...
commit
|
commitdiff
|
tree
2016-05-03
peter
allow for cleanup to run later in NormalCompletionTest
commit
|
commitdiff
|
tree
2016-05-03
peter
prohibit sync transactions from swing invokeLater
commit
|
commitdiff
|
tree
2016-05-03
peter
IDEA-155319 "Run inspection by name" should not reuse...
commit
|
commitdiff
|
tree
2016-05-02
peter
avoid recursive super class reference resolve
commit
|
commitdiff
|
tree
2016-05-02
peter
keep lookup element matchers in LookupArranger to distinguis...
commit
|
commitdiff
|
tree
2016-05-02
peter
use async commit in DocumentationManager
commit
|
commitdiff
|
tree
2016-05-02
peter
consider ItemEvent a user activity and allow write...
commit
|
commitdiff
|
tree
2016-05-02
peter
PythonSdkDetailsStep: remove seemingly unnecessary...
commit
|
commitdiff
|
tree
2016-05-02
peter
move transaction write action assertions to a single...
commit
|
commitdiff
|
tree
2016-05-02
peter
use VfsUtilCore.toVirtualFileArray in LocalSearchScope...
commit
|
commitdiff
|
tree
2016-05-02
peter
don't leak stuff via myPreferredFocusedComponent after...
commit
|
commitdiff
|
tree
2016-05-02
peter
remove SmartPointerElementInfoFactory extension
commit
|
commitdiff
|
tree
2016-05-02
peter
extract MethodReferenceResolver.canBeConstructed and...
commit
|
commitdiff
|
tree
2016-05-02
peter
don't search for stubbed elements inside javadoc comments
commit
|
commitdiff
|
tree
2016-05-02
peter
IDEA-154276 Suggest method references to constructors...
commit
|
commitdiff
|
tree
2016-05-02
peter
IDEA-154336 Missing space after completed @annotation
commit
|
commitdiff
|
tree
2016-05-02
peter
IDEA-154816 Do not show "Select classes to import"...
commit
|
commitdiff
|
tree
2016-05-02
peter
"too generic method" completion sorting criteria shouldn...
commit
|
commitdiff
|
tree
2016-05-02
peter
IDEA-89222 Navigate file shall accept files names/path...
commit
|
commitdiff
|
tree
2016-05-02
peter
IDEA-155205 Do not show "Use static import if possible...
commit
|
commitdiff
|
tree
2016-05-02
peter
IDEA-155309 Complete statement does not work for `default...
commit
|
commitdiff
|
tree
2016-04-30
peter
TestOnlyInspection cleanup
commit
|
commitdiff
|
tree
2016-04-29
peter
IDEA-155183 Class autocomplete in META-INF.services...
commit
|
commitdiff
|
tree
2016-04-29
peter
IDEA-154891 IDEA adds unnecessary space/colon on switch...
commit
|
commitdiff
|
tree
2016-04-29
peter
IDEA-155323 Bogus "Test-only method is called" inspection
commit
|
commitdiff
|
tree
2016-04-29
peter
smart enter during completion inside synchronized expression...
commit
|
commitdiff
|
tree
2016-04-29
peter
smart enter to wrap its single then/else branch into...
commit
|
commitdiff
|
tree
2016-04-29
peter
IDEA-155383 Auto-complete for method references should...
commit
|
commitdiff
|
tree
2016-04-29
peter
IDEA-155369 double boolean of method return type
commit
|
commitdiff
|
tree
2016-04-29
peter
rename InheritorsHolder to JavaCompletionSession, since...
commit
|
commitdiff
|
tree
2016-04-29
peter
remove EnsureUpToDateFromNonAWTThread
commit
|
commitdiff
|
tree
2016-04-29
peter
ContractInference: inline filterReturning calls
commit
|
commitdiff
|
tree
2016-04-29
peter
lambdify contract inference
commit
|
commitdiff
|
tree
2016-04-27
peter
remove MaxPermSize from idea.vmoptions (IDEA-155286)
commit
|
commitdiff
|
tree
2016-04-27
peter
TaskCheckinHandlerFactory: use safe invokeLater
commit
|
commitdiff
|
tree
2016-04-27
peter
remove unused DocumentChangesCollector
commit
|
commitdiff
|
tree
2016-04-27
peter
don't lose transactions 2 (IDEA-155266 IDEA hanging...
commit
|
commitdiff
|
tree
2016-04-27
peter
IDEA-132574 @Before in tests should be resolved into...
commit
|
commitdiff
|
tree
2016-04-27
peter
fix non-nested modality state support
commit
|
commitdiff
|
tree
2016-04-26
peter
cache inferred @Contract annotations
commit
|
commitdiff
|
tree
2016-04-26
peter
MethodUtils.isChainable: don't load AST for methods...
commit
|
commitdiff
|
tree
2016-04-26
peter
a more local fix for IDEA-154289 PsiClass and view...
commit
|
commitdiff
|
tree
2016-04-26
peter
disable help action in progress dialog (IDEA-154798)
commit
|
commitdiff
|
tree
2016-04-26
peter
fix ReplaceInaccessibleFieldWithGetterSetterFixTest...
commit
|
commitdiff
|
tree
2016-04-26
peter
vcs: show dialogs and perform write actions inside...
commit
|
commitdiff
|
tree
2016-04-26
peter
store only members in per-class per-name cache to save...
commit
|
commitdiff
|
tree
2016-04-26
peter
SequentialModalProgressTask: use invokeLater with progress...
commit
|
commitdiff
|
tree
2016-04-26
peter
assert that popup onChosen handlers don't show dialogs...
commit
|
commitdiff
|
tree
2016-04-26
peter
support captured types in incomplete overloaded lambda...
commit
|
commitdiff
|
tree
2016-04-26
peter
supply modality state for invokeLater at the end of...
commit
|
commitdiff
|
tree
2016-04-26
peter
debugger editor: don't commit document, take text from...
commit
|
commitdiff
|
tree
2016-04-26
peter
assert that documents should be committed when highlighting...
commit
|
commitdiff
|
tree
2016-04-26
peter
IDEA-154583 Resolve inside library through exported...
commit
|
commitdiff
|
tree
2016-04-26
peter
IDEA-154289 PsiClass and view provider can never agree...
commit
|
commitdiff
|
tree
2016-04-25
peter
IDEA-155188 Lambda auto completion for incomplete overloaded...
commit
|
commitdiff
|
tree
2016-04-25
peter
let LowLevelSearchUtil cache texts by identity: equals...
commit
|
commitdiff
|
tree
2016-04-25
peter
cache class hierarchy only when no recursion prevention...
commit
|
commitdiff
|
tree
2016-04-25
peter
PsiChangeHandler: explain when transaction can be null
commit
|
commitdiff
|
tree
2016-04-25
peter
prohibit write actions from user activity inside unsafe...
commit
|
commitdiff
|
tree
2016-04-25
peter
tolerate uncommitted documents in editor provider getState...
commit
|
commitdiff
|
tree
2016-04-25
peter
move super type cache to ScopedClassHierarchy
commit
|
commitdiff
|
tree
2016-04-25
peter
remove unnecessary invokeLater from ConfigureTemplateDirecto...
commit
|
commitdiff
|
tree
2016-04-25
peter
remove unnecessary invokeLater from usage view rerun...
commit
|
commitdiff
|
tree
2016-04-23
peter
PsiAugmentProvider: ask for dumbness once
commit
|
commitdiff
|
tree
2016-04-23
peter
overriding method search: remove costly and completely...
commit
|
commitdiff
|
tree
2016-04-23
peter
don't lose submitted transactions
commit
|
commitdiff
|
tree
2016-04-22
peter
avoid explicit document commit when setting/getting...
commit
|
commitdiff
|
tree
2016-04-22
peter
cache text in LazyParseableElement even when parsed
commit
|
commitdiff
|
tree
2016-04-22
peter
save some memory in PsiClass member cache
commit
|
commitdiff
|
tree
2016-04-22
peter
assert that completion file copy should be non-physical...
commit
|
commitdiff
|
tree
2016-04-22
peter
unite less scopes to find jdk class usages
commit
|
commitdiff
|
tree
2016-04-21
peter
ChangeUtil.prepareAndRunChangeAction: clearCaches can...
commit
|
commitdiff
|
tree
2016-04-21
peter
migrate xml namespace stuff to CachedValue since it...
commit
|
commitdiff
|
tree
2016-04-21
peter
PsiChangeHandler: don't track ranges forever for events...
commit
|
commitdiff
|
tree
2016-04-21
peter
use async document commit in file opening startup activity
commit
|
commitdiff
|
tree
2016-04-21
peter
perform all actions inside a transaction so that they...
commit
|
commitdiff
|
tree
2016-04-21
peter
remove unnecessary invokeLater from spellchecker's...
commit
|
commitdiff
|
tree
2016-04-21
peter
use async document commit in CtrlMouseHandler
commit
|
commitdiff
|
tree
2016-04-21
peter
wrap encoding change into transactions
commit
|
commitdiff
|
tree
2016-04-20
peter
mark hotswap failure notification as not important...
commit
|
commitdiff
|
tree
2016-04-20
peter
IDEA-155012 Stack overflow during menu action update...
commit
|
commitdiff
|
tree
2016-04-20
peter
occupy less memory in jam patterns
commit
|
commitdiff
|
tree
2016-04-20
peter
reuse empty xml and string patterns
commit
|
commitdiff
|
tree
2016-04-20
peter
don't waste memory on ElementPatternCondition
commit
|
commitdiff
|
tree
2016-04-19
peter
fix KeywordCompletionTest
commit
|
commitdiff
|
tree
2016-04-19
peter
fix dfa tests (IDEA-152224, IDEA-CR-10202)
commit
|
commitdiff
|
tree
2016-04-19
peter
don't pollute logs with expected modal indexing start...
commit
|
commitdiff
|
tree
2016-04-19
peter
let dfa inspection be found in the settings with "may...
commit
|
commitdiff
|
tree
2016-04-19
peter
check for sudden dumb mode in on-the-fly import (IDEA...
commit
|
commitdiff
|
tree
2016-04-19
peter
honor array component type nullability in index expression...
commit
|
commitdiff
|
tree
next