Commit Graph
74589 Commits
Author SHA1 Message Date
anna 628b83bdc8 javadoc: do not force to have required tags out of scope (IDEA-73398 ) 2011-12-12 09:13:06 +01:00
Alexey Gopachenko 32686fe713 Spellchecker - ability to make it suppressible + reference implementation for PHP 2011-12-12 02:11:21 +01:00
Alexey Gopachenko 626a8b95ce Spellchecker - reduce ambiguity on supported dictionary formats 2011-12-12 02:11:07 +01:00
Alexey Gopachenko 72d66cb438 Spellchecker - some programmers dictionary updates. 2011-12-12 02:10:57 +01:00
Bas Leijdekkers d34a2e6593 EA-32512 (CRE: CvsRootParser.valueOf) 2011-12-11 20:58:06 +01:00
Bas Leijdekkers a6545fee4b Merge branch 'master' of git.labs.intellij.net:idea/community 2011-12-11 16:02:49 +01:00
Eugene Zhuravlev 6eb456edc5 refactoring: avoid sources traversal, part 1 2011-12-11 15:53:11 +01:00
Eugene Zhuravlev 293adc2959 remove unused code 2011-12-11 15:25:53 +01:00
Eugene Zhuravlev 76088ddbe6 clean files cache for affected modules only 2011-12-11 15:20:27 +01:00
Eugene Zhuravlev 4e7db136c0 optimize deletion of output on rebuild 2011-12-11 15:20:26 +01:00
Maxim.Medvedev fd53850860 checks for dollar-slash strings 2011-12-11 12:54:34 +04:00
Maxim.Medvedev 897d5437ef dollar-slash string can be the first lexeme of file 2011-12-11 12:54:32 +04:00
Maxim.Medvedev 25fbda0137 copy-paste processor for Groovy literals 2011-12-11 12:54:31 +04:00
Maxim.Medvedev c68eb4298c type & value inference for literals 2011-12-11 12:54:30 +04:00
Maxim.Medvedev f4bff38d55 parse slash and dollar-slash strings 2011-12-11 12:54:29 +04:00
Bas Leijdekkers 1f382481c6 IDEA-69917 (IDEA 10.5 does no longer support local cvs root) 2011-12-09 22:29:35 +01:00
Bas Leijdekkers d9243f05eb align labels to text fields 2011-12-09 22:08:11 +01:00
Bas Leijdekkers e95c20e519 add label to text field 2011-12-09 22:07:41 +01:00
Roman Shevchenko 7b84081ab8 IDEA-65526 (warn on unsupported generic constructs) 2011-12-09 20:41:18 +01:00
Gregory.Shrago 1cf71272ce better error reporting 2011-12-09 23:36:15 +03:00
anna 98b81854d9 simplification 2011-12-09 20:05:43 +01:00
anna 4e0c259e55 copy/paste: open created file in the editor 2011-12-09 20:05:42 +01:00
Eugene Zhuravlev 7464c0a39e data consistency: register index is in all relevant data structures only after successful index creation 2011-12-09 20:00:11 +01:00
Eugene Zhuravlev 4a7f2b29cc cosmetics 2011-12-09 19:20:58 +01:00
Dmitry Jemerov 2ace905948 avoid CCE 2011-12-09 17:56:21 +01:00
Dmitry Jemerov 5d01e623d6 Merge remote branch 'origin/master' 2011-12-09 17:49:12 +01:00
Dmitry Jemerov aeb33f3c1a try to avoid loading components twice 2011-12-09 17:47:52 +01:00
Maxim Shafirov 525e680af2 [r=kirillk] IDEA-61534 Split Editor retains scroll position 2011-12-09 20:47:35 +04:00
anna e73a6c3ec4 plugins: strip plugin url from plugin.xml etc; hide bundle when no space (IDEA-77192 ) 2011-12-09 17:40:47 +01:00
Bas Leijdekkers 61f59b7789 Cleanup cvs root settings 2011-12-09 17:15:59 +01:00
anna ee3cc4e995 Merge remote-tracking branch 'origin/master' 2011-12-09 17:01:42 +01:00
Maxim Shafirov 56723c4b17 IDEA-78370 2011-12-09 19:59:46 +04:00
anna 018be27335 applet configuration (IDEA-77954; IDEA-77955) 2011-12-09 16:59:23 +01:00
Denis.Zhdanov 11d383c996 IDEA-74108 Editor always scrolled to the top when selected using 'Recent Files' action (Ctrl-e)
EditorHistoryManager is notified by active editor change after it. The problem is that it's not possible to derive FileEditorProvider for the old editor when no tabs are shown. However, the provider is known during the event construction, so, it's just wrapped there.
2011-12-09 19:56:11 +04:00
Denis.Zhdanov 0f31b1251b IDEA-78616 Soft wraps: Correct processing when tab size is changed
1. Soft wraps are recalculated if tad width is changed;
2. Corresponding test has been added;
2011-12-09 19:56:11 +04:00
Maxim.Mossienko 5c288c7b49 add item for suppress / edit settings for non fair js inspections 2011-12-09 19:47:00 +04:00
Eugene Zhuravlev 524751e07a do not use disposed alarm 2011-12-09 16:39:41 +01:00
Eugene Zhuravlev fea83b914a recalculate invalid psi elements if possible 2011-12-09 16:39:40 +01:00
Konstantin Bulenkov 91ed2272c9 can't find actions if using uppercase (WI-8444) 2011-12-09 16:35:51 +01:00
Dmitry Jemerov 23b3f5fdee Merge remote branch 'origin/master' 2011-12-09 16:31:46 +01:00
Bas Leijdekkers 17b621e719 Merge branch 'master' of git.labs.intellij.net:idea/community 2011-12-09 16:05:12 +01:00
Bas Leijdekkers 159a7ee437 visually cleanup :local: connection settings 2011-12-09 16:04:50 +01:00
Sascha Weinreuter a9bfa6c639 IDEA-78479: XSLT debug: Saxon9: user function call evaluation gives just NPE 2011-12-09 16:01:25 +01:00
Sascha Weinreuter e28625b2ac Attempt to fix IDEA-77406 - doesn't work as advertised though 2011-12-09 16:00:36 +01:00
Sascha Weinreuter ae478193d9 Java 1.5 compatibility 2011-12-09 15:58:56 +01:00
Sascha Weinreuter 497fbcd5e5 Merge commit 'origin/master' 2011-12-09 15:53:57 +01:00
Sascha Weinreuter 08903d51b8 Java 1.5 compatibility 2011-12-09 15:53:35 +01:00
Sascha Weinreuter 8a98ccd361 another test 2011-12-09 15:51:08 +01:00
andrey.zaytsev 6ac2b1de78 IDEA-78548 Alt-F3 doesn't work in analyze stacktrace dialog 2011-12-09 18:45:50 +04:00
Sascha Weinreuter 5675c4202d IDEA-71070: XSLT 2: imported style sheet functions are not resolved 2011-12-09 15:39:59 +01:00