Commit Graph
67050 Commits
Author SHA1 Message Date
anna 4e7e73d7bf inplace introduce: fix for method call occurrences (IDEA-72868) 2011-08-04 17:59:22 +04:00
anna 4d88bf6e90 fix expression presentation 2011-08-04 17:59:21 +04:00
anna 64b4fc43a8 name suggestions: do not check next members for param name conflicts 2011-08-04 17:59:20 +04:00
Evgeny Zakrevsky 1fac351e5a border's font switched from Bold to Simple and some refactor 2011-08-04 17:40:50 +04:00
Evgeny Zakrevsky 770e25d6ec TitledSeparator. added getFont() 2011-08-04 17:36:14 +04:00
Evgeny Zakrevsky d15ad50728 SeparatorFactory. use our TitledSeparatorWithMnemonic 2011-08-04 17:35:13 +04:00
Sergey Evdokimov 7150e5bd3b Grails 2.0.0.M1: Completion for parameter of method LinkGenerator.link(). 2011-08-04 17:18:43 +04:00
Alexey Kudravtsev 5e48d6e9ae datarace 2011-08-04 15:58:17 +04:00
Alexey Kudravtsev 38e950b6c2 memory optimization: reclaim storage for gced references 2011-08-04 15:58:16 +04:00
Alexey Kudravtsev 53f66fda3b conserve memory: do not store PsiFile in a node 2011-08-04 15:58:16 +04:00
Denis.Zhdanov 04b24f69a1 IDEA-72791 Critical bug in Code formatting (Java source files)
Delegating data context delegates UserDataHolder functionality as well now
2011-08-04 15:54:07 +04:00
Dennis Ushakov 5a4add8c6b GitHub comments support
formatting improved
2011-08-04 15:33:41 +04:00
Dennis Ushakov 0ba5524440 delegate to comment for formatting 2011-08-04 15:33:41 +04:00
Dennis Ushakov ea14412825 fix documentation title 2011-08-04 15:33:40 +04:00
Dennis Ushakov 4dea4f47db comment support for pivotal tracker 2011-08-04 15:33:40 +04:00
Dennis Ushakov fa5da457e6 comments support for show desc 2011-08-04 15:33:39 +04:00
peter fdd1141a80 PsiUtilBase.originalElement => CompletionUtil.originalElement 2011-08-04 13:09:21 +02:00
Bas Leijdekkers 0bc323d0f4 Merge branch 'master' of git.labs.intellij.net:idea/community 2011-08-04 12:43:59 +02:00
Bas Leijdekkers 487b2d1f0d IDEA-55105 (CVS integration plugin throws NullPointerException if no roots are configured) 2011-08-04 12:42:50 +02:00
anna 6e3ca2f9e1 extract method: do not include comments when they were not included in selection; leave assignment expressions untouched? (IDEA-72730 ) 2011-08-04 14:16:33 +04:00
anna 139843fe5b EA-29003 - MRE: IntroduceConstantDialog.$$$setupUI$$$ 2011-08-04 14:16:32 +04:00
Sergey Evdokimov 7429207108 Grails 2.0.0.M1: Support LinkGenerator. 2011-08-04 14:11:29 +04:00
Sergey Evdokimov d8a3c7c1b1 Change API of extensionPoint 'namedArguments' to simplify declaration of attribute names. 2011-08-04 14:11:29 +04:00
Konstantin Bulenkov 59ca719481 frame is not visible (out of all screens) after start 2011-08-04 14:09:05 +04:00
Rustam.Vishnyakov 2e0bee18fe More code style API changes 2011-08-04 13:57:58 +04:00
Rustam.Vishnyakov 24bd840241 More code style API changes 2011-08-04 13:57:57 +04:00
Rustam.Vishnyakov ded72f7785 Added Java EE names tab to Java code style settings, some API changes 2011-08-04 13:57:56 +04:00
Eugene Kudelevsky f4d5a23f32 IDEA-71301 refactoring, improve locate duplicates settings and ui 2011-08-04 13:38:26 +04:00
anna 4d7124c9a6 unused symbol: do not mark field as not used when annotated (IDEA-72847 ) 2011-08-04 13:04:16 +04:00
Anton Makeev 06727c1e9d Maven: test data tuned 2011-08-04 09:50:49 +02:00
anna 1eae87a697 revert optimize imports 2011-08-04 11:34:43 +04:00
Dennis Ushakov 583b3d39c9 RUBY-7065 View task descriptions, part two: main menu action 2011-08-04 00:59:31 +04:00
Dennis Ushakov 4198b01536 use presentable name 2011-08-04 00:59:29 +04:00
Dennis Ushakov 4a5fb2fd86 RUBY-7065 View task descriptions, part one: quick documentation popup 2011-08-04 00:59:29 +04:00
Dennis Ushakov d6d1f0e0cc RUBY-6784 Open Task does not show specific icons 2011-08-04 00:59:27 +04:00
Dennis Ushakov 7b721efc3c RUBY-8295 Set issue status to "started" when you do "Open New Task" in RM 2011-08-04 00:59:26 +04:00
Dennis Ushakov 1b230ef445 moved HTTPMethod to platform 2011-08-04 00:59:25 +04:00
Bas Leijdekkers ace95c3b5a use charset in all cases when reading .cvspass
cleanup
2011-08-03 22:08:29 +02:00
Bas Leijdekkers 5893400d50 IDEA-34514 (CVS: correctly read the lines from .cvspass) 2011-08-03 21:53:29 +02:00
peter b3024c6439 minuscule matching no longer a registry option 2011-08-03 20:21:46 +02:00
peter 9486df1cc3 fix groovy reparse leaving error elements when changing from multiline string into a normal one
after a method with an unfinished method call the newlines should be mNLS, not WHITESPACE
2011-08-03 20:21:46 +02:00
Kirill Kalishev 76ab1a58aa Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-08-03 22:09:19 +04:00
anna feebad1f9d scopes: wrong file parent: check if cached directory is parent for current file 2011-08-03 22:02:17 +04:00
anna 3c337530d3 scopes: preserve invalid patterns (IDEA-72839) 2011-08-03 22:02:16 +04:00
anna e69e9d8f1e scopes: detect package name by directory index (IDEA-72838) 2011-08-03 22:02:15 +04:00
anna 6945d39f52 scopes: leave pattern text untouched when pattern is invalid (IDEA-72837 ) 2011-08-03 22:02:15 +04:00
anna 11538de335 make class static: leave super expressions unprocessed when they do not correspond to outer class (IDEA-72740) 2011-08-03 22:02:14 +04:00
anna b973627301 change method signature from usage text tweaks 2011-08-03 22:02:13 +04:00
Kirill Kalishev 74338a2885 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-08-03 22:00:44 +04:00
Kirill Kalishev e89331e314 robot testing - intermediate commit - 1 2011-08-03 22:00:33 +04:00