idea/community.git
12 years agofix problem with visibility to avoid compilation problem
Maxim.Mossienko [Thu, 16 Sep 2010 12:21:51 +0000 (16:21 +0400)]
fix problem with visibility to avoid compilation problem

12 years agorollback incorrect change
Eugene Zhuravlev [Thu, 16 Sep 2010 12:11:34 +0000 (16:11 +0400)]
rollback incorrect change

12 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Kirill Likhodedov [Thu, 16 Sep 2010 10:41:54 +0000 (14:41 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community

12 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Alexey Pegov [Thu, 16 Sep 2010 10:38:16 +0000 (14:38 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community

12 years agofix java.awt.Color preview in quickDoc for some cases
Alexey Pegov [Thu, 16 Sep 2010 10:37:42 +0000 (14:37 +0400)]
fix java.awt.Color preview in quickDoc for some cases

12 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Kirill Likhodedov [Thu, 16 Sep 2010 10:37:40 +0000 (14:37 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community

12 years agoGitHistoryUtils: additional handling of empty history; modified the error message...
Kirill Likhodedov [Thu, 16 Sep 2010 10:36:32 +0000 (14:36 +0400)]
GitHistoryUtils: additional handling of empty history; modified the error message text.

12 years agomore duplicated shortcuts replaced by 'use-shortcut-of' attribute
nik [Thu, 16 Sep 2010 10:35:33 +0000 (14:35 +0400)]
more duplicated shortcuts replaced by 'use-shortcut-of' attribute

12 years agomore duplicated shortcuts replaced by 'use-shortcut-of' attribute
nik [Thu, 16 Sep 2010 09:42:43 +0000 (13:42 +0400)]
more duplicated shortcuts replaced by 'use-shortcut-of' attribute

12 years agoui: 'empty text' refactored (remainders)
Anton Makeev [Wed, 15 Sep 2010 14:09:18 +0000 (18:09 +0400)]
ui: 'empty text' refactored (remainders)

12 years agoui: 'empty text' refactored
Anton Makeev [Wed, 15 Sep 2010 13:57:35 +0000 (17:57 +0400)]
ui: 'empty text' refactored

12 years agomaven: npe in project wizard
Anton Makeev [Wed, 15 Sep 2010 13:36:58 +0000 (17:36 +0400)]
maven: npe in project wizard

12 years agoIDEA-58664 Blank Lines Before method body also appear inside try/catch/finally's {}
Denis Zhdanov [Thu, 16 Sep 2010 09:10:34 +0000 (13:10 +0400)]
IDEA-58664 Blank Lines Before method body also appear inside try/catch/finally's {}

Refined appliance conditions for 'blank lines before method body' setting

12 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Kirill Likhodedov [Thu, 16 Sep 2010 08:57:15 +0000 (12:57 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community

Conflicts:
java/debugger/impl/src/com/intellij/debugger/ui/FramesPanel.java

12 years agotests fixed and some duplicated shortcuts replaced by 'use-shortcut-of' attribute
nik [Thu, 16 Sep 2010 08:21:10 +0000 (12:21 +0400)]
tests fixed and some duplicated shortcuts replaced by 'use-shortcut-of' attribute

12 years agofixed breakpoint properties panel jumping
nik [Thu, 16 Sep 2010 06:32:02 +0000 (10:32 +0400)]
fixed breakpoint properties panel jumping

12 years agoIDEA-58768 (Minor problem with "serialVersionUID" inspection)
Bas Leijdekkers [Thu, 16 Sep 2010 08:10:01 +0000 (10:10 +0200)]
IDEA-58768 (Minor problem with "serialVersionUID" inspection)

12 years agoUpdated version of the test source file.
Alexey [Thu, 16 Sep 2010 07:57:25 +0000 (11:57 +0400)]
Updated version  of the test source file.

12 years agoUpdated version of the "conditionalOperatorConvertor" sample plugin.
Alexey [Wed, 15 Sep 2010 11:09:21 +0000 (15:09 +0400)]
Updated version  of the "conditionalOperatorConvertor" sample plugin.

12 years agoEA-21828 - SOE: DefaultEditorTextRepresentationHelper.textWidth
Denis Zhdanov [Thu, 16 Sep 2010 07:51:46 +0000 (11:51 +0400)]
EA-21828 - SOE: DefaultEditorTextRepresentationHelper.textWidth

12 years agoEA-21651 - IAE: VisualPosition.<init>
Denis Zhdanov [Thu, 16 Sep 2010 07:46:30 +0000 (11:46 +0400)]
EA-21651 - IAE: VisualPosition.<init>

Added additional check for keeping scrolling offsets in bounds

12 years agoEA-22010 - AIOOBE: OffsetToLogicalCalculationStrategy$1.compute
Denis Zhdanov [Thu, 16 Sep 2010 07:39:08 +0000 (11:39 +0400)]
EA-22010 - AIOOBE: OffsetToLogicalCalculationStrategy$1.compute

Incremental update of soft wraps cache is corrected

12 years agoEA-22022 - SOE: ConcurrentHashMap.get
Denis Zhdanov [Thu, 16 Sep 2010 06:35:23 +0000 (10:35 +0400)]
EA-22022 - SOE: ConcurrentHashMap.get

Added check for situation when the document is being disposed (visible lines count is zero)

12 years agoif invoked explicitly, groovy optimize imports should work outside source folders... cidr/96.1188 idea/96.1185 pycharm/96.1186 rubymine/96.1187
peter [Wed, 15 Sep 2010 22:30:16 +0000 (23:30 +0100)]
if invoked explicitly, groovy optimize imports should work outside source folders (IDEA-57333)

12 years agoallow line feeds before groovy class braces (IDEA-56991)
peter [Wed, 15 Sep 2010 22:25:46 +0000 (23:25 +0100)]
allow line feeds before groovy class braces (IDEA-56991)

12 years agounder USER_HOME, prefer storing paths relatively MODULE_DIR unless the common ancesto...
peter [Wed, 15 Sep 2010 22:05:16 +0000 (23:05 +0100)]
under USER_HOME, prefer storing paths relatively MODULE_DIR unless the common ancestor is USER_HOME itself (IDEA-58205, IDEA-58057)

12 years agoIDEA-58604 smart completion for class name renders double package label
peter [Wed, 15 Sep 2010 21:37:31 +0000 (22:37 +0100)]
IDEA-58604 smart completion for class name renders double package label

12 years agodon't try to preserve indentation when pasting single-line fragment (PY-1815)
Dmitry Jemerov [Wed, 15 Sep 2010 17:29:06 +0000 (21:29 +0400)]
don't try to preserve indentation when pasting single-line fragment (PY-1815)

12 years agohide empty "Conditions" panel
Dmitry Jemerov [Wed, 15 Sep 2010 15:43:00 +0000 (19:43 +0400)]
hide empty "Conditions" panel

12 years agorefactor Create Package to make sure undo works correctly (PY-1829)
Dmitry Jemerov [Wed, 15 Sep 2010 13:40:35 +0000 (17:40 +0400)]
refactor Create Package to make sure undo works correctly (PY-1829)

12 years agogray color for the separator
Eugene Zhuravlev [Wed, 15 Sep 2010 16:57:23 +0000 (20:57 +0400)]
gray color for the separator

12 years agounused action removed; actually its functionality moved to KillServerAction cidr/96.1184
nik [Wed, 15 Sep 2010 15:54:26 +0000 (19:54 +0400)]
unused action removed; actually its functionality moved to KillServerAction

12 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Alexey Pegov [Wed, 15 Sep 2010 15:51:39 +0000 (19:51 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community

12 years agoalready disposed on library add & remove w/o apply in project structure
Alexey Pegov [Wed, 15 Sep 2010 15:51:08 +0000 (19:51 +0400)]
already disposed on library add & remove w/o apply in project structure

12 years agoseparators in filtered frames list
Eugene Zhuravlev [Wed, 15 Sep 2010 15:47:06 +0000 (19:47 +0400)]
separators in filtered frames list

12 years agoTypeElement in declarator, type- quickfixes
Alexander Kirillin [Wed, 15 Sep 2010 15:44:57 +0000 (19:44 +0400)]
TypeElement in declarator, type- quickfixes

12 years agoChange result of GrMethod.getNamedParametersArray() to String[].
Sergey Evdokimov [Wed, 15 Sep 2010 15:39:44 +0000 (19:39 +0400)]
Change result of GrMethod.getNamedParametersArray() to String[].

12 years ago[Git] GitHistoryUtils Refactoring: using LowLevelRevisionDetails structure for storin...
Kirill Likhodedov [Wed, 15 Sep 2010 15:27:48 +0000 (19:27 +0400)]
[Git] GitHistoryUtils Refactoring: using LowLevelRevisionDetails structure for storing revision information instead of  List of Strings. Added several checks for illegal or absent data to avoid rough failings of plugin functionality

12 years agomerged 'add existing library' and 'add new library' actions in classpath editor
nik [Wed, 15 Sep 2010 14:49:53 +0000 (18:49 +0400)]
merged 'add existing library' and 'add new library' actions in classpath editor

12 years agoIDEA-55782 Python: Reformat breaks long lines incorrectly
Denis Zhdanov [Wed, 15 Sep 2010 14:38:16 +0000 (18:38 +0400)]
IDEA-55782 Python: Reformat breaks long lines incorrectly

Added additional check that helps at least during file templates processing

12 years agoGroovyCompilerExtension.getCompilationUnitPatchers() must call in Read access context.
Sergey Evdokimov [Wed, 15 Sep 2010 13:55:07 +0000 (17:55 +0400)]
GroovyCompilerExtension.getCompilationUnitPatchers() must call in Read access context.

12 years agoIDEA-58469: On new module creation with facet selecting, project/module/global librar...
Dmitry Avdeev [Wed, 15 Sep 2010 13:35:34 +0000 (17:35 +0400)]
IDEA-58469: On new module creation with facet selecting, project/module/global library is not created from the downloaded jars

12 years agofile structure dialog speed search match highlighting
Alexey Pegov [Wed, 15 Sep 2010 13:18:51 +0000 (17:18 +0400)]
file structure dialog speed search match highlighting

12 years agoIDEA-55782 Python: Reformat breaks long lines incorrectly
Denis Zhdanov [Wed, 15 Sep 2010 13:07:00 +0000 (17:07 +0400)]
IDEA-55782 Python: Reformat breaks long lines incorrectly

Added option to wrap long lines remained after reformatting

12 years agoIDEA-55782 Python: Reformat breaks long lines incorrectly
Denis Zhdanov [Wed, 15 Sep 2010 09:00:53 +0000 (13:00 +0400)]
IDEA-55782 Python: Reformat breaks long lines incorrectly

Added ability to wrap long lines

12 years agoMake "manual array copy" and "manual array to collection copy" applicable in more...
Bas Leijdekkers [Wed, 15 Sep 2010 12:53:22 +0000 (14:53 +0200)]
Make "manual array copy" and "manual array to collection copy" applicable in more cases

12 years agoIDEA-58518 Added support for the case when git log doesn't show the path: instead...
Kirill Likhodedov [Wed, 15 Sep 2010 12:29:44 +0000 (16:29 +0400)]
IDEA-58518 Added support for the case when git log doesn't show the path: instead of failing with a StringIndexOutOfBoundsException an exception is recorded and the empty path is used. Also I've modified the git log --pretty=format a bit to diverge commit message and the path more precisely

12 years agonew library chooser dialog used in artifacts editor
nik [Wed, 15 Sep 2010 12:21:13 +0000 (16:21 +0400)]
new library chooser dialog used in artifacts editor

12 years ago[Git] Added basic framework for Git tests using the native client. Put git, git.exe...
Kirill Likhodedov [Wed, 15 Sep 2010 12:07:45 +0000 (16:07 +0400)]
[Git] Added basic framework for Git tests using the native client. Put git, git.exe and libiconv2.dll to the repository. Added GitHistoryUtilsTestCase to test git log parser in GitHistoryUtils.

12 years agoMake NamedArgumentInsertHandler singleton.
Sergey Evdokimov [Wed, 15 Sep 2010 12:00:25 +0000 (16:00 +0400)]
Make NamedArgumentInsertHandler singleton.

12 years agojavadoc misprint
Kirill Likhodedov [Wed, 15 Sep 2010 08:31:09 +0000 (12:31 +0400)]
javadoc misprint

12 years agocorrectly externalize TextWithImports object, do not forget about imports (IDEA-55450)
Eugene Zhuravlev [Wed, 15 Sep 2010 07:27:26 +0000 (11:27 +0400)]
correctly externalize TextWithImports object, do not forget about imports (IDEA-55450)

12 years agoIDEA-56553 Thread dump in debugger should show locks held by each thread, patch applied
Eugene Zhuravlev [Wed, 15 Sep 2010 05:55:02 +0000 (09:55 +0400)]
IDEA-56553 Thread dump in debugger should show locks held by each thread, patch applied

12 years agofeature: hide stackframes that correspond to synthetic methods or belong to library...
Eugene Zhuravlev [Tue, 14 Sep 2010 17:23:02 +0000 (21:23 +0400)]
feature: hide stackframes that correspond to synthetic methods or belong to library code

12 years agodispose child configurables when Colors and Fonts is disposed (PY-1324); handle DataC...
Dmitry Jemerov [Tue, 14 Sep 2010 15:54:07 +0000 (19:54 +0400)]
dispose child configurables when Colors and Fonts is disposed (PY-1324); handle DataContext menore correctly

12 years agoEA-21962 - IAE: FormPropertyTableCellRenderer.customizeCellRenderer
Dmitry Jemerov [Tue, 14 Sep 2010 13:58:48 +0000 (17:58 +0400)]
EA-21962 - IAE: FormPropertyTableCellRenderer.customizeCellRenderer

12 years agoConvertIndentsActionBase uses EditorWriteActionHandler (EA-21964 - ROME: DocumentImpl...
Dmitry Jemerov [Tue, 14 Sep 2010 13:44:37 +0000 (17:44 +0400)]
ConvertIndentsActionBase uses EditorWriteActionHandler (EA-21964 - ROME: DocumentImpl.replaceString)

12 years agochange signature: break if default value was not set
anna [Tue, 14 Sep 2010 17:00:40 +0000 (21:00 +0400)]
change signature: break if default value was not set

12 years agochange signature: setup default type value as default type; setup selection
anna [Tue, 14 Sep 2010 16:29:47 +0000 (20:29 +0400)]
change signature: setup default type value as default type; setup selection

12 years agochange signature: java: store typed modifiers
anna [Tue, 14 Sep 2010 15:49:23 +0000 (19:49 +0400)]
change signature: java: store typed modifiers

12 years agochange signature: cleanup
anna [Tue, 14 Sep 2010 15:48:30 +0000 (19:48 +0400)]
change signature: cleanup

12 years agochange signature: do not add comma if only one parameter added
anna [Tue, 14 Sep 2010 15:47:33 +0000 (19:47 +0400)]
change signature: do not add comma if only one parameter added

12 years agooptimization: reduce number of CASes, use concurrent collections instead of RWL
Alexey Kudravtsev [Tue, 14 Sep 2010 14:43:47 +0000 (18:43 +0400)]
optimization: reduce number of CASes, use concurrent collections instead of RWL

12 years agooptimization: reduce number od CASes
Alexey Kudravtsev [Tue, 14 Sep 2010 14:41:27 +0000 (18:41 +0400)]
optimization: reduce number od CASes

12 years agooptimization: do not use AtomicInteger
Alexey Kudravtsev [Tue, 14 Sep 2010 14:39:48 +0000 (18:39 +0400)]
optimization: do not use AtomicInteger

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

12 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

12 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

12 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.

12 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

12 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

12 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

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

12 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

12 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

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

12 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)

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

12 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

12 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

12 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

12 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

12 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.

12 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

12 years agofix NPE
Eugene Zhuravlev [Wed, 15 Sep 2010 11:45:04 +0000 (15:45 +0400)]
fix NPE

12 years agoseparate dialogs for choosing existing library and adding a new one
nik [Wed, 15 Sep 2010 11:08:16 +0000 (15:08 +0400)]
separate dialogs for choosing existing library and adding a new one

12 years agoget rid of placeholder objects in FramesPanel
Eugene Zhuravlev [Wed, 15 Sep 2010 11:30:19 +0000 (15:30 +0400)]
get rid of placeholder objects in FramesPanel

12 years agocidr-formatter: @property formatting
Anton Makeev [Wed, 15 Sep 2010 10:57:37 +0000 (14:57 +0400)]
cidr-formatter: @property formatting

12 years agoxml smart completion && GenerateXmlTagAction disabled
Dmitry Avdeev [Wed, 15 Sep 2010 09:29:47 +0000 (13:29 +0400)]
xml smart completion && GenerateXmlTagAction disabled

12 years agoxml smart completion
Dmitry Avdeev [Tue, 14 Sep 2010 15:18:32 +0000 (19:18 +0400)]
xml smart completion

12 years agoGenerateXmlTagAction
Dmitry Avdeev [Fri, 10 Sep 2010 15:07:23 +0000 (19:07 +0400)]
GenerateXmlTagAction

12 years agocreateChildTag: javadocs
Dmitry Avdeev [Fri, 10 Sep 2010 14:21:30 +0000 (18:21 +0400)]
createChildTag: javadocs

12 years agocreateChildTag: pass empty string to create expanded tag
Dmitry Avdeev [Fri, 10 Sep 2010 14:15:17 +0000 (18:15 +0400)]
createChildTag: pass empty string to create expanded tag

12 years agoGenerateXmlTagAction
Dmitry Avdeev [Fri, 10 Sep 2010 14:06:20 +0000 (18:06 +0400)]
GenerateXmlTagAction

12 years agoGenerateXmlTagAction
Dmitry Avdeev [Fri, 10 Sep 2010 12:00:04 +0000 (16:00 +0400)]
GenerateXmlTagAction

12 years agoGenerateXmlTagAction
Dmitry Avdeev [Fri, 10 Sep 2010 08:22:17 +0000 (12:22 +0400)]
GenerateXmlTagAction

12 years agocidr-formatter: mostly finished
Anton Makeev [Wed, 15 Sep 2010 08:40:49 +0000 (12:40 +0400)]
cidr-formatter: mostly finished

12 years agocidr-formatter: alignment in columns (part1)
Anton Makeev [Tue, 14 Sep 2010 11:28:47 +0000 (15:28 +0400)]
cidr-formatter: alignment in columns (part1)

12 years agocorrectly externalize TextWithImports object, do not forget about imports (IDEA-55450)
Eugene Zhuravlev [Wed, 15 Sep 2010 07:27:26 +0000 (11:27 +0400)]
correctly externalize TextWithImports object, do not forget about imports (IDEA-55450)

12 years agoIDEA-56553 Thread dump in debugger should show locks held by each thread, patch applied
Eugene Zhuravlev [Wed, 15 Sep 2010 05:55:02 +0000 (09:55 +0400)]
IDEA-56553 Thread dump in debugger should show locks held by each thread, patch applied