Eugene Zhuravlev
08b98ed6d0
default value change
2013-08-01 17:21:24 +02:00
peter
0cfc3b5f9e
IDEA-111144 'Generate Getter' should add @Override if needed
2013-08-01 16:57:08 +02:00
peter
ec8fcaccce
simpler override checks when generating equals
2013-08-01 16:57:08 +02:00
peter
83a2d9cb96
IDEA-111362 Generate constructor removes "m" from variable name
2013-08-01 16:57:08 +02:00
Sergey Evdokimov
c2099f41be
IDEA-107689 Dependency of type test-jar listed as external library
2013-08-01 17:45:36 +04:00
Vladimir Krivosheev
ac6c807fef
fix CapturingProcessHandler
2013-08-01 15:36:22 +02:00
peter
c3327caf9d
simplify MinusculeMatcher a bit, remove code that has no effect
2013-08-01 15:29:24 +02:00
Ekaterina Tuzova
d3d2348123
Merge remote-tracking branch 'origin/master'
2013-08-01 17:12:22 +04:00
Aleksey Pivovarov
4e330222e5
Github: do not ask for master password if we actually don't need saved data
2013-08-01 16:56:03 +04:00
Aleksey Pivovarov
fa38dec763
Github: fix error message
2013-08-01 16:56:02 +04:00
Aleksey Pivovarov
228ea9daff
Github: add pagination
2013-08-01 16:56:02 +04:00
Aleksey Pivovarov
1ff03f4eb1
Github: Optimise fork search
2013-08-01 16:56:02 +04:00
Aleksey Pivovarov
20471b30da
Github: show branches from source repository
2013-08-01 16:56:02 +04:00
Sergey Evdokimov
cad83a246f
IDEA-109913 Maven -> Always Update Snapshots CHECKBOX - Not Aligned
2013-08-01 16:29:13 +04:00
Dmitry Jemerov
0b5592f5d2
sort out nullability of LocatableConfigurationBase.getActionName()
2013-08-01 14:05:52 +02:00
Rustam Vishnyakov
476c8ad3ce
[CR-IC-1807] Remove unused file exclusion code
2013-08-01 14:46:10 +04:00
Vladimir Krivosheev
6ca9f93dda
restart if php-cgi process was terminated
2013-08-01 12:37:23 +02:00
Sergey Evdokimov
2c60ee1ccb
IDEA-109913 Maven -> Always Update Snapshots CHECKBOX - Not Aligned
2013-08-01 14:25:34 +04:00
Sergey Evdokimov
588d7d83d9
EA-48282 - NPE: MavenKeymapExtension.getActionPrefix
...
add @NotNull to investigate the issue.
2013-08-01 14:11:46 +04:00
Fedor Korotkov
d50fd3b744
Introduced DummyLexer
2013-08-01 14:08:33 +04:00
Sergey Evdokimov
8eb0291baf
EA-30882 - assert: ComponentManagerImpl.getPicoContainer
2013-08-01 13:58:08 +04:00
Ekaterina Tuzova
63e32ae457
skip template language elements searching open tag
...
fixed PY-10448 Chameleon: closing tag and attributes quotes autocompletion doesn't work after tal namespace attribute
2013-08-01 13:57:27 +04:00
Vladimir Krivosheev
c7a783e72b
cleanup, Overrides
...
continue WI-17365 internal web server should serve PHP files
2013-08-01 11:31:48 +02:00
Denis.Zhdanov
f32102853e
IDEA-111241 Gradle: 'Open config' action is not available for subprojects with changed name
...
1. Gradle tooling api is extended to provide information about build script file path;
2. Gradle jars from 1.8 nightly branch are applied (they contain the api change);
3. Gradle api changes are used by IJ gradle integration now;
4. Don't report errors on cached task nodes processing because there is a possible case that they hold old incorrect build script file path;
2013-08-01 13:05:32 +04:00
Dmitry Avdeev
71822ff50a
test fixed
2013-08-01 11:25:22 +04:00
Dmitry Avdeev
9782051aee
better API
2013-08-01 11:25:21 +04:00
Dmitry Avdeev
b3cca49f78
better API
2013-08-01 11:25:20 +04:00
peter
404f969cb5
temporarily disable 1.7 rule for optimizedFileManager.jar
2013-07-31 21:38:46 +02:00
peter
47dbf5c716
temporarily disable 1.3 rule for idea_rt
2013-07-31 21:26:55 +02:00
Vladimir Krivosheev
e55eb3527b
decoder
...
continue WI-17365 internal web server should serve PHP files
2013-07-31 20:14:24 +02:00
Maxim.Mossienko
cb405c6d82
avoid using includeNonProjectItems for returned symbol names
2013-07-31 19:00:02 +02:00
Maxim.Mossienko
bcc920bb33
avoid using includeNonProjectItems for returned symbol names
2013-07-31 18:59:39 +02:00
Maxim.Mossienko
06dabf5199
fix tests
2013-07-31 18:44:41 +02:00
Evgeny Pasynkov
3a4e19ed32
remove not existing module ref
2013-07-31 18:24:41 +02:00
peter
1561066d36
use TimeoutUtil, comment on sudden psi invalidation and resurrection
2013-07-31 18:08:45 +02:00
peter
0e4ff6e478
IDEA-108586 Launcher: can't open a project by relative path
2013-07-31 17:49:45 +02:00
peter
cc4582562c
more logging for external command line argument processing (IDEA-108586)
2013-07-31 17:49:44 +02:00
peter
2536e7dc0c
IDEA-107599 Specify the expected type name explicitly in lambda-folding in field assignments
2013-07-31 17:49:44 +02:00
peter
9329331182
IDEA-104754 Good code yellow: Unboxing
2013-07-31 17:49:44 +02:00
Vladimir Krivosheev
9795fd2dc7
cleanup — NetUtils.getLoopbackAddress(), Overrides
...
continue WI-17365 internal web server should serve PHP files
2013-07-31 17:31:42 +02:00
Dmitry Avdeev
f7f0f914c3
IDEA-72077 Quick Documentation Lookup window is NOT always displayed for spring namespace tags
2013-07-31 19:01:16 +04:00
Vladimir Krivosheev
5bd6e1a42f
continue WI-17365 internal web server should serve PHP files
2013-07-31 16:56:03 +02:00
Vladimir Krivosheev
65a5c4bf97
NettyUtil
2013-07-31 16:56:03 +02:00
Vladimir Krivosheev
3eb20530f5
continue WI-17365 internal web server should serve PHP files
...
handy OSProcessHandler constructor — GeneralCommandLine
2013-07-31 16:56:03 +02:00
peter
c06dafead3
IDEA-110999 Project window provides inconstistent selection if module group is mixed with other nodes
2013-07-31 16:52:04 +02:00
peter
43866b3c87
don't apply template setting changes if it's already deleted (IDEA-107074)
2013-07-31 16:52:04 +02:00
Nadya Zabrodina
53bbf504f6
test for copied files parsing added (with '(' and without)
2013-07-31 18:32:21 +04:00
Nadya Zabrodina
11e84539b8
IDEA-95569 ArrayIndexOutOfBoundsException when file name has ")"
...
*Mercurial do not separate with whitespaces copied files in log command
*Parsing copied files changed: split by whitespaces,then assume that filename has regular brackets sequence
*if failed, do not throw any exceptions just copied files would not be updated correctly (but repository tab still alive )
2013-07-31 18:32:21 +04:00
Aleksey Pivovarov
65a125da87
Github: IDEA-111256 set login automatically on success connection
2013-07-31 17:36:42 +04:00
Aleksey Pivovarov
2fd4786af5
Github: add busy icon
2013-07-31 17:36:42 +04:00