Commit Graph
56669 Commits
Author SHA1 Message Date
nik a548e34d3f xdebugger: correctly dispose views and show popup tree for 'value hint' tree (IDEA-56249) 2010-11-19 15:19:31 +03:00
Konstantin Bulenkov e0b50e3291 Go2Inspection 2010-11-19 15:06:35 +03:00
Oleg Shpynov 5f4d36a58f IDEA-61437 GitHub functionality should also work on projects I collaborate on, but do not own myself 2010-11-19 14:58:36 +03:00
Alexey Kudravtsev 0c737f6227 run inspection including all parents of the changed psi element 2010-11-19 14:32:36 +03:00
Alexey Kudravtsev cbfa55a159 cleanup 2010-11-19 14:32:36 +03:00
Alexey Kudravtsev ce72e3581f performance 2010-11-19 14:32:35 +03:00
Alexey Kudravtsev cd2f33151f must not hold PsiLock in readAction in tests 2010-11-19 14:32:35 +03:00
Alexey Kudravtsev eebaa506c5 forcefully restart all files on dumbness change 2010-11-19 14:32:34 +03:00
Denis Zhdanov 4a74f1ed4a IDEA-58070 Soft wrap: Improve soft wraps performance
Corrected algorithm that calculates correct soft wraps cache entry by offset
2010-11-19 13:18:43 +03:00
anna e1164f1314 private inner class can't be used in top class signature ( IDEA-57751) 2010-11-19 12:07:05 +03:00
anna 1325ea8cc0 run configurations: fill name on class selected (IDEA-56817) 2010-11-19 12:07:05 +03:00
anna d263773ed7 touch modification tracker to restart daemon (IDEA-58085) 2010-11-19 12:07:04 +03:00
anna b0e9b72155 run configurations: when project contains one module, new configuration should be created with it (IDEA-58115) 2010-11-19 12:07:04 +03:00
anna 507d46e114 rename: do not conflict if class type parameter and type param defined inside class in static context (IDEA-57427) 2010-11-19 12:07:03 +03:00
anna 0e62425248 field can't be final if it is written in initializer more than once (IDEA-57421) 2010-11-19 12:07:02 +03:00
anna caaf99eb74 eclipse: provide more details on problem (IDEA-25084 ) 2010-11-19 12:07:02 +03:00
Denis Zhdanov bb8da225d7 IDEA-61275 Editor: the folded class comment should not be auto-expanded on class declaration editing
Test fixes
2010-11-19 12:01:51 +03:00
nik b40fbeeb76 fixed autoscroll from sources for jars containing *.class and *.java files together (IDEA-26915) 2010-11-19 11:29:34 +03:00
nik ea06568980 attach sources: do not show dialog if sources are located in the same jar 2010-11-19 11:02:24 +03:00
nik 34de624112 facet detectors migrated to FileContent based filters 2010-11-19 11:02:22 +03:00
Denis Zhdanov 0ac2d5e5ba IDEA-61275 Editor: the folded class comment should not be auto-expanded on class declaration editing
Restricting refinement of PSI element  derived from invalid class header
2010-11-19 10:48:08 +03:00
Eugene Zhuravlev db06278796 better diagnostics (IDEA-58850) 2010-11-18 22:47:06 +03:00
Eugene Zhuravlev 3e5ba0330d large heap warning 2010-11-18 22:33:04 +03:00
Kirill Kalishev b53e4edaf6 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-11-18 21:18:34 +03:00
Kirill Kalishev 02fe24c497 navbar in dockable editors - 1 2010-11-18 21:18:25 +03:00
Rustam.Vishnyakov 57c44286f9 Fixed WI-3752: PHP Code style settings are not kept between launches 2010-11-18 20:50:25 +03:00
Denis Zhdanov cfc7bd862c IDEA-58070 Soft wrap: Improve soft wraps performance
Corrected situation with invalid recalculation range during incremental soft wraps cache update on removal at the last document line
2010-11-18 20:40:46 +03:00
Denis Zhdanov 0d63cf02f6 IDEA-61275 Editor: the folded class comment should not be auto-expanded on class declaration editing
1. Corrected fold descriptions construction (specifying the element from java file header at PsiElement  -> Fold region mapping if possible)
2010-11-18 20:40:45 +03:00
Eugene Zhuravlev ad07c4b4be do not access debuggee from under ReadAction to avoid livelocks 2010-11-18 19:57:14 +03:00
Alexander Doroshko 407481e8e5 JDK -> SDK 2010-11-18 19:42:04 +03:00
Eugene Zhuravlev 175dd364b7 close file storage in finally block 2010-11-18 19:42:00 +03:00
Kirill Likhodedov 630d65bfa9 IDEA-59587 "Git: after file is moved its status is 'added' until refresh". Using custom isUnder().
When we move a file we get a VcsDirtyScope with old and new FilePaths, but unfortunately the virtual file in the FilePath is refreshed and points to the new position which makes FilePathImpl#isUnder useless in our case. So we are using custom isUnder() which considers only IOFiles (which are not updated).
2010-11-18 19:33:42 +03:00
Kirill Likhodedov b66e1d437c IDEA-58707 Fixed "already disposed" in GitChangeProvider. 2010-11-18 19:33:40 +03:00
Kirill Likhodedov a9210f00b0 IDEA-51314 Notification on successful git tag creation. GitTagDialog: focus on tag name. 2010-11-18 19:33:38 +03:00
peter.gromov 08de853c05 save all paths in .iml relatively except for the ones under USER_HOME (IDEA-60906)
reason: fixes the issue and I don't see any problems it could cause
2010-11-18 19:32:31 +03:00
peter.gromov f45755e795 IDEA-58084 static method import via completion: reduce noise by collapsing overloaded matches from same containing class 2010-11-18 19:32:29 +03:00
Denis Zhdanov f0ae980ea4 Don't preserve caret position on fold region expand; using document offset instead 2010-11-18 18:08:14 +03:00
peter.gromov 1d8b64073b don't focus lookup until all variants have been computed 2010-11-18 17:50:19 +03:00
peter.gromov afbea106bb more diagnostics for EA-23307 2010-11-18 17:50:18 +03:00
Kirill.Safonov 801edbf326 Export test results (IDEA-11707): improvements 2010-11-18 17:31:37 +03:00
Denis Zhdanov 80d198f14d IDEA-58070 Soft wrap: Improve soft wraps performance
1. Enforcing soft wraps cache population with entry for lines that contain tabulation symbol;
2. Corrected incremental soft wraps update on fold region collapsing/expanding;
2010-11-18 17:24:13 +03:00
peter.gromov 264b830a24 don't suggest 'this' keyword in java comments 2010-11-18 16:08:38 +03:00
peter.gromov ab668b6179 fix NPE when a lookup is shown not in a PSI file 2010-11-18 16:08:37 +03:00
peter.gromov 6958bf2cc8 don't focus lookups in comments, I said 2010-11-18 16:08:35 +03:00
anna 52009270a2 introduce: suggest boxed type if applicable (IDEA-24049) 2010-11-18 16:03:55 +03:00
anna b804cecbb1 collect statistics from created field types as well as variables 2010-11-18 16:03:55 +03:00
anna 5c4f6a7fd0 select current inspection later (IDEA-49078) 2010-11-18 16:03:54 +03:00
Kirill Likhodedov 2e10e609c2 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-11-18 15:53:20 +03:00
Kirill Likhodedov b7d49df0df NPE fix. 2010-11-18 15:52:56 +03:00
Denis Zhdanov 350051e65b IDEA-58070 Soft wrap: Improve soft wraps performance
1. Corrected trailing soft wraps offsets update on document change;
2. Revised trailing soft wraps cache entries selection on document change;
2010-11-18 15:46:37 +03:00