idea/community.git
13 years agooptimization: do not use AtomicInteger
Alexey Kudravtsev [Tue, 14 Sep 2010 14:39:48 +0000 (18:39 +0400)]
optimization: do not use AtomicInteger

13 years agoimport popup fixed
Alexey Kudravtsev [Tue, 14 Sep 2010 14:26:10 +0000 (18:26 +0400)]
import popup fixed

13 years agochange signature: do not change signature if signature has errors
anna [Tue, 14 Sep 2010 12:26:31 +0000 (16:26 +0400)]
change signature: do not change signature if signature has errors

13 years ago IDEA-58056 Convert method to clsoure intention. conflict detection
Maxim Medvedev [Tue, 14 Sep 2010 12:51:27 +0000 (16:51 +0400)]
 IDEA-58056   Convert method to clsoure intention. conflict detection

13 years ago IDEA-58056 Groovy: "Convert to method" intention: closure usages check could...
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.

13 years ago IDEA-58056 Groovy: "Convert to method" intention: closure usages check could...
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

13 years agoresolve namespaces declared as import in wsdl:types
Konstantin Bulenkov [Tue, 14 Sep 2010 12:37:02 +0000 (16:37 +0400)]
resolve namespaces declared as import in wsdl:types

13 years agofaster quickfixes: Alt-Enter shows all quickfixes available right now
Alexey Kudravtsev [Tue, 14 Sep 2010 12:29:10 +0000 (16:29 +0400)]
faster quickfixes: Alt-Enter shows all quickfixes available right now

13 years agocleanup
Alexey Kudravtsev [Tue, 14 Sep 2010 12:27:08 +0000 (16:27 +0400)]
cleanup

13 years agoadded "analysis has been suspended" message
Alexey Kudravtsev [Tue, 14 Sep 2010 10:15:02 +0000 (14:15 +0400)]
added "analysis has been suspended" message

13 years agoIDEA-58669 Exception when Show History, no file history shown
irengrig [Tue, 14 Sep 2010 12:22:43 +0000 (16:22 +0400)]
IDEA-58669 Exception when Show History, no file history shown

13 years agorefactored framework libraries support
sergey.vasiliev [Tue, 14 Sep 2010 11:55:47 +0000 (15:55 +0400)]
refactored framework libraries support

13 years agodebugger combobox fixes (hide popup on enter, etc)
Alexey Pegov [Tue, 14 Sep 2010 12:08:59 +0000 (16:08 +0400)]
debugger combobox fixes (hide popup on enter, etc)

13 years agoCosmetics
Oleg Shpynov [Tue, 14 Sep 2010 11:10:52 +0000 (15:10 +0400)]
Cosmetics

13 years agochange signature: do not show dialog
anna [Tue, 14 Sep 2010 11:03:39 +0000 (15:03 +0400)]
change signature: do not show dialog

13 years agogit log: good speed step by step load. as is. not ready for use
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

13 years agogit log, first *working* version with virtual table. loads and merges data, filters...
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

