Alexey Kudravtsev [Tue, 14 Sep 2010 14:39:48 +0000 (18:39 +0400)]
optimization: do not use AtomicInteger
Alexey Kudravtsev [Tue, 14 Sep 2010 14:26:10 +0000 (18:26 +0400)]
import popup fixed
anna [Tue, 14 Sep 2010 12:26:31 +0000 (16:26 +0400)]
change signature: do not change signature if signature has errors
Maxim Medvedev [Tue, 14 Sep 2010 12:51:27 +0000 (16:51 +0400)]
IDEA-58056 Convert method to clsoure intention. conflict detection
Maxim Medvedev [Tue, 14 Sep 2010 11:13:31 +0000 (15:13 +0400)]
IDEA-58056 Groovy: "Convert to method" intention: closure usages check could be added.
Maxim Medvedev [Tue, 14 Sep 2010 06:06:24 +0000 (10:06 +0400)]
IDEA-58056 Groovy: "Convert to method" intention: closure usages check could be added
Konstantin Bulenkov [Tue, 14 Sep 2010 12:37:02 +0000 (16:37 +0400)]
resolve namespaces declared as import in wsdl:types
Alexey Kudravtsev [Tue, 14 Sep 2010 12:29:10 +0000 (16:29 +0400)]
faster quickfixes: Alt-Enter shows all quickfixes available right now
Alexey Kudravtsev [Tue, 14 Sep 2010 12:27:08 +0000 (16:27 +0400)]
cleanup
Alexey Kudravtsev [Tue, 14 Sep 2010 10:15:02 +0000 (14:15 +0400)]
added "analysis has been suspended" message
irengrig [Tue, 14 Sep 2010 12:22:43 +0000 (16:22 +0400)]
IDEA-58669 Exception when Show History, no file history shown
sergey.vasiliev [Tue, 14 Sep 2010 11:55:47 +0000 (15:55 +0400)]
refactored framework libraries support
Alexey Pegov [Tue, 14 Sep 2010 12:08:59 +0000 (16:08 +0400)]
debugger combobox fixes (hide popup on enter, etc)
Oleg Shpynov [Tue, 14 Sep 2010 11:10:52 +0000 (15:10 +0400)]
Cosmetics
anna [Tue, 14 Sep 2010 11:03:39 +0000 (15:03 +0400)]
change signature: do not show dialog
irengrig [Tue, 14 Sep 2010 09:20:05 +0000 (13:20 +0400)]
git log: good speed step by step load. as is. not ready for use
irengrig [Fri, 10 Sep 2010 11:42:09 +0000 (15:42 +0400)]
git log, first *working* version with virtual table. loads and merges data, filters by committer
irengrig [Thu, 9 Sep 2010 13:22:32 +0000 (17:22 +0400)]
SVN: svn authentication test to work on Unix as well (different defaults on different OSes) .. again
Kirill Likhodedov [Tue, 14 Sep 2010 15:56:56 +0000 (19:56 +0400)]
VcsBalloonProblemNotifier: balloon can be displayed over the Version Control View now. Renamed showMe to showOverChangesView.
Kirill Likhodedov [Wed, 15 Sep 2010 11:50:30 +0000 (15:50 +0400)]
Renamed ChangesViewBalloonProblemNotifier -> VcsBalloonProblemNotifier to support balloons for Version Control View as well as for the Changes View. Moved the class to com.intellij.openapi.vcs.ui
Kirill Likhodedov [Tue, 14 Sep 2010 08:28:53 +0000 (12:28 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community
Maxim Medvedev [Tue, 14 Sep 2010 08:07:49 +0000 (12:07 +0400)]
Merge commit 'remotes/origin/master'
Maxim Medvedev [Tue, 14 Sep 2010 08:03:40 +0000 (12:03 +0400)]
Merge commit 'origin/master'
Conflicts:
plugins/groovy/src/org/jetbrains/plugins/groovy/refactoring/move/MoveGroovyClassHandler.java
plugins/groovy/src/org/jetbrains/plugins/groovy/refactoring/move/MoveGroovyClassUtil.java
Denis Zhdanov [Tue, 14 Sep 2010 07:48:15 +0000 (11:48 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance
1. Fold regions processing logic is not activated in case soft wraps are disabled;
2. Minor refactorings;
3. Javadocs are added;
Denis Zhdanov [Tue, 14 Sep 2010 07:26:55 +0000 (11:26 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance
Added additional check for situation with complete text removal
Denis Zhdanov [Mon, 13 Sep 2010 14:39:39 +0000 (18:39 +0400)]
IDEA-58606 Unable to select text from caret to the end of line with SHIFT+DOWN arrow if caret is placed at last line
Added ability to select 'to the document end' and 'to the document start' if caret is moved beyond the document boundaries
Alexey Gopachenko [Mon, 13 Sep 2010 20:46:12 +0000 (00:46 +0400)]
PHP HTML injection
Kirill Kalishev [Mon, 13 Sep 2010 19:34:43 +0000 (23:34 +0400)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community
Kirill Kalishev [Mon, 13 Sep 2010 19:30:39 +0000 (23:30 +0400)]
hints restyling - a
Eugene Zhuravlev [Mon, 13 Sep 2010 18:57:13 +0000 (22:57 +0400)]
debugger: fix views frequent rebuilds because of thread events
Eugene Zhuravlev [Mon, 13 Sep 2010 17:39:53 +0000 (21:39 +0400)]
adjust position for non-anonymous classes only
Kirill Kalishev [Mon, 13 Sep 2010 18:59:52 +0000 (22:59 +0400)]
hints restyling - hr
Dmitry Jemerov [Mon, 13 Sep 2010 12:57:36 +0000 (16:57 +0400)]
optimize PsiTreeUtil.getStubOrPsiParent()
Dmitry Jemerov [Mon, 13 Sep 2010 11:20:31 +0000 (15:20 +0400)]
refactor "create directory or package" action for better reusability
Dmitry Jemerov [Fri, 10 Sep 2010 16:52:39 +0000 (20:52 +0400)]
revive -Didea.platform.prefix=Platform a little bit
Dmitry Jemerov [Fri, 10 Sep 2010 16:51:40 +0000 (20:51 +0400)]
@NotNull
peter [Mon, 13 Sep 2010 16:13:36 +0000 (17:13 +0100)]
denis claims this will stop the tests from hanging
peter [Mon, 13 Sep 2010 15:42:35 +0000 (16:42 +0100)]
Revert " IDEA-57867 Package declaration not updated when Groovy class is moved"
This reverts commit
8e66303be157fe64df559c91a1e1dc51036fbede.
Anton Makeev [Mon, 13 Sep 2010 09:22:42 +0000 (13:22 +0400)]
cidr-formatter: fixes + code sample
Denis Zhdanov [Mon, 13 Sep 2010 13:21:20 +0000 (17:21 +0400)]
IDEA-58625 Exception on paste
Incremental update of soft wraps cache is corrected
Maxim Medvedev [Mon, 13 Sep 2010 13:14:35 +0000 (17:14 +0400)]
test fix
Maxim Medvedev [Mon, 13 Sep 2010 12:16:29 +0000 (16:16 +0400)]
IDEA-58055 Groovy: ArrayIndexOutOfBoundsException at GroovyPsiElementFactoryImpl.createMethodFromText() on "Convert to method" intention applied to closure with explicit type
Konstantin Bulenkov [Mon, 13 Sep 2010 12:51:04 +0000 (16:51 +0400)]
Support import in wsdl
Alexey Kudravtsev [Mon, 13 Sep 2010 12:28:31 +0000 (16:28 +0400)]
green light is back
Alexey Pegov [Mon, 13 Sep 2010 12:28:27 +0000 (16:28 +0400)]
additional check to show EditorTextField border under Aqua LaF only if it isOneLineMode
nik [Mon, 13 Sep 2010 12:23:13 +0000 (16:23 +0400)]
quick fix for IDEA-58475: Impossible to add new ApplicationServer
Alexey Kudravtsev [Mon, 13 Sep 2010 12:10:27 +0000 (16:10 +0400)]
annoying green-to-red icon color change fixed
anna [Mon, 13 Sep 2010 11:44:24 +0000 (15:44 +0400)]
envs should not reuse one map
anna [Mon, 13 Sep 2010 09:57:16 +0000 (13:57 +0400)]
move params
Eugene Kudelevsky [Mon, 13 Sep 2010 11:40:44 +0000 (15:40 +0400)]
move IntelliLang-js to ultimate sources
Denis Zhdanov [Mon, 13 Sep 2010 11:03:51 +0000 (15:03 +0400)]
IDEA-58625 Exception on paste
Defined prioritized document listeners order in one place
Maxim Medvedev [Mon, 13 Sep 2010 10:10:53 +0000 (14:10 +0400)]
Merge commit 'remotes/origin/master'
Maxim Medvedev [Mon, 13 Sep 2010 10:09:30 +0000 (14:09 +0400)]
IDEA-57865 Groovy method name with a single dollar sign is treated as error
Maxim Medvedev [Mon, 13 Sep 2010 08:50:53 +0000 (12:50 +0400)]
IDEA-57513 dynamic methods for groovy enums
Maxim Medvedev [Mon, 13 Sep 2010 08:23:20 +0000 (12:23 +0400)]
IDEA-57867 Package declaration not updated when Groovy class is moved
Denis Zhdanov [Mon, 13 Sep 2010 07:26:29 +0000 (11:26 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance
Avoiding IndexOutOfBounds on incremental soft wraps cache recalculations
Denis Zhdanov [Mon, 13 Sep 2010 07:02:57 +0000 (11:02 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance
1. Added @NotNull;
2. Corrected 'dirty region' upper bound on complete document recalculation;
Denis Zhdanov [Mon, 13 Sep 2010 06:35:17 +0000 (10:35 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance
Added incremental soft wraps cache update on document change
Kirill Likhodedov [Mon, 13 Sep 2010 06:31:12 +0000 (10:31 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community
Denis Zhdanov [Thu, 9 Sep 2010 14:18:22 +0000 (18:18 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance
Added incremental soft wraps cache update on document change
Denis Zhdanov [Thu, 9 Sep 2010 07:24:15 +0000 (11:24 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance
1. Added support for fold regions addition, expansion, collapsing;
2. Refactoring -> moved a lot of inner classes to top level;
Denis Zhdanov [Wed, 8 Sep 2010 10:26:11 +0000 (14:26 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance
Repackaging
Denis Zhdanov [Wed, 8 Sep 2010 10:19:08 +0000 (14:19 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance
Fast document dimensions mapping algorithm is introduced
Bas Leijdekkers [Sun, 12 Sep 2010 20:33:32 +0000 (22:33 +0200)]
fix another "reverse direction of for loop" bug
Eugene.Kudelevsky [Sun, 12 Sep 2010 20:05:21 +0000 (00:05 +0400)]
remove IntelliLang-js from community edition
Maxim.Mossienko [Sun, 12 Sep 2010 13:17:59 +0000 (17:17 +0400)]
fix compile
Maxim Medvedev [Sun, 12 Sep 2010 11:40:01 +0000 (15:40 +0400)]
Merge commit 'origin/master'
Maxim Medvedev [Sun, 12 Sep 2010 11:26:24 +0000 (15:26 +0400)]
Merge commit 'remotes/origin/master'
Maxim Medvedev [Sun, 12 Sep 2010 11:20:00 +0000 (15:20 +0400)]
IDEA-57833 ask for change return type of method or type of variable
Kirill Kalishev [Sun, 12 Sep 2010 10:35:44 +0000 (14:35 +0400)]
merging of editor tooltip changes - 3
Maxim Medvedev [Sun, 12 Sep 2010 09:45:35 +0000 (13:45 +0400)]
IDEA-57833 Groovy/Grails Refactoring Map to class. Change return type of method if map is returned from it
Kirill Kalishev [Sun, 12 Sep 2010 09:38:03 +0000 (13:38 +0400)]
merging of editor tooltip changes - 2
Kirill Kalishev [Sun, 12 Sep 2010 09:26:27 +0000 (13:26 +0400)]
merging of editor tooltip changes
Maxim Medvedev [Sun, 12 Sep 2010 08:05:59 +0000 (12:05 +0400)]
Searching for exit points and returned expressions from method
Bas Leijdekkers [Sun, 12 Sep 2010 07:26:43 +0000 (09:26 +0200)]
IDEA-55747 (Reverse direction of for loop produce wrong code)
Maxim Medvedev [Sat, 11 Sep 2010 08:37:16 +0000 (12:37 +0400)]
IDEA-57833 Groovy/Grails Refactoring Map to class
Bas Leijdekkers [Fri, 10 Sep 2010 20:28:47 +0000 (22:28 +0200)]
EA-21903 (NPE: ExpressionUtils.computeConstantExpression)
peter [Fri, 10 Sep 2010 19:48:03 +0000 (20:48 +0100)]
the declared return type should be taken into account
peter [Fri, 10 Sep 2010 19:30:40 +0000 (20:30 +0100)]
don't infer groovy++ return types
peter [Fri, 10 Sep 2010 15:48:38 +0000 (16:48 +0100)]
no paired brace insertion => no overtype in plain text
Maxim Medvedev [Fri, 10 Sep 2010 18:41:31 +0000 (22:41 +0400)]
test fix
Kirill Kalishev [Fri, 10 Sep 2010 17:52:36 +0000 (21:52 +0400)]
hint tooltips - graphite
anna [Fri, 10 Sep 2010 16:27:33 +0000 (20:27 +0400)]
cs: hide box
anna [Fri, 10 Sep 2010 14:49:29 +0000 (18:49 +0400)]
cs: skip return value changes for private methods
Maxim.Mossienko [Fri, 10 Sep 2010 17:10:09 +0000 (21:10 +0400)]
At Caret removed
Eugene Zhuravlev [Fri, 10 Sep 2010 16:50:14 +0000 (20:50 +0400)]
performanceL: targets list caching
Eugene Kudelevsky [Fri, 10 Sep 2010 16:23:15 +0000 (20:23 +0400)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community
Alexey Pegov [Fri, 10 Sep 2010 15:49:49 +0000 (19:49 +0400)]
EditorTextField border & focus under Aqua LaF
Maxim Medvedev [Fri, 10 Sep 2010 15:22:54 +0000 (19:22 +0400)]
IDEA-57510 reference resolve: class vs property getter
Eugene Kudelevsky [Fri, 10 Sep 2010 14:58:07 +0000 (18:58 +0400)]
EA-21690 fix assertion
Maxim Medvedev [Fri, 10 Sep 2010 14:21:55 +0000 (18:21 +0400)]
IDEA-57752 "Rename to Java" Description Incorrect
Dmitry Jemerov [Fri, 10 Sep 2010 12:55:43 +0000 (16:55 +0400)]
remove bogus indent > 0 check
Kirill Likhodedov [Fri, 10 Sep 2010 13:47:09 +0000 (17:47 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community
anna [Fri, 10 Sep 2010 13:43:39 +0000 (17:43 +0400)]
cs: detect delete group; tests
Anton Makeev [Fri, 10 Sep 2010 13:08:21 +0000 (17:08 +0400)]
psi util: @nullables
Anton Makeev [Fri, 10 Sep 2010 12:44:37 +0000 (16:44 +0400)]
cidr-formatter: braces
Anton Makeev [Wed, 8 Sep 2010 10:01:56 +0000 (14:01 +0400)]
cidr-formatter: alignment groups
Dmitry Avdeev [Fri, 10 Sep 2010 12:04:53 +0000 (16:04 +0400)]
getHandler() fixed
Kirill.Safonov [Fri, 10 Sep 2010 12:29:34 +0000 (16:29 +0400)]
restore JavaMethodDescriptor.getReturnTypeText() method so it can be overridden by change signature detector
Kirill.Safonov [Thu, 9 Sep 2010 11:21:24 +0000 (15:21 +0400)]
Change Signature dialog: more prompt errors/warnings reporting