Maxim.Mossienko
3f5abec9e0
replace SyntaxHighlighterColors with DefaultLanguageHighlighterColors
2013-07-26 11:32:40 +02:00
Dmitry Jemerov
035b3c2c8a
CommandLineState initializes its own ConsoleBuilder, remove redundant code which does it externally
2013-07-25 16:09:00 +02:00
anna
6ac7e50675
do not force to build ref-graph when it won't be used
2013-07-25 13:45:20 +02:00
anna
40d22fb15b
revert lower accessibility for getters/setters (IDEA-108598) + consistency to getter/setter completion
2013-07-25 10:20:04 +02:00
Dmitry Batkovich
bf6937f4dc
compiler output indexer memory leak fix
2013-07-25 00:47:35 +04:00
peter
8d2ba5aecb
first member in call chains should not have parameters (IDEA-110961)
2013-07-24 19:07:20 +02:00
anna
8fa4b8bc28
Merge remote-tracking branch 'origin/master'
2013-07-24 19:04:21 +02:00
Dmitry Jemerov
83ed95fb57
store Executor instance in ExecutionEnvironment; don't pass it to ProgramRunner.execute() separately
2013-07-24 19:03:02 +02:00
anna
ec8876bed5
change signature: propagate params fix (IDEA-110601)
2013-07-24 18:59:30 +02:00
peter
e6d1714dc1
copy method signature on copy reference action (IDEA-95228, IDEA-106588)
2013-07-24 14:45:00 +02:00
peter
94033d3346
parenthesized expression doesn't add side effects (IDEA-110945)
2013-07-24 13:25:16 +02:00
anna
d3fcd37b20
type param bound check fixed (IDEA-110869)
2013-07-23 18:38:42 +02:00
Alexey Kudravtsev
35c2fa874b
removed myContext field from InspectionWrapper
2013-07-23 17:16:12 +04:00
Denis.Zhdanov
718c577bae
Javadoc refactoring
2013-07-23 12:49:09 +04:00
peter
360bf1705d
IDEA-110166 Suggest javadoc autocompletion for variables of the same name in other javadoc for this class
2013-07-22 17:59:47 +02:00
peter
f2b96a5d5f
don't autopopup with name suggestions inside live templates
2013-07-22 17:08:51 +02:00
anna
7f0f1aaffa
safe delete: delete @Override annotation each time super method is deleted; rise a conflict when a usage is in overriding method which won't be deleted (IDEA-110840; IDEA-110841)
2013-07-22 15:27:34 +02:00
Alexey Kudravtsev
75ddbc57e3
Analyze_Inspect code should work for notfair inspections
2013-07-22 14:27:31 +04:00
anna
4d4b8957b5
rename: suggest to rename all tests which would be found by Find Test (IDEA-110256)
2013-07-22 12:24:22 +02:00
Eugene Kudelevsky
e4a4bc9c14
IDEA-110808 support 'rename application package' refactoring which doesn't change java package names, but updates relative component names in manifest; reference from package attribute now only provides completion and is not updated after rename
2013-07-22 13:48:34 +04:00
peter
9e3c61cf55
shorter method chains weight in the logs
2013-07-22 11:32:14 +02:00
Dmitry Jemerov
fa18d853f3
store runner ID directly in ExecutionEnvironment, remove it from ConfigurationPerRunnerSettings
2013-07-22 10:05:52 +02:00
Denis.Zhdanov
951139988e
IDEA-110673 Gradle import doesn't respect language level
2013-07-19 20:30:49 +04:00
peter
9ff7d283a9
check for property name search cost in PostHighlightingPass
2013-07-19 14:07:48 +02:00
peter
7839f1c478
IDEA-105093 Eclipse-way getter/setter completion
2013-07-18 17:09:32 +02:00
peter
7d2b1d9da0
a more generic name for completion contributor, as it'll be expanded
2013-07-18 17:09:32 +02:00
peter
198be80441
IDEA-109171 Code completion is suggesting to implement a class
2013-07-18 17:09:31 +02:00
Eugene Kudelevsky
c1aa648965
IDEA-91585 IDEA-57990 resolve inside Android SDK based on its sources, not classes
2013-07-18 16:00:33 +04:00
Evgeny Pasynkov
162ada50bf
make HighlightInfoHolder less dependent on editor
2013-07-18 13:26:37 +02:00
Gregory.Shrago
20a31e3918
EA-47715 - AIOOBE: GenerateFieldOrPropertyHandler.generateMemberPrototypes
2013-07-17 23:36:42 +04:00
peter
c20df29947
move annotation filtering logic to completion contributors
2013-07-17 19:17:57 +02:00
Alexey Kudravtsev
0bc7b1e69b
EA-47695 - IAE: StringUtil.getShortName
2013-07-17 13:54:44 +04:00
peter
a38114f0be
create java classes in dumb mode
2013-07-16 19:35:42 +02:00
peter
7598753789
IDEA-110567 IntelliJ should import the right dependency when it can know
2013-07-16 19:35:41 +02:00
peter
39c95b8468
extract method
2013-07-16 19:35:41 +02:00
anna
187b84d73b
disable magic constant warning for each file in batch mode when no annotations were attached
2013-07-16 17:13:14 +02:00
Dmitry Jemerov
a155c51ccd
introduce ModuleTypeId class in projectModel-api
2013-07-16 16:52:23 +02:00
Denis.Zhdanov
4b418a19e4
IDEA-69770 "Do not wrap one line comments" should not not change multi-line comments to one-line comments
2013-07-16 15:50:31 +04:00
anna
5bfd6e16c7
fix unused declaration (IDEA-110436)
2013-07-16 12:56:51 +02:00
anna
58e9f5ffd8
change signature: reorder params with javadoc without * (IDEA-110332)
2013-07-16 12:30:05 +02:00
Alexey Kudravtsev
358534faf7
AjHighlightingTest
2013-07-16 11:38:57 +04:00
Dmitry Jemerov
30323af068
Attachment class moved to util module
2013-07-15 20:49:00 +02:00
peter
c4598c24a7
remove inspectiongadgets. intentionpowerpack and generate-tostring modules
2013-07-15 18:28:23 +02:00
peter
e728e16657
show only better matching classes, and only in basic completion
2013-07-15 18:28:22 +02:00
anna
d01589a106
process package prefix context as directory context (no more references on all literals when package prefix is set for one of dependant modules)
2013-07-15 17:03:14 +02:00
Maxim.Mossienko
38506dc384
partially async update for contentless indices (IDEA-109525, IDEA-96091)
2013-07-15 16:45:50 +02:00
peter
08bb0a5f38
PsiUtil.getMemberQualifiedName
2013-07-15 15:20:36 +02:00
anna
68a43aa534
@FunctionalInterface make warning to prevent misunderstanding
2013-07-15 13:41:52 +02:00
anna
f2ae021105
EA-47688 - CCE: ClassesScopeTreeStructureExpander.treeWillCollapse
2013-07-15 11:49:18 +02:00
irengrig
36f326590f
default java runner: thread dump action to show results in ThreadDumpPanel, with navigation to code and parsed into separate threads
...
VERY much needed when running JUnit tests again and again and things are complicated, to check for deadlocks etc
! now is turned on only when -Didea.java.run.wise.thread.dump=true
2013-07-13 20:01:29 +04:00