Evgeny Gerashchenko
9f35f07f73
Introduced PsiCompiledFile interface, implemented it in ClsFileImpl.
2012-03-13 17:09:06 +04:00
Evgeny Gerashchenko
0f2eb61ae4
Introduced ContentBasedFileProcessor.getCompiledPsiFile() method.
2012-03-13 17:09:06 +04:00
Evgeny Gerashchenko
6efee973ff
Changed method of building mirror element in ClsFileImpl: now decompiler is invoked directly.
2012-03-13 17:09:06 +04:00
Evgeny Gerashchenko
f362d6437f
Removed ClsFileImpl.DOCUMENT_IN_MIRROR_KEY since it is not used anywhere.
2012-03-13 17:09:06 +04:00
peter
1430ff1a18
textAttributesKey in expected highlighting data
2012-03-13 17:06:02 +04:00
peter
8bc91854df
no testdata methods in goto symbol
2012-03-13 17:06:02 +04:00
Bas Leijdekkers
d6d494e675
add parentheses when needed
2012-03-13 13:51:11 +01:00
Evgeny Zakrevsky
f76a6e91f2
Merge remote branch 'origin/master'
2012-03-13 15:51:06 +04:00
Evgeny Zakrevsky
36acc0bec3
ScopeChooserCombo. Restrict for preffered size.
2012-03-13 15:49:06 +04:00
Evgeny Zakrevsky
ad2f4574df
EditMigrationDialog. Toolbar decorator.
2012-03-13 15:46:27 +04:00
Evgeny Zakrevsky
5ca8c40a78
EditContextDialog. Toolbar decorator.
2012-03-13 15:45:17 +04:00
Evgeny Zakrevsky
e99111b6ca
Some UI fixes.
2012-03-13 15:44:17 +04:00
Evgeny Zakrevsky
543427c39c
JBLabelDecorator
2012-03-13 15:42:53 +04:00
Evgeny Zakrevsky
4fc2b2ab7f
FormBuilder. Helper for creating standard forms.
2012-03-13 15:41:30 +04:00
Eugene Kudelevsky
3b51d97003
IDEA-53417 return "generate unsigned apk" option because it has different use case then "export unsigned apk"
2012-03-13 15:33:07 +04:00
anna
7a17edcbcb
EA-34475 - NPE: PackageElementNode.getVirtualFiles
2012-03-13 12:01:00 +01:00
anna
b4eab46c9a
logging for EA-34473 - NPE: CopyClassesHandler.doCopy
2012-03-13 12:01:00 +01:00
Eugene Zhuravlev
0d1d026f80
initialize 'isGenerated' src-root property from jps model
2012-03-13 11:58:45 +01:00
Roman Shevchenko
77387d3035
Temp. fix for refresh by length comparison on symlinks
2012-03-13 11:54:45 +01:00
Roman Shevchenko
4467a7170b
Cleanup; better logging
2012-03-13 11:54:44 +01:00
Eugene Kudelevsky
c30a5003b2
initialize generatedSourceRoots
2012-03-13 14:48:30 +04:00
Bas Leijdekkers
0f1a4bc4cb
IDEA-82118 ("Replace 'for each' loop with iterator 'for' loop intention ignores bounds on the Iterable's type parameters, generates invalid code)
2012-03-13 11:09:52 +01:00
Bas Leijdekkers
162a3b64e9
Merge branch 'master' of git.labs.intellij.net:idea/community
2012-03-13 11:09:31 +01:00
Bas Leijdekkers
524d0caa2c
Merge branch 'master' of git.labs.intellij.net:idea/community
2012-03-13 11:07:26 +01:00
Kirill Likhodedov
7d179d7fbb
GitRootScan: make initial scan
...
(as soon as project is initialized and VCS mappings are ready)
2012-03-13 14:01:55 +04:00
Kirill Likhodedov
1b0deb3942
Merge remote-tracking branch 'origin/master'
...
Conflicts:
plugins/git4idea/src/git4idea/repo/GitRepositoryManager.java
2012-03-13 13:41:42 +04:00
Kirill Likhodedov
333d1b7b39
IDEA-82647 Don't swap subject and description in "Show Affected Paths" dialog.
2012-03-13 13:35:38 +04:00
Konstantin Bulenkov
d08eeca088
disable typeahead in dialogs
2012-03-13 10:29:35 +01:00
Kirill Likhodedov
caf03670f8
Use light GitRepository instance in Git tests.
2012-03-13 13:24:45 +04:00
Konstantin Bulenkov
ef45a3d683
typeahead work fix?
2012-03-13 10:12:42 +01:00
Kirill Likhodedov
5b645fb2a9
GitRepositoryManager - make it an interface
...
Move implementation to GitRepositoryManagerImpl.
Headless implementation - GitTestRepositoryManager (a complete stub for now, since it is not used in tests).
Remove GRM#getInstance() and use GitUtil.getRepositoryManager everywhere.
2012-03-13 13:12:25 +04:00
Denis.Zhdanov
457698b3c5
IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
...
Gradle project is refreshed on IJ project opening
2012-03-13 13:10:35 +04:00
Bas Leijdekkers
f43da9f1fa
Merge branch 'master' of git.labs.intellij.net:idea/community
2012-03-13 10:07:22 +01:00
Kirill Likhodedov
61fc90b0cd
IDEA-82632 Git: scan for roots only after VCS mappings are ready.
...
Move scanning of roots to a separate class: GitRootScanner.
Perform only 1 scan at a time (and reject others while scanning - not-scanning is not critical).
Scan only when project is initialized and VCS mappings are ready (i.e. the first VcsListener event is fired).
2012-03-13 12:43:03 +04:00
Denis.Zhdanov
ad793c9fc4
IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
...
Repackaging
2012-03-13 12:37:47 +04:00
Roman Shevchenko
5f29ef7a93
Do Git root scan synchronously in tests
2012-03-13 09:35:23 +01:00
Vassiliy Kudryashov
fc87d51f45
IDEA-82284 Look&Feel "Jgoodies Plastic XP" - Menu looks not very good
...
Adjustment & refactoring
2012-03-13 12:25:41 +04:00
Alexey Kudravtsev
5869911b40
cleanup
2012-03-13 12:18:42 +04:00
nik
e21d5d9ebb
NPE fixed
2012-03-13 09:36:12 +04:00
Bas Leijdekkers
2bb712a156
IDEA-79547 (Incorrect "unnecessary cast")
2012-03-12 21:05:12 +01:00
kirill.safonov
6935f30ed8
Flex test dependency type: resolve scope, compilation, old project conversion (IDEA-82537)
2012-03-12 23:39:04 +04:00
Bas Leijdekkers
83ca60c150
IDEA-82368 (Add "Ignore for exceptions" for EmptyClass inspection)
2012-03-12 20:09:08 +01:00
Eugene Zhuravlev
138e3fb190
the right fix for one-time listener removal
2012-03-12 20:02:24 +01:00
Eugene Zhuravlev
823b40a250
IDEA-81694 Can't close Python project. Log file contains assertion error.
2012-03-12 19:50:31 +01:00
Eugene Zhuravlev
e4ed45b80f
IDEA-81778 Un-checking "Reformat according to style" in File Templates is not remembered after restart
2012-03-12 19:29:58 +01:00
Maxim Shafirov
9f0437f56f
Key missing
2012-03-12 21:44:12 +04:00
Maxim Shafirov
ec8cff0222
Attempt to fix popup layout issue
2012-03-12 21:44:04 +04:00
Maxim Shafirov
ec17f5b74e
Error message in details panel can be huge
2012-03-12 21:43:57 +04:00
anna
da8dc073d5
console view: distinguish scrolls for different offsets; requests from heavy filters
2012-03-12 18:31:29 +01:00
anna
c772e74631
tests: flush all updates before disposing the queue with instructions
2012-03-12 18:31:29 +01:00