idea/community.git
11 years agoEA-33250 - assert: ComponentManagerImpl.getComponent
Dmitry Jemerov [Tue, 31 Jan 2012 18:07:36 +0000 (19:07 +0100)]
EA-33250 - assert: ComponentManagerImpl.getComponent

11 years agoEA-33340 - NPE: RegExpWordSelectionFilter.value
Dmitry Jemerov [Tue, 31 Jan 2012 18:00:47 +0000 (19:00 +0100)]
EA-33340 - NPE: RegExpWordSelectionFilter.value

11 years agoMerge remote branch 'origin/master'
Dmitry Jemerov [Tue, 31 Jan 2012 15:49:56 +0000 (16:49 +0100)]
Merge remote branch 'origin/master'

11 years agoIOOBE & recursive markup stripping fixes rubymine/112.656
Gregory.Shrago [Tue, 31 Jan 2012 16:18:34 +0000 (19:18 +0300)]
IOOBE & recursive markup stripping fixes

11 years agodon't reduce popup size when number of items is reduced (IDEA-61092 try #2)
Dmitry Jemerov [Tue, 31 Jan 2012 15:48:22 +0000 (16:48 +0100)]
don't reduce popup size when number of items is reduced (IDEA-61092 try #2)

11 years agodon't miss combobox popup closing events (IDEA-64107)
Dmitry Jemerov [Tue, 31 Jan 2012 15:35:41 +0000 (16:35 +0100)]
don't miss combobox popup closing events (IDEA-64107)

11 years agomake server compilation happy
Denis.Zhdanov [Tue, 31 Jan 2012 14:54:41 +0000 (18:54 +0400)]
make server compilation happy

11 years agotypos and dictionary words
Dmitry Jemerov [Tue, 31 Jan 2012 14:51:24 +0000 (15:51 +0100)]
typos and dictionary words

11 years agoIDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle... idea/112.655
Denis.Zhdanov [Tue, 31 Jan 2012 14:07:54 +0000 (18:07 +0400)]
IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes

1. Explicit method call syntax is applied (server compilation fails otherwise);
2. Comments are added;

11 years agoIDEA-80597 Debug tool window: generic UI: detaching a tab with hidden view shows...
Dennis Ushakov [Tue, 31 Jan 2012 13:52:14 +0000 (17:52 +0400)]
IDEA-80597  Debug tool window: generic UI: detaching a tab with hidden view shows both the view and its icon
IDEA-80595  Debug tool window: if Debugger view is split into separate views, and either Frames or Threads view is hidden, "Restore layout" completely breaks layout

11 years agodo not drag out minimized views
Dennis Ushakov [Tue, 31 Jan 2012 11:17:36 +0000 (15:17 +0400)]
do not drag out minimized views

11 years agofix dropping on self
Dennis Ushakov [Tue, 31 Jan 2012 11:17:07 +0000 (15:17 +0400)]
fix dropping on self

11 years agoremove icon
Dennis Ushakov [Tue, 31 Jan 2012 11:01:30 +0000 (15:01 +0400)]
remove icon

11 years agoAn API (for Kotlin) for mirror source substitution.
Maxim Shafirov [Tue, 31 Jan 2012 13:48:57 +0000 (17:48 +0400)]
An API (for Kotlin) for mirror source substitution.

11 years agoIDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle...
Denis.Zhdanov [Tue, 31 Jan 2012 12:45:29 +0000 (16:45 +0400)]
IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes

1. Refactored gradle project structure tree model to the distinct class;
2. Setup test infrastructure to allow to test project structure tree as well;
3. Corresponding project structure tree checks are added to the existing tests;