13 years agoSVN: svn authentication test to work on Unix as well (different defaults on different...
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

13 years agoVcsBalloonProblemNotifier: balloon can be displayed over the Version Control View...
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.

13 years agoRenamed ChangesViewBalloonProblemNotifier -> VcsBalloonProblemNotifier to support...
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

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Kirill Likhodedov [Tue, 14 Sep 2010 08:28:53 +0000 (12:28 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agoMerge commit 'remotes/origin/master'
Maxim Medvedev [Tue, 14 Sep 2010 08:07:49 +0000 (12:07 +0400)]
Merge commit 'remotes/origin/master'

13 years agoMerge commit '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

13 years agoIDEA-58070 Soft wrap: Improve soft wraps performance
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;

13 years agoIDEA-58070 Soft wrap: Improve soft wraps performance
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

13 years agoIDEA-58606 Unable to select text from caret to the end of line with SHIFT+DOWN arrow...
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

13 years agoPHP HTML injection cidr/96.1167 pycharm/96.1165
Alexey Gopachenko [Mon, 13 Sep 2010 20:46:12 +0000 (00:46 +0400)]
PHP HTML injection

13 years agoMerge branch 'master' of git@git.labs.intellij.net:idea/community
Kirill Kalishev [Mon, 13 Sep 2010 19:34:43 +0000 (23:34 +0400)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community

13 years agohints restyling - a
Kirill Kalishev [Mon, 13 Sep 2010 19:30:39 +0000 (23:30 +0400)]
hints restyling - a

13 years agodebugger: fix views frequent rebuilds because of thread events
Eugene Zhuravlev [Mon, 13 Sep 2010 18:57:13 +0000 (22:57 +0400)]
debugger: fix views frequent rebuilds because of thread events

13 years agoadjust position for non-anonymous classes only
Eugene Zhuravlev [Mon, 13 Sep 2010 17:39:53 +0000 (21:39 +0400)]
adjust position for non-anonymous classes only

13 years agohints restyling - hr
Kirill Kalishev [Mon, 13 Sep 2010 18:59:52 +0000 (22:59 +0400)]
hints restyling - hr

13 years agooptimize PsiTreeUtil.getStubOrPsiParent() pycharm/96.1163
Dmitry Jemerov [Mon, 13 Sep 2010 12:57:36 +0000 (16:57 +0400)]
optimize PsiTreeUtil.getStubOrPsiParent()

13 years agorefactor "create directory or package" action for better reusability
Dmitry Jemerov [Mon, 13 Sep 2010 11:20:31 +0000 (15:20 +0400)]
refactor "create directory or package" action for better reusability

13 years agorevive -Didea.platform.prefix=Platform a little bit
Dmitry Jemerov [Fri, 10 Sep 2010 16:52:39 +0000 (20:52 +0400)]
revive -Didea.platform.prefix=Platform a little bit

13 years ago@NotNull
Dmitry Jemerov [Fri, 10 Sep 2010 16:51:40 +0000 (20:51 +0400)]
@NotNull

13 years agodenis claims this will stop the tests from hanging
peter [Mon, 13 Sep 2010 16:13:36 +0000 (17:13 +0100)]
denis claims this will stop the tests from hanging

13 years agoRevert " IDEA-57867 Package declaration not updated when Groovy class is moved" idea/96.1162
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.

13 years agocidr-formatter: fixes + code sample
Anton Makeev [Mon, 13 Sep 2010 09:22:42 +0000 (13:22 +0400)]
cidr-formatter: fixes + code sample

13 years agoIDEA-58625 Exception on paste
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

13 years agotest fix
Maxim Medvedev [Mon, 13 Sep 2010 13:14:35 +0000 (17:14 +0400)]
test fix

13 years ago IDEA-58055 Groovy: ArrayIndexOutOfBoundsException at GroovyPsiElementFactoryImpl...
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

13 years agoSupport import in wsdl
Konstantin Bulenkov [Mon, 13 Sep 2010 12:51:04 +0000 (16:51 +0400)]
Support import in wsdl

13 years agogreen light is back
Alexey Kudravtsev [Mon, 13 Sep 2010 12:28:31 +0000 (16:28 +0400)]
green light is back

13 years agoadditional check to show EditorTextField border under Aqua LaF only if it isOneLineMode
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

13 years agoquick fix for IDEA-58475: Impossible to add new ApplicationServer
nik [Mon, 13 Sep 2010 12:23:13 +0000 (16:23 +0400)]
quick fix for IDEA-58475: Impossible to add new ApplicationServer

13 years agoannoying green-to-red icon color change fixed
Alexey Kudravtsev [Mon, 13 Sep 2010 12:10:27 +0000 (16:10 +0400)]
annoying green-to-red icon color change fixed

13 years agoenvs should not reuse one map
anna [Mon, 13 Sep 2010 11:44:24 +0000 (15:44 +0400)]
envs should not reuse one map

13 years agomove params
anna [Mon, 13 Sep 2010 09:57:16 +0000 (13:57 +0400)]
move params

13 years agomove IntelliLang-js to ultimate sources
Eugene Kudelevsky [Mon, 13 Sep 2010 11:40:44 +0000 (15:40 +0400)]
move IntelliLang-js to ultimate sources

13 years agoIDEA-58625 Exception on paste
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

13 years agoMerge commit 'remotes/origin/master'
Maxim Medvedev [Mon, 13 Sep 2010 10:10:53 +0000 (14:10 +0400)]
Merge commit 'remotes/origin/master'

13 years ago IDEA-57865 Groovy method name with a single dollar sign is treated as error
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

13 years agoIDEA-57513 dynamic methods for groovy enums
Maxim Medvedev [Mon, 13 Sep 2010 08:50:53 +0000 (12:50 +0400)]
IDEA-57513 dynamic methods for groovy enums

13 years ago IDEA-57867 Package declaration not updated when Groovy class is moved
Maxim Medvedev [Mon, 13 Sep 2010 08:23:20 +0000 (12:23 +0400)]
 IDEA-57867    Package declaration not updated when Groovy class is moved

13 years agoIDEA-58070 Soft wrap: Improve soft wraps performance
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

13 years agoIDEA-58070 Soft wrap: Improve soft wraps performance
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;

13 years agoIDEA-58070 Soft wrap: Improve soft wraps performance
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

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Kirill Likhodedov [Mon, 13 Sep 2010 06:31:12 +0000 (10:31 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agoIDEA-58070 Soft wrap: Improve soft wraps performance
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

13 years agoIDEA-58070 Soft wrap: Improve soft wraps performance
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;

13 years agoIDEA-58070 Soft wrap: Improve soft wraps performance
Denis Zhdanov [Wed, 8 Sep 2010 10:26:11 +0000 (14:26 +0400)]
IDEA-58070 Soft wrap: Improve soft wraps performance

Repackaging

13 years agoIDEA-58070 Soft wrap: Improve soft wraps performance
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

13 years agofix another "reverse direction of for loop" bug cidr/96.1158 pycharm/96.1156 rubymine/96.1157
Bas Leijdekkers [Sun, 12 Sep 2010 20:33:32 +0000 (22:33 +0200)]
fix another "reverse direction of for loop" bug

13 years agoremove IntelliLang-js from community edition
Eugene.Kudelevsky [Sun, 12 Sep 2010 20:05:21 +0000 (00:05 +0400)]
remove IntelliLang-js from community edition

13 years agofix compile
Maxim.Mossienko [Sun, 12 Sep 2010 13:17:59 +0000 (17:17 +0400)]
fix compile

13 years agoMerge commit 'origin/master'
Maxim Medvedev [Sun, 12 Sep 2010 11:40:01 +0000 (15:40 +0400)]
Merge commit 'origin/master'

13 years agoMerge commit 'remotes/origin/master'
Maxim Medvedev [Sun, 12 Sep 2010 11:26:24 +0000 (15:26 +0400)]
Merge commit 'remotes/origin/master'

13 years ago IDEA-57833 ask for change return type of method or type of variable
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

13 years agomerging of editor tooltip changes - 3
Kirill Kalishev [Sun, 12 Sep 2010 10:35:44 +0000 (14:35 +0400)]
merging of editor tooltip changes - 3

13 years ago IDEA-57833 Groovy/Grails Refactoring Map to class. Change return type of method...
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

13 years agomerging of editor tooltip changes - 2
Kirill Kalishev [Sun, 12 Sep 2010 09:38:03 +0000 (13:38 +0400)]
merging of editor tooltip changes - 2

13 years agomerging of editor tooltip changes
Kirill Kalishev [Sun, 12 Sep 2010 09:26:27 +0000 (13:26 +0400)]
merging of editor tooltip changes

13 years agoSearching for exit points and returned expressions from method
Maxim Medvedev [Sun, 12 Sep 2010 08:05:59 +0000 (12:05 +0400)]
Searching for exit points and returned expressions from method

13 years agoIDEA-55747 (Reverse direction of for loop produce wrong code)
Bas Leijdekkers [Sun, 12 Sep 2010 07:26:43 +0000 (09:26 +0200)]
IDEA-55747 (Reverse direction of for loop produce wrong code)

13 years ago IDEA-57833 Groovy/Grails Refactoring Map to class
Maxim Medvedev [Sat, 11 Sep 2010 08:37:16 +0000 (12:37 +0400)]
 IDEA-57833    Groovy/Grails Refactoring Map to class

13 years agoEA-21903 (NPE: ExpressionUtils.computeConstantExpression) cidr/96.1149 idea/96.1154 pycharm/96.1151 rubymine/96.1152
Bas Leijdekkers [Fri, 10 Sep 2010 20:28:47 +0000 (22:28 +0200)]
EA-21903 (NPE: ExpressionUtils.computeConstantExpression)

13 years agothe declared return type should be taken into account
peter [Fri, 10 Sep 2010 19:48:03 +0000 (20:48 +0100)]
the declared return type should be taken into account

13 years agodon't infer groovy++ return types
peter [Fri, 10 Sep 2010 19:30:40 +0000 (20:30 +0100)]
don't infer groovy++ return types

13 years agono paired brace insertion => no overtype in plain text
peter [Fri, 10 Sep 2010 15:48:38 +0000 (16:48 +0100)]
no paired brace insertion => no overtype in plain text

13 years agotest fix
Maxim Medvedev [Fri, 10 Sep 2010 18:41:31 +0000 (22:41 +0400)]
test fix

13 years agohint tooltips - graphite
Kirill Kalishev [Fri, 10 Sep 2010 17:52:36 +0000 (21:52 +0400)]
hint tooltips - graphite

13 years agocs: hide box
anna [Fri, 10 Sep 2010 16:27:33 +0000 (20:27 +0400)]
cs: hide box

13 years agocs: skip return value changes for private methods
anna [Fri, 10 Sep 2010 14:49:29 +0000 (18:49 +0400)]
cs: skip return value changes for private methods

13 years agoAt Caret removed
Maxim.Mossienko [Fri, 10 Sep 2010 17:10:09 +0000 (21:10 +0400)]
At Caret removed

13 years agoperformanceL: targets list caching
Eugene Zhuravlev [Fri, 10 Sep 2010 16:50:14 +0000 (20:50 +0400)]
performanceL: targets list caching

13 years agoMerge branch 'master' of git@git.labs.intellij.net:idea/community cidr/96.1148
Eugene Kudelevsky [Fri, 10 Sep 2010 16:23:15 +0000 (20:23 +0400)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community

13 years agoEditorTextField border & focus under Aqua LaF
Alexey Pegov [Fri, 10 Sep 2010 15:49:49 +0000 (19:49 +0400)]
EditorTextField border & focus under Aqua LaF

13 years ago IDEA-57510 reference resolve: class vs property getter rubymine/96.1146
Maxim Medvedev [Fri, 10 Sep 2010 15:22:54 +0000 (19:22 +0400)]
 IDEA-57510    reference resolve: class vs property getter

13 years agoEA-21690 fix assertion
Eugene Kudelevsky [Fri, 10 Sep 2010 14:58:07 +0000 (18:58 +0400)]
EA-21690 fix assertion

13 years ago IDEA-57752 "Rename to Java" Description Incorrect cidr/96.1144 rubymine/96.1145
Maxim Medvedev [Fri, 10 Sep 2010 14:21:55 +0000 (18:21 +0400)]
 IDEA-57752    "Rename to Java" Description Incorrect

13 years agoremove bogus indent > 0 check cidr/96.1143 pycharm/96.1142
Dmitry Jemerov [Fri, 10 Sep 2010 12:55:43 +0000 (16:55 +0400)]
remove bogus indent > 0 check

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Kirill Likhodedov [Fri, 10 Sep 2010 13:47:09 +0000 (17:47 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agocs: detect delete group; tests
anna [Fri, 10 Sep 2010 13:43:39 +0000 (17:43 +0400)]
cs: detect delete group; tests

13 years agopsi util: @nullables rubymine/96.1140
Anton Makeev [Fri, 10 Sep 2010 13:08:21 +0000 (17:08 +0400)]
psi util: @nullables

13 years agocidr-formatter: braces
Anton Makeev [Fri, 10 Sep 2010 12:44:37 +0000 (16:44 +0400)]
cidr-formatter: braces

13 years agocidr-formatter: alignment groups
Anton Makeev [Wed, 8 Sep 2010 10:01:56 +0000 (14:01 +0400)]
cidr-formatter: alignment groups

13 years agogetHandler() fixed cidr/96.1139
Dmitry Avdeev [Fri, 10 Sep 2010 12:04:53 +0000 (16:04 +0400)]
getHandler() fixed

13 years agorestore JavaMethodDescriptor.getReturnTypeText() method so it can be overridden by...
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

13 years agoChange Signature dialog: more prompt errors/warnings reporting
Kirill.Safonov [Thu, 9 Sep 2010 11:21:24 +0000 (15:21 +0400)]
Change Signature dialog: more prompt errors/warnings reporting