Commit Graph
90925 Commits
Author SHA1 Message Date
Eugene Zhuravlev f87d2034ed IDEA-93295 Make: removing reference to supertype from subtype does not make client code re-compiled 2012-11-01 19:16:14 +01:00
Maxim Shafirov c77150b37d Drop "Plugins" from the welcome screen. (experimental) 2012-11-01 22:12:06 +04:00
Gregory.Shrago 497902fdda use filecomparisonexception 2012-11-01 22:11:44 +04:00
Anna Kozlova 95bdafa286 testdata for IDEA-21432 2012-11-01 19:08:16 +01:00
Anna Kozlova 94f33a1358 append qualifier type args in canonical text, e.g. IDEA-60166 2012-11-01 19:08:15 +01:00
Anna Kozlova b4ed390aa7 testdata for IDEA-70620 2012-11-01 19:08:13 +01:00
Anna Kozlova 711e80d769 testdata for IDEA-59290 2012-11-01 19:08:12 +01:00
Anna Kozlova 5f0225177e unchecked call: warning should be shown if instance method is called on raw type (IDEA-61449) 2012-11-01 19:08:11 +01:00
Gregory.Shrago 8213749000 fast testdata overwriting & comparison 2012-11-01 22:01:37 +04:00
Maxim Shafirov aafd125e57 Refactored welcome screen into separate frame. 2012-11-01 21:44:33 +04:00
Gregory.Shrago 3349ec8164 drop double quotes 2012-11-01 20:24:34 +04:00
Kirill Likhodedov dbaed6295d IDEA-93487 Merge panels are swapped when unshelving during Git Update Project produces a conflict
Provide ability to specify if the merge panels should be swapped, and specify titles above merge panels. Use this ability in GitShelveChangesSaver.
2012-11-01 19:57:28 +04:00
Kirill Likhodedov 9fad4acaa8 unused code 2012-11-01 19:57:28 +04:00
Eugene Kudelevsky 773c63e19d rename AndroidLogcatToolWindowView -> AndroidLogcatView 2012-11-01 19:38:41 +04:00
Anna Kozlova 691d5ea77d create constructor in context: also for java 2012-11-01 16:33:59 +01:00
Eugene Kudelevsky 53348aaeda IDEA-85676 add logcat to debugger session tab 2012-11-01 19:29:23 +04:00
Sergey Evdokimov 19c2fd61eb IDEA-93979 Cannot add multiple managed dependencies 2012-11-01 19:26:52 +04:00
nik 2d816c30a9 devkit: avoid sporadic creation of plugin.xml file in default location 2012-11-01 19:06:13 +04:00
Sergey Evdokimov bd1700b2bd Fix broken Maven test. 2012-11-01 18:46:41 +04:00
Denis.Zhdanov 7b9d7694f0 IDEA-93466 Cannot always jump to matching bracket 2012-11-01 18:20:29 +04:00
Kirill Likhodedov 38b0244d7c [diff] EditorImpl: fix bottom separator position for the end of file. 2012-11-01 18:09:06 +04:00
Alexander Lobas 0a06fac5c5 Show error/warn messages 2012-11-01 17:46:30 +04:00
Anna Kozlova a44feb483d restore move without d&d 2012-11-01 14:43:08 +01:00
Anna Kozlova 7449ec65e4 wrap search for conflicts with progress 2012-11-01 14:43:07 +01:00
Anna Kozlova 6ec151fcdb generate: pass class context to correct resolve of param types (IDEA-53337) 2012-11-01 14:43:06 +01:00
Anna Kozlova 5bedb687c8 process class type params when last had in context class (otherwise dummyHolder with class in context doesn't get declared type params) 2012-11-01 14:43:05 +01:00
Anna Kozlova f8fe88154c create parameter be name and type in context: now also for java 2012-11-01 14:43:04 +01:00
Anna Kozlova 813034ec6f allow method delegation when create parameter from usage 2012-11-01 14:43:02 +01:00
Anna Kozlova 1014434bc1 IDEA-42987 2012-11-01 14:43:01 +01:00
Anna Kozlova 9bde831163 extract method refs util 2012-11-01 14:43:00 +01:00
Bas Leijdekkers 8ad3faf394 quickfix of "Boolean constructor call" inspection should not replace with valueOf(boolean) if that method is not available even if the language level > 1.3 (IDEA-93838) 2012-11-01 14:26:37 +01:00
Denis.Zhdanov 57a5b78931 IDEA-82963 code style format setting bug 2012-11-01 17:16:28 +04:00
nik 3e6222eec4 reverted to fix artifact building 2012-11-01 17:00:52 +04:00
Eugene Zhuravlev 918230dbef unification of target initialization 2012-11-01 13:47:08 +01:00
Denis.Zhdanov 5fecd0d89a IDEA-93986 When any build.gradle file changes IDEA should not suggest to reopen project 2012-11-01 16:37:53 +04:00
Bas Leijdekkers 5e12155be9 Fix "Unnecessary fully qualified name" inspection to report correctly in the presence of class reference from the default package (IDEA-93694) 2012-11-01 13:32:30 +01:00
nik 8d8b4df580 external build: fixed builder names in messages 2012-11-01 16:26:28 +04:00
Eugene Zhuravlev 5abf23ec20 rollback change - toggle field breakpoint functionality was broken 2012-11-01 13:22:09 +01:00
Eugene Zhuravlev 8e078bd8ef select value initially 2012-11-01 13:22:09 +01:00
Sergey Simonchik 2f0e1a14ce show Express Node.js app generator settings 2012-11-01 15:36:21 +04:00
Denis.Zhdanov 711615285e IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Row index is located at the same baseline as condition text
2012-11-01 15:01:01 +04:00
Denis.Zhdanov b69e82b1ac IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Highlighting atom condition 'close' icon on mouse move
2012-11-01 15:01:01 +04:00
Denis.Zhdanov af9eddfe73 IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Decorating match condition row to show an index and 'edit' icon
2012-11-01 15:01:01 +04:00
Denis.Zhdanov 49df96a495 IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Re-organizing arrangement UI - tree -> list
2012-11-01 15:01:01 +04:00
Denis.Zhdanov 6cabd2fcc4 IDEA-19061 Integrate the Rearranger-plugin into core-IDE
UI improvements
2012-11-01 15:01:00 +04:00
Alexander Lobas 2f68f03874 IDEA-93042 2012-11-01 14:48:24 +04:00
nik 2576260fc6 gwt compiler for external build: don't use CommandLineWrapper for GWT compiler 2012-11-01 14:38:20 +04:00
Alexey Kudravtsev e86d7b8435 ignore editor background color when rendering usages (for dark themes) 2012-11-01 14:33:12 +04:00
Alexey Kudravtsev 0853b2fc76 cleanup 2012-11-01 14:33:11 +04:00
Alexey Kudravtsev cad0f7a5ac repaint whole editortrack if track height changes 2012-11-01 14:33:10 +04:00