Eugene Zhuravlev
7e45b57ff7
block reads fixed
2010-07-07 12:48:56 +04:00
anna
a94402a56f
cyclic dependencies: hide meaningless scope selection dialog (IDEA-56014)
2010-07-07 12:37:50 +04:00
anna
9d7a066d6c
find method duplicates: respect varargs mix with constants/params; empty args list (IDEA-56076)
2010-07-07 12:37:50 +04:00
anna
9127e6309a
WI-2489: suppress reloading platform projects
2010-07-07 12:37:49 +04:00
anna
362625ae54
do not skip remembered scope to custom project and libraries one
2010-07-07 12:37:49 +04:00
anna
fe5e4d0884
global inspections: implement getAdditionalJobs to show progress correctly (IDEA-56275)
2010-07-07 12:37:48 +04:00
anna
c0e2a0c3b0
inline parameter: simple inline as local variable (IDEA-55951)
2010-07-07 12:37:48 +04:00
peter
6d8145934a
catch INRE in the line markers if suddenly a dumb mode has begun when they're on
2010-07-07 09:14:52 +01:00
Denis Zhdanov
adf2b0a062
IDEA-53596 Soft wrap for editors
...
1. Encapsulated functionality of soft wrap appliance and construction. Generic algorithm that is expected to fit all supported languages/file types is applied. Target method is documented to be defined as extension point if general algorithm is not ok;
2. Positions & offsets translation algorithm is corrected in order to respect 'after soft wrap' drawing-introduced width;
3. Minor refactorings, javadocs;
2010-07-07 11:58:10 +04:00
peter
7c8ecbf097
faster walking up the tree in a search for @Typed in G++
2010-07-07 08:55:19 +01:00
peter
21747077da
faster GrModifierList.findAnnotation
2010-07-07 08:55:16 +01:00
peter
a52555e14e
PsiTreeUtil.findContextOfType(... stopAt)
2010-07-07 08:55:14 +01:00
sergey.vasiliev
85271bb793
spring ws: endpoint mappings support
2010-07-07 09:47:19 +04:00
peter
e2c49fa78e
we don't always have to do findClass("java.lang.Class") to check if groovy resolve result is OK with respect to statics access
2010-07-06 23:08:46 +01:00
peter
3e398c62cb
faster supertypes caching
2010-07-06 23:07:46 +01:00
peter
a3ac07e7e9
diagnosing test
2010-07-06 22:53:11 +01:00
peter
acf984aaa1
remove debug output
2010-07-06 22:45:07 +01:00
peter
fd020a14eb
it's not always necessary to resolve method to understand that its name doesn't suit
2010-07-06 21:31:22 +01:00
peter
45ffc34b55
experiment: clear system directory on test start
2010-07-06 21:05:28 +01:00
peter
08fe270dd7
check for disposed project
2010-07-06 20:52:00 +01:00
peter
491078fb89
diagnostics for invalid child of valid VirtualFile
2010-07-06 20:51:57 +01:00
peter
5dd412c961
diagnostics for invalid child of valid VirtualFile
2010-07-06 20:51:54 +01:00
peter
30bbf12157
diagnostics
2010-07-06 20:51:51 +01:00
peter
aecbde3224
Please don't invoke completion inside write action
2010-07-06 20:51:49 +01:00
peter
fdba9fbb2a
accept nulls as valid listCellRenderer values
2010-07-06 20:51:47 +01:00
peter
9dc1fd51aa
support multithreaded access to SpringBeanPointer
2010-07-06 20:51:44 +01:00
peter
d809a0f882
return @NotNull child
2010-07-06 20:51:42 +01:00
peter
3fb1673e0a
ant may return null tasks&types maps
2010-07-06 20:51:40 +01:00
peter
36c18d1d3b
diagnostics for the NPE when cloning a PsiFile for completion
2010-07-06 20:51:37 +01:00
peter
0082dfb892
inconsistent folding model diagnostics
2010-07-06 20:51:35 +01:00
peter
90cb8f824d
some method breakpoints won't work in dum mode
2010-07-06 20:51:33 +01:00
peter
e37b789580
dumb mode tolerance
2010-07-06 20:51:30 +01:00
peter
37f52f883c
dumb-aware parameter info
2010-07-06 20:51:28 +01:00
peter
b0603fec9a
EA-20463 suppress INRE
2010-07-06 20:51:26 +01:00
peter
f445c40bbf
a better way for read action
2010-07-06 20:51:23 +01:00
Dmitry Trofimov
0099a2c463
fixes in django template formatter
2010-07-06 22:43:34 +04:00
Maxim Shafirov
ad22c7a4fd
Hack recursive inclusion.
2010-07-06 21:44:36 +04:00
Dmitry Jemerov
b098877f2c
ProjectJdksModel -> ProjectSdksModel in lang-impl
2010-07-06 21:39:44 +04:00
Dmitry Jemerov
4b62416507
flatten unnecessary interface NotifiableSdkModel
2010-07-06 21:39:43 +04:00
Dmitry Jemerov
02c420f2a3
inline ProjectJdksModel.getInstance()
2010-07-06 21:39:43 +04:00
Dmitry Jemerov
b23189c401
selectSdkHome() -> SdkConfigurationUtil (platform)
2010-07-06 21:39:42 +04:00
Dmitry Jemerov
a1740e19bb
the logic of appending /Home to selected SDK path is specific to Java SDK type
2010-07-06 21:39:41 +04:00
Dmitry Jemerov
4f46141eed
PathEditor -> lang-impl
2010-07-06 21:39:40 +04:00
Dmitry Jemerov
5c6c7a73e7
refactoring and decoupling: move JavaDoc-specific paths editing code to JavaDoc order root type UI factory
2010-07-06 21:39:39 +04:00
Dmitry Jemerov
35eb33b8e9
dead code
2010-07-06 21:39:39 +04:00
Roman Shevchenko
0e96f920cb
Typos
2010-07-06 20:58:13 +04:00
Dmitry Trofimov
e765e7d4f6
fixed NPE in django template formatter (PY-1216)
2010-07-06 20:31:24 +04:00
Kirill Kalishev
262056b8c5
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2010-07-06 19:04:09 +04:00
Kirill Kalishev
324f50c979
app icon bouncing removed for runner ui
2010-07-06 19:04:01 +04:00
Dmitry Trofimov
81bd9db2c9
Merge branch 'master' of git.labs.intellij.net:idea/ultimate
...
Conflicts:
python/src/com/jetbrains/django/lang/template/inspection/DjangoTemplateNamesValidator.java
python/src/com/jetbrains/django/model/DjangoModel.java
2010-07-06 19:01:55 +04:00