Commit Graph
63068 Commits
Author SHA1 Message Date
Anton Makeev 0fe604b59e XDebugger: auto-focusing Console/Frames tabs when necessary (like in Java-debugger) 2011-04-13 20:55:26 +02:00
Eugene Kudelevsky acab2d5267 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-13 22:07:50 +04:00
anna 2e0cd2d032 interface 'overrides' object: methods can declare different exceptions (IDEA-67753) 2011-04-13 20:05:34 +02:00
anna 8f4a7ee0d0 interface 'overrides' object: methods with same erasure should be accepted (IDEA-67752) 2011-04-13 20:05:33 +02:00
Eugene Kudelevsky 7f1400d62f IDEA-65775 support for state lists in dom model 2011-04-13 21:59:23 +04:00
Maxim Shafirov 375dd2ae87 IDEA-67777: Open files by dragging them onto icon in the dock. 2011-04-13 21:58:52 +04:00
Anton Makeev acd87cb4c5 SMTestRunner: invokeLaterIfNeeded in tests 2011-04-13 19:48:58 +02:00
peter 568c7e813a method signature validity assertions for EA-26920 2011-04-13 19:22:26 +02:00
peter 0acf0df76e don't classes by ( not after new, don't insert space when completing an already typed variable name by comma 2011-04-13 19:04:39 +02:00
peter cc8eb23f33 don't choose template items by space if normally they're not configured to do so 2011-04-13 19:04:39 +02:00
peter e77c088663 fix NormalCompletionTest 2011-04-13 19:04:39 +02:00
peter 7cf41dd668 IDEA-67448 Exception for class name completion in Spring xml 2011-04-13 19:04:38 +02:00
peter 4628479ee0 more sensible java class reference separator names 2011-04-13 19:04:38 +02:00
peter e83810e358 IDEA-67939 Smart completion completes private field from parent class inside a static inner inheritor 2011-04-13 19:04:38 +02:00
peter ab638476d1 IDEA-67879 Groovy Inspection: false 'unused code' warning 2011-04-13 19:04:38 +02:00
peter b4e5f3d78f correctly stop at the breakpoint in groovy classes not in source (IDEA-64023) 2011-04-13 19:04:38 +02:00
Konstantin Bulenkov 6888120224 default Editor and DiffPanel creation in DiffElement + file type recognizer 2011-04-13 20:37:45 +04:00
Konstantin Bulenkov dab8de9f55 slightly change DiffPanel interface 2011-04-13 20:37:44 +04:00
Alexey Pegov fe3c004007 EA-25564 - NPE: CommonContentEntriesEditor.createComponentImpl 2011-04-13 19:40:08 +04:00
Alexey Pegov 588afceb7f EA-26244 - NPE: ContentEntryEditor.getContentEntry 2011-04-13 19:27:37 +04:00
Alexey Pegov 7d3a93e6e7 EA-26724 - assert: MessageBusImpl.checkNotDisposed 2011-04-13 19:24:50 +04:00
Kirill Kalishev 41003e65c4 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-13 19:09:44 +04:00
Kirill Kalishev edd537b574 tabs: closing editor with multirow mode fix 2011-04-13 19:09:35 +04:00
Eugene Kudelevsky 8857cede42 IDEA-62546 support for creating xml drawable resources 2011-04-13 18:36:35 +04:00
irengrig faa0147a47 1) warn if Task.Backgroundable is created without a title
2) assert if GitBranches refreshes are invoked in parallel
3) monitor BackgroundTaskQueue load if property is passed
2011-04-13 18:35:29 +04:00
Eugene Kudelevsky 555514ad23 IDEA-67650 support for fragments in layout xml files 2011-04-13 18:20:54 +04:00
Eugene Kudelevsky 877299dad0 update attrs.xml from new sdk 2011-04-13 18:20:05 +04:00
Alexey Kudravtsev 52b0229812 support smart pointers in multiroot files 2011-04-13 18:16:17 +04:00
Alexey Pegov 53c5aea832 collapse project path to ~/path if project is placed under user home dir [mac & linux] in frame title & project view 2011-04-13 18:09:37 +04:00
Kirill Kalishev 9402500aa1 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-13 17:54:51 +04:00
Kirill Kalishev 57a52b3e3d TreeUI: file status fast update fix 2011-04-13 17:54:40 +04:00
Alexey Kudravtsev e3b1adc82b trackInvalidation 2011-04-13 17:45:15 +04:00
Alexey Kudravtsev 6e02aab0ad cleanup 2011-04-13 17:45:14 +04:00
Alexey Kudravtsev 45b06de6bd NPE 2011-04-13 17:45:13 +04:00
Alexey Kudravtsev 111b9c255f read action 2011-04-13 17:45:13 +04:00
Alexey Kudravtsev a077f08306 periodically purge internal file queues during batch processing 2011-04-13 17:45:12 +04:00
Alexey Kudravtsev 46b0c56acb auto import broken again 2011-04-13 17:45:11 +04:00
Alexey Kudravtsev 5b6a43015d IDEA-61333 2011-04-13 17:45:11 +04:00
Alexey Kudravtsev 4b752f2157 more robust tests 2011-04-13 17:45:10 +04:00
Bas Leijdekkers 6535876a2c warn in more cases, optimization and cleanup 2011-04-13 15:34:55 +02:00
Bas Leijdekkers 9300034a9a warn in more cases and optimization 2011-04-13 15:34:09 +02:00
anna dbc0319f16 EA-26629 - IAE: JavaCodeStyleManagerImpl.shortenClassReferences 2011-04-13 15:11:31 +02:00
anna f4603c5347 EA-26853 - AIOOBE: UnusedParametersInspection$1.visitElement 2011-04-13 15:11:31 +02:00
anna 5df673a98d correct find for synthetic last parameter (e.g. GWT) 2011-04-13 15:11:30 +02:00
anna acac378713 EA-26903 - NPE: NotInSuperOrThisCallFilterBase.isOK 2011-04-13 15:11:30 +02:00
anna d93112a377 for groovy script without classes (EA-26890 - assert: UpdatePsiFileCopyright.checkComments) 2011-04-13 15:11:29 +02:00
Bas Leijdekkers e36f6fa507 IDEA-67323 (New inspection: StringBuffer/StringBuilder is modified but never queried) 2011-04-13 14:58:08 +02:00
Shaverdova Elena 838f8f67fc Phing initial commit 2011-04-13 16:32:31 +04:00
Eugene Kudelevsky a8ed649c79 Merge commit 'origin/master' 2011-04-13 16:17:50 +04:00
irengrig 223eba72a6 P4: detect offline state. Offline notification. Also when offline state edited from settings 2011-04-13 16:05:12 +04:00