Commit Graph
51769 Commits
Author SHA1 Message Date
nik e43cdebd16 correctly fixed not-null instrumentation for enums (IDEA-56943) 2010-08-05 09:08:34 +04:00
peter caca2f7728 navigation from literals to the constructors they represent
overloaded constructors found in groovy 'new' syntax, too
2010-08-04 22:05:57 +01:00
peter cbe8a8d06d find overloaded constructor usages in literals 2010-08-04 20:58:00 +01:00
peter dff00a0e7e idiomatic groovy constructors don't start with def (IDEA-27066) 2010-08-04 20:11:28 +01:00
irengrig b4cd62c1f3 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-04 21:52:58 +04:00
irengrig f9794ba1fb SVN: accidentally committed 2010-08-04 21:48:00 +04:00
Roman Shevchenko d51ab4a448 Cleanup 2010-08-04 21:26:44 +04:00
irengrig 248b04d726 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-04 20:02:03 +04:00
irengrig b702330d32 IDEA-57114 Subversion: Authentication Required dialog blocks Store the passphrase in plaintext? 2010-08-04 19:59:47 +04:00
irengrig 7857a33416 IDEA-57118 Subversion: store username and realm even if storing password is forbidden 2010-08-04 19:31:36 +04:00
irengrig d333d82e4f IDEA-57119 Subversion: store username and realm if user doesn't agree to store password in plaintext 2010-08-04 19:14:56 +04:00
Maxim Medvedev b055b63463 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-04 16:57:30 +04:00
Maxim Medvedev ddd0df0f0b groovy dsl for categories and gdk methods 2010-08-04 16:54:12 +04:00
Alexey Kudravtsev b8142dd6d0 editor performance: do not painfully calculate width dimensions when we need height only 2010-08-04 16:47:29 +04:00
Alexey Kudravtsev cffb844a05 cleanup 2010-08-04 16:47:28 +04:00
Alexey Kudravtsev f1c33548cd cleanup 2010-08-04 16:47:27 +04:00
Denis Zhdanov 3354559529 IDEA-57140 Soft wraps are not applied to console sometimes 2010-08-04 16:45:50 +04:00
Denis Zhdanov 970c9b47dc IDEA-57125 Soft wrap: Throwable at EditorActionUtil.moveCaretToLineEnd() on pressing End in a wrapped line with tab characters if the last "word" in the line is a single symbol 2010-08-04 16:00:08 +04:00
Alexey Pegov 55adcd688e Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-04 15:58:59 +04:00
Alexey Pegov 5a9f894264 IDEA-57043 Status bar: selected symbols number shows result of previous selection (when selecting with Shift) 2010-08-04 15:58:45 +04:00
Roman Shevchenko 5939f7db91 Java parser tests moved to CE 2010-08-04 15:30:17 +04:00
Roman Shevchenko 05be23db87 New Java parser (extra '}' handling) 2010-08-04 15:30:16 +04:00
Constantine Plotnikov 0d28f139a7 git4idea: Minor refactoring 2010-08-04 15:28:06 +04:00
Constantine Plotnikov 06ff0a5283 git4idea: Added detection of branch configurations 2010-08-04 15:27:09 +04:00
Constantine Plotnikov 6e85c5de45 git4idea: Fixed problem with checking out remote branch 2010-08-04 15:26:04 +04:00
Constantine Plotnikov f9850fe961 git4idea: Nested vcs roots is now a warning in git init action 2010-08-04 15:17:20 +04:00
irengrig 39d43aa59e SVN: store username bug (when ssh , username is asked) 2010-08-04 13:38:28 +04:00
irengrig 1c89dc4a08 IDEA-57109 Map help buttons of the CVS dialogs to the specified ids. 2010-08-04 12:51:08 +04:00
peter a1f2b4a1ce groovy optimize imports on the fly (IDEA-48793) 2010-08-04 09:28:17 +01:00
Roman Shevchenko 8c12653b0f New Java parser (comment binding) 2010-08-04 12:23:35 +04:00
nik 99ee144985 fix generated ant for unpacked directories in artifacts (IDEA-51729) 2010-08-04 12:19:46 +04:00
nik 66f1dbc3da artifact editor: allow to add one artifact output into two different places 2010-08-04 12:19:45 +04:00
Constantine Plotnikov 011015795a git4idea: Submodule is no more an error condition for the checkout branch. It does not need to be specially updated during checkout. 2010-08-04 12:18:50 +04:00
Maxim Medvedev 8eae15b4cd Merge branch 'master' into dsl 2010-08-04 12:06:50 +04:00
Roman Shevchenko 2bcac71001 Duplicate dropped 2010-08-04 12:03:38 +04:00
Roman Shevchenko 7d0cea8b65 Duplicate dropped 2010-08-04 12:03:38 +04:00
Roman Shevchenko 8ccc2a8735 Obsolete javadoc token type eliminated 2010-08-04 12:03:38 +04:00
Roman Shevchenko 469cd24410 Cleanup 2010-08-04 12:03:38 +04:00
Roman Shevchenko bfb5ec5fc3 Cleanup 2010-08-04 12:03:38 +04:00
Roman Shevchenko f81d4edff2 Duplicate dropped 2010-08-04 12:03:38 +04:00
Maxim Medvedev 5bc628ccc2 IDEA-56628 Missing incompatible assignment when conditionally returning from a method 2010-08-04 11:45:42 +04:00
Maxim Medvedev 2ca2154a8a IDEA-57101 Groovy array member access is untyped 2010-08-04 11:22:02 +04:00
peter 11963c41c8 groovy: generated constructors should have some types on parameters (IDEA-56826) and their bodies should not have semicolons (IDEA-27066) 2010-08-04 08:12:40 +01:00
peter 8042a5c3ed breakpoints working in nested groovy classes (the same $ issue) 2010-08-04 08:12:39 +01:00
peter c59e600b8f fix SOE in G++ type inference 2010-08-04 08:12:39 +01:00
peter f9ae7a911e support $ in groovy inner class names even if they are compiled in the same chunk 2010-08-04 08:12:38 +01:00
peter 208d04c673 when adding groovy-like framework support, ask to replace existing SDKs and cleanup the red library entries with groovish names 2010-08-04 08:12:38 +01:00
peter a0a298cbb4 groovy inner classes have $ in their names: stubs should respect that 2010-08-04 08:12:37 +01:00
Maxim Medvedev b20fee6e17 IDEA-57098 'Assignment is not used' inspection should highlight the LHS part (i.e. identifier), not the expression 2010-08-04 10:59:04 +04:00
irengrig fc66a54001 SVN: NPE 2010-08-03 22:45:45 +04:00