11 years agoMerge remote-tracking branch 'origin/master'
Maxim.Medvedev [Tue, 31 Jan 2012 13:26:52 +0000 (17:26 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoEA-32658 - initialize field in method while introduce field
Maxim.Medvedev [Tue, 31 Jan 2012 12:35:46 +0000 (16:35 +0400)]
EA-32658 - initialize field in method while introduce field

11 years agoEA-32972 - folding for groovy strings and regexes
Maxim.Medvedev [Mon, 30 Jan 2012 12:29:09 +0000 (16:29 +0400)]
EA-32972 - folding for groovy strings and regexes

11 years agocleanup
Maxim.Medvedev [Mon, 30 Jan 2012 11:14:30 +0000 (15:14 +0400)]
cleanup

11 years agoEA-33153 - check class for writable before "create method" suggestion
Maxim.Medvedev [Sun, 29 Jan 2012 09:22:37 +0000 (13:22 +0400)]
EA-33153 - check class for writable before "create method" suggestion

11 years agofix compilation
Eugene Kudelevsky [Tue, 31 Jan 2012 13:22:12 +0000 (17:22 +0400)]
fix compilation

11 years agoandroid id index: search for "<resources" string first
Eugene Kudelevsky [Tue, 31 Jan 2012 12:56:07 +0000 (16:56 +0400)]
android id index: search for "<resources" string first

11 years agoandroid: use index also to find local value resources and ids
Eugene Kudelevsky [Tue, 31 Jan 2012 12:19:16 +0000 (16:19 +0400)]
android: use index also to find local value resources and ids

11 years agodo not suggest value local value resources
Eugene Kudelevsky [Mon, 30 Jan 2012 19:09:40 +0000 (23:09 +0400)]
do not suggest value local value resources

11 years agospeed up: migrate to nano xml
Eugene Kudelevsky [Mon, 30 Jan 2012 18:35:14 +0000 (22:35 +0400)]
speed up: migrate to nano xml

11 years agoandroid performance improvement: indexing of sdk resources
Eugene Kudelevsky [Mon, 30 Jan 2012 18:10:39 +0000 (22:10 +0400)]
android performance improvement: indexing of sdk resources

11 years agodon't show extra buttons in two-step confirmation dialog (IDEA-79906)
Dmitry Jemerov [Tue, 31 Jan 2012 12:41:06 +0000 (13:41 +0100)]
don't show extra buttons in two-step confirmation dialog (IDEA-79906)

11 years agoMerge remote-tracking branch 'origin/master'
Kirill Likhodedov [Tue, 31 Jan 2012 12:39:30 +0000 (16:39 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoGit: rollback message after checking out new branch: tell that the branch will be...
Kirill Likhodedov [Tue, 31 Jan 2012 12:36:51 +0000 (16:36 +0400)]
Git: rollback message after checking out new branch: tell that the branch will be deleted

11 years agodon't highlight named groups in Java 1.7 regular expressions as errors (IDEA-80456)
Dmitry Jemerov [Tue, 31 Jan 2012 12:35:55 +0000 (13:35 +0100)]
don't highlight named groups in Java 1.7 regular expressions as errors (IDEA-80456)

11 years agoforcibly report "error" build status in case of failure
Eugene Zhuravlev [Tue, 31 Jan 2012 12:26:34 +0000 (13:26 +0100)]
forcibly report "error" build status in case of failure

11 years agoMerge remote-tracking branch 'origin/master'
Kirill Likhodedov [Tue, 31 Jan 2012 12:29:50 +0000 (16:29 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoMerge remote branch 'origin/master'
irengrig [Tue, 31 Jan 2012 12:26:05 +0000 (16:26 +0400)]
Merge remote branch 'origin/master'

11 years agoSVN 1.7: path to Svn executable - into settings
irengrig [Tue, 31 Jan 2012 12:22:15 +0000 (16:22 +0400)]
SVN 1.7: path to Svn executable - into settings
ExecutableValidator: allow to reset error description during validation (there could be different reasons why executable is not valid)

11 years agoMerge remote-tracking branch 'origin/master'
Kirill Likhodedov [Tue, 31 Jan 2012 12:22:01 +0000 (16:22 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agofix tests
Konstantin Bulenkov [Mon, 30 Jan 2012 18:41:03 +0000 (19:41 +0100)]
fix tests

11 years agoIDEA-80623
Dmitry Jemerov [Tue, 31 Jan 2012 11:29:25 +0000 (12:29 +0100)]
IDEA-80623

11 years agohorizontal toolbar support
Dennis Ushakov [Tue, 31 Jan 2012 10:46:35 +0000 (14:46 +0400)]
horizontal toolbar support

11 years agoinner toolbar positioning support for tabs on top
Dennis Ushakov [Tue, 31 Jan 2012 10:44:23 +0000 (14:44 +0400)]
inner toolbar positioning support for tabs on top

11 years agoSVN 1.7: new svnkit with update improved (version (?) 7776)
irengrig [Tue, 31 Jan 2012 10:43:09 +0000 (14:43 +0400)]
SVN 1.7: new svnkit with update improved (version (?) 7776)

11 years agoMerge remote-tracking branch 'origin/master'
Kirill Likhodedov [Tue, 31 Jan 2012 10:03:28 +0000 (14:03 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoEA-33321 and other NPE; made static methods static
Kirill Likhodedov [Tue, 31 Jan 2012 09:59:15 +0000 (13:59 +0400)]
EA-33321 and other NPE; made static methods static

11 years agorename dangerous method
Alexey Kudravtsev [Mon, 30 Jan 2012 06:33:55 +0000 (10:33 +0400)]
rename dangerous method

11 years agoMerge remote branch 'origin/master'
irengrig [Tue, 31 Jan 2012 09:13:14 +0000 (13:13 +0400)]
Merge remote branch 'origin/master'

11 years agoSVN 1.7: status through command line
irengrig [Tue, 31 Jan 2012 09:11:49 +0000 (13:11 +0400)]
SVN 1.7: status through command line

11 years agodon't fail build when ant.delete fails when cleaning output rubymine/112.654
peter [Tue, 31 Jan 2012 08:37:12 +0000 (09:37 +0100)]
don't fail build when ant.delete fails when cleaning output

11 years agoMerge remote-tracking branch 'origin/master'
Alexander Lobas [Tue, 31 Jan 2012 08:22:25 +0000 (12:22 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoIDEA-80601
Alexander Lobas [Tue, 31 Jan 2012 08:19:27 +0000 (12:19 +0400)]
IDEA-80601

11 years agoCustom folding classes moved to platform, other refactoring idea/112.653
Rustam.Vishnyakov [Mon, 30 Jan 2012 15:35:49 +0000 (19:35 +0400)]
Custom folding classes moved to platform, other refactoring

11 years agoshowSource icon
Dmitry Avdeev [Mon, 30 Jan 2012 15:29:37 +0000 (19:29 +0400)]
showSource icon

11 years agoContinue setting up tests (compiler server). cidr/112.647 pycharm/112.651 rubymine/112.652 storm/112.646
dboulytchev [Mon, 30 Jan 2012 23:28:28 +0000 (03:28 +0400)]
Continue setting up tests  (compiler server).

11 years agoFixed misunderstanding between dependency analyzer and builders; tests ok (compiler...
dboulytchev [Mon, 30 Jan 2012 22:57:40 +0000 (02:57 +0400)]
Fixed misunderstanding between dependency analyzer and builders; tests ok  (compiler server).

11 years agoFixed misunderstanding between dependency analyzer and builders; tests ok (compiler...
dboulytchev [Mon, 30 Jan 2012 22:57:14 +0000 (02:57 +0400)]
Fixed misunderstanding between dependency analyzer and builders; tests ok  (compiler server).

11 years agoContinue retooling incremental tests to the new builders (compiler server).
dboulytchev [Mon, 30 Jan 2012 22:01:52 +0000 (02:01 +0400)]
Continue retooling incremental tests to the new builders  (compiler server).

11 years agointegrate hotswap with automake mode
Eugene Zhuravlev [Mon, 30 Jan 2012 20:51:52 +0000 (21:51 +0100)]
integrate hotswap with automake mode

11 years agoreduce the number of force() calls on storages
Eugene Zhuravlev [Mon, 30 Jan 2012 20:23:27 +0000 (21:23 +0100)]
reduce the number of force() calls on storages

11 years agoin case of cleanup failure do not try to clean again
Eugene Zhuravlev [Mon, 30 Jan 2012 16:16:05 +0000 (17:16 +0100)]
in case of cleanup failure do not try to clean again

11 years agoreworked show help via reflection to please scrambler rubymine/112.645
Dennis Ushakov [Mon, 30 Jan 2012 19:15:49 +0000 (23:15 +0400)]
reworked show help via reflection to please scrambler

11 years agoplugins: remember sort order (IDEA-80602)
Anna Kozlova [Mon, 30 Jan 2012 18:09:06 +0000 (22:09 +0400)]
plugins: remember sort order (IDEA-80602)

11 years agoplugins: repositories: sort categories (N/A as last one)
Anna Kozlova [Mon, 30 Jan 2012 17:25:13 +0000 (21:25 +0400)]
plugins: repositories: sort categories (N/A as last one)

11 years agodo not invent why we can't rename io files (IDEA-80564)
Anna Kozlova [Mon, 30 Jan 2012 16:55:44 +0000 (20:55 +0400)]
do not invent why we can't rename io files (IDEA-80564)

11 years agodisable change list combo when file system is selected
Anna Kozlova [Mon, 30 Jan 2012 16:29:54 +0000 (20:29 +0400)]
disable change list combo when file system is selected

11 years agoskip first separator
Anna Kozlova [Mon, 30 Jan 2012 16:20:53 +0000 (20:20 +0400)]
skip first separator

11 years agodo not treat enum/annotation type as entry point by default (IDEA-77746)
Anna Kozlova [Mon, 30 Jan 2012 16:05:06 +0000 (20:05 +0400)]
do not treat enum/annotation type as entry point by default (IDEA-77746)

11 years agoIDEA-76019 Update guava to r11.0.1
Maxim.Mossienko [Mon, 30 Jan 2012 17:50:35 +0000 (21:50 +0400)]
IDEA-76019 Update guava to r11.0.1

11 years agosome preparations for mac native help
Dennis Ushakov [Mon, 30 Jan 2012 16:48:54 +0000 (20:48 +0400)]
some preparations for mac native help

11 years agoless decorations
Dennis Ushakov [Mon, 30 Jan 2012 14:14:05 +0000 (18:14 +0400)]
less decorations

11 years agoIDEA-80582 disable hiding merged tabs
Dennis Ushakov [Mon, 30 Jan 2012 13:57:34 +0000 (17:57 +0400)]
IDEA-80582 disable hiding merged tabs

11 years agoMerge remote-tracking branch 'origin/master'
Alexander Lobas [Mon, 30 Jan 2012 16:28:55 +0000 (20:28 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoIDEA-45629
Alexander Lobas [Mon, 30 Jan 2012 16:26:33 +0000 (20:26 +0400)]
IDEA-45629

11 years agodon't insert pair ) when choosing a lookup item by ( before an identifier
peter [Mon, 30 Jan 2012 16:01:57 +0000 (17:01 +0100)]
don't insert pair ) when choosing a lookup item by ( before an identifier

11 years agoskip inserting diamond when choosing class completion variant with (
peter [Mon, 30 Jan 2012 15:22:09 +0000 (16:22 +0100)]
skip inserting diamond when choosing class completion variant with (

11 years agominor
peter [Mon, 30 Jan 2012 14:51:18 +0000 (15:51 +0100)]
minor

11 years agoremove some more duplication
peter [Mon, 30 Jan 2012 14:21:10 +0000 (15:21 +0100)]
remove some more duplication

11 years agoremove some duplication
peter [Mon, 30 Jan 2012 13:47:12 +0000 (14:47 +0100)]
remove some duplication

11 years agoMerge remote branch 'origin/master'
Dmitry Jemerov [Mon, 30 Jan 2012 16:03:34 +0000 (17:03 +0100)]
Merge remote branch 'origin/master'

11 years agopull up loadText() to VfsUtilCore
Dmitry Jemerov [Mon, 30 Jan 2012 15:59:55 +0000 (16:59 +0100)]
pull up loadText() to VfsUtilCore

11 years agoautomake: notifications about successful compilations seem to be redundant
Eugene Zhuravlev [Mon, 30 Jan 2012 15:53:52 +0000 (16:53 +0100)]
automake: notifications about successful compilations seem to be redundant

11 years agodebugger event queue: more robust command cancellation when queue is closed
Eugene Zhuravlev [Mon, 30 Jan 2012 15:43:58 +0000 (16:43 +0100)]
debugger event queue: more robust command cancellation when queue is closed

11 years agofix line separators
Konstantin Bulenkov [Mon, 30 Jan 2012 15:43:54 +0000 (16:43 +0100)]
fix line separators

11 years ago+ line separators option
Konstantin Bulenkov [Mon, 30 Jan 2012 15:41:49 +0000 (16:41 +0100)]
+ line separators option

11 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
kirill.safonov [Mon, 30 Jan 2012 15:36:37 +0000 (19:36 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community

11 years agoMerge branch 'new-flex-config'
kirill.safonov [Mon, 30 Jan 2012 15:35:36 +0000 (19:35 +0400)]
Merge branch 'new-flex-config'

11 years agoselection tests
Konstantin Bulenkov [Mon, 30 Jan 2012 15:11:34 +0000 (16:11 +0100)]
selection tests

11 years agoSDK combobox - better API for 'New' and 'Edit' buttons
kirill.safonov [Thu, 12 Jan 2012 12:27:17 +0000 (16:27 +0400)]
SDK combobox - better API for 'New' and 'Edit' buttons

11 years agoFont moved to a right place pycharm/112.643
Roman Shevchenko [Mon, 30 Jan 2012 14:35:59 +0000 (18:35 +0400)]
Font moved to a right place

11 years agoMore logging
Roman Shevchenko [Mon, 30 Jan 2012 13:29:02 +0000 (17:29 +0400)]
More logging

11 years agoTypo
Roman Shevchenko [Mon, 30 Jan 2012 12:46:23 +0000 (16:46 +0400)]
Typo

11 years agoMerge remote-tracking branch 'origin/master'
Anna Kozlova [Mon, 30 Jan 2012 14:35:21 +0000 (18:35 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agofix compilation
Anna Kozlova [Mon, 30 Jan 2012 14:34:50 +0000 (18:34 +0400)]
fix compilation

11 years agoMerge remote-tracking branch 'origin/master'
Kirill Likhodedov [Mon, 30 Jan 2012 14:27:01 +0000 (18:27 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoIDEA-76794 Add "force checkout" option to the smart checkout dialog.
Kirill Likhodedov [Mon, 30 Jan 2012 14:24:54 +0000 (18:24 +0400)]
IDEA-76794 Add "force checkout" option to the smart checkout dialog.

11 years agotestng: distinguish methods processed by factory
Anna Kozlova [Mon, 30 Jan 2012 12:08:10 +0000 (16:08 +0400)]
testng: distinguish methods processed by factory

11 years agotestng: detect tests in "factory" classes (IDEA-78053)
Anna Kozlova [Mon, 30 Jan 2012 12:07:26 +0000 (16:07 +0400)]
testng: detect tests in "factory" classes (IDEA-78053)

11 years agoexecution: extract check for alternative jre; check for working directory (IDEA-77754)
Anna Kozlova [Mon, 30 Jan 2012 11:37:29 +0000 (15:37 +0400)]
execution: extract check for alternative jre; check for working directory (IDEA-77754)

11 years agoIDEA-79533 "Pull members up" should be smarter about the default destination
Anna Kozlova [Mon, 30 Jan 2012 10:10:46 +0000 (14:10 +0400)]
IDEA-79533 "Pull members up" should be smarter about the default destination

11 years agoIDEA-80508 [http://www.eclipse.org/eclipse/platform-core/runtime/runtime.html]
Vladimir Krivosheev [Mon, 30 Jan 2012 09:33:23 +0000 (13:33 +0400)]
IDEA-80508 [eclipse.org/eclipse/platform-core/runtime/runtime.html]

11 years agoMerge remote-tracking branch 'origin/master'
Alexander Lobas [Mon, 30 Jan 2012 13:55:45 +0000 (17:55 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoIDEA-80510
Alexander Lobas [Mon, 30 Jan 2012 13:53:15 +0000 (17:53 +0400)]
IDEA-80510

11 years agoIDEA-53476: Gradle integration (Maven's level - dependencies, modules, repositories)
Denis.Zhdanov [Mon, 30 Jan 2012 13:07:57 +0000 (17:07 +0400)]
IDEA-53476: Gradle integration (Maven's level - dependencies, modules, repositories)

New gradle icon is added