Commit Graph
56627 Commits
Author SHA1 Message Date
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
Sergey Evdokimov 0d16cc3166 Optimization of StandardPatterns.strings().oneOf() pattern. 2010-11-18 15:21:03 +03:00
Kirill Likhodedov b48d151e1d IDEA-60464 To avoid "already disposed" error passing ChangeListManager instance to the GitChangeProvider constructor.
Also cleaned javadocs in ChangeCollector.
2010-11-18 14:53:02 +03:00
Kirill Likhodedov d996c61230 IDEA-60369 Trivially overrode toString in GitRepositoryLocation & HgRepositoryLocation 2010-11-18 14:53:00 +03:00
Denis Zhdanov bd2360e78f IDEA-58070 Soft wrap: Improve soft wraps performance
1. Don't notify soft wraps-aware listeners on every processed symbol;
2. Don't cache information about visual lines that doesn't contain soft wraps, tabulations and collapsed fold regions;
3. Using dedicated primitive data structures during soft wrap-aware document reparsing;
2010-11-18 14:35:48 +03:00
Denis Zhdanov dbaf8f3976 IDEA-60781 After formatting cursor jumps from indented position to beginning of the line.
Renaming ProcessingContext -> EditorPosition
2010-11-18 14:35:47 +03:00
Denis Zhdanov f6073e9e4c IDEA-58070 Soft wrap: Improve soft wraps performance
Performance improvement -> Arrays.fill() and further check for the stored value is switched to direct examination if the storage end offset is exceeded
2010-11-18 14:35:45 +03:00
Kirill Kalishev dbde067178 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-11-18 14:31:32 +03:00
Kirill Kalishev c249541e09 NPE in focus trackback 2010-11-18 14:31:26 +03:00
anna c727d2a20f do not leak project 2010-11-18 14:00:22 +03:00
anna 76cb06579e skip binary files 2010-11-18 13:35:49 +03:00
nik 2fe28a3e7f test fixed 2010-11-18 13:24:17 +03:00
Kirill Likhodedov 463ed509e2 IDEA-59833 Renamed git's "Add Snapshot" to "Add". 2010-11-18 13:15:57 +03:00
Kirill Likhodedov f0edb127d9 GitIndexChangeListener -> vcs-impl/RepositoryChangeListener
And now using it in Git and Mercurial.
Removed HgDirStateChangeListener.
In RepositoryChangeListener: don't markEveryThingDirty() - only mark dirty the proper vcs root.
2010-11-18 13:15:55 +03:00
Kirill Likhodedov 1cc80637e9 stub javadocs removed. 2010-11-18 13:15:53 +03:00
Kirill Likhodedov 69d44d63bd Fixed IDEA-59641 "Git: externally commited file isn't unmarked until explicit refresh"
Introduced GitIndexChangeListener to listen to .git/index of all repositories in the project.
To avoid marking dirty, when IDEA touches .git/index (while committing, adding or else) notify GitIndexChangeListener when IDEA's operation starts and when it ends. Notification is made from GitHandler.start; several GitCommands are flagged as index modifiers.
2010-11-18 13:15:50 +03:00
peter 937cf767fa a possible JAPT fix 2010-11-18 13:04:41 +03:00
Anton Makeev 1b03a94935 maven: resolving RELEASE/LATEST versions from 'workspace' projects (IDEA-61455) 2010-11-18 12:51:41 +03:00
Anton Makeev 4d5400164e maven: smart completion suggests basic variants in maven dom 2010-11-18 12:51:39 +03:00
Kirill.Safonov 2fe5ec91a2 Export test results (IDEA-11707): escape XML chars, prepare for opening stack frames in IDE 2010-11-18 12:44:58 +03:00
anna 8672a068be hierarchy: remember chosen scope - one per all views? (IDEA-49802) 2010-11-18 12:18:51 +03:00
anna eee43e56f4 extract method: correct cast inserted 2010-11-18 12:18:51 +03:00
anna b3cfdc9e2b place caret after name identifier on class, etc creation (IDEA-61346) 2010-11-18 12:18:50 +03:00
nik 4bf477ef44 memory leak fixed 2010-11-18 11:45:38 +03:00
nik e2272243e2 IDEA-26195: Add application server library: incorrect scope 2010-11-18 10:28:24 +03:00
nik 90cfcf8186 unused file removed 2010-11-18 09:47:24 +03:00
peter 8d050f8843 more diagnostics 2010-11-18 00:42:12 +03:00
peter c75da27d81 more diagnostics 2010-11-18 00:06:47 +03:00
Dmitry Trofimov 8de272b7cc Merge branch 'master' of git.labs.intellij.net:idea/community 2010-11-17 23:16:18 +03:00
Dmitry Jemerov fac2d41b35 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-11-17 21:57:48 +03:00
Kirill.Safonov 5c74207b30 Export test results (IDEA-11707): correct encoding 2010-11-17 21:48:42 +03:00
Kirill.Safonov e84edb10c9 Export test results (IDEA-11707): correct output path in case of .ipr-stored project 2010-11-17 21:42:13 +03:00
Dmitry Jemerov c410a16705 IDEA-61426 2010-11-17 21:29:15 +03:00
peter.gromov 1dc9d6426e a more generic way to disprefer *Ex, *Impl classes and String.subSequence method 2010-11-17 21:18:06 +03:00
Kirill Kalishev ebff15c9eb Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-11-17 21:17:36 +03:00
Dmitry Trofimov cbcac2dd65 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-11-17 21:13:49 +03:00
Dmitry Jemerov e1033f64a9 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-11-17 21:08:39 +03:00
Kirill Kalishev f768dbe7e0 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-11-17 20:52:01 +03:00
Kirill Kalishev a6159adb03 IDEA-61356 Running an application with opened editor: focus is inconsistent 2010-11-17 20:51:50 +03:00
Kirill.Safonov 2ebfb3ab65 Export test results (IDEA-11707): ensure stable order in statistics 2010-11-17 20:42:11 +03:00
peter.gromov abb950a0a3 more JAPT diagnostics 2010-11-17 20:32:30 +03:00
peter.gromov ab05be3839 basic completion after new in groovy works as smart 2010-11-17 20:32:28 +03:00