Commit Graph
46068 Commits
Author SHA1 Message Date
Alexey Pegov 49f87dc5fb Revert "IDEADEV-41762 Run Configurations: Replace Working directory textfield with combobox with $MODULE_DIR$ macro predefined"
This reverts commit 7eeede6bb4.
2010-02-04 16:13:31 +03:00
Alexey Pegov 2940b7d9ba idea win icon 2010-02-04 13:30:52 +03:00
nik bf0bb2fd11 unused code and properties removed 2010-02-04 13:06:02 +03:00
Dmitry Jemerov cfdea131f8 remove accidentally committed diagnostics 2010-02-04 12:53:00 +03:00
Eugene Zhuravlev 0d5d4f9e3c mnemonic fix (IDEA-34419) 2010-02-04 12:37:57 +03:00
nik eb86aeafa3 artifact editor ui fixes 2010-02-04 12:29:44 +03:00
Oleg Shpynov a7a1df547d PY-461: Extract Method doesn​'​t handle '​self' parameter 2010-02-04 12:23:54 +03:00
Kirill Kalishev a950a2fd25 deadlock on creating ui in preload actions thread 2010-02-04 12:21:53 +03:00
nik f127180113 IDEA-50718: Artifact editor: starting the drag and drop of multiple selection drags the single item 2010-02-04 09:34:12 +03:00
peter 4b0dcf694f fix order.txt 2010-02-03 19:25:52 +00:00
peter b255a2e997 fix order.txt 2010-02-03 19:19:29 +00:00
Alexey Pegov aaff84aca7 CE executable icons 2010-02-03 22:04:17 +03:00
Dmitry Jemerov 9503e310da API for custom generation of synthetic whitespace between tokens; fix all Py tests 2010-02-03 21:47:17 +03:00
peter 995261dba6 returns without value aren't returning a value; ignored allocation result false positive (IDEA-51880) 2010-02-03 17:44:26 +00:00
Konstantin Bulenkov ff07a64362 Uml diff provider. First attempt 2010-02-03 20:25:17 +03:00
irengrig 93564fa0e5 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-02-03 20:24:17 +03:00
irengrig 347b9a770e VCS: quick search for shelf 2010-02-03 20:23:04 +03:00
peter 17f57e7ad4 groovy method's return type shouldn't be null (IDEA-50536) 2010-02-03 16:56:41 +00:00
peter 34853b73e1 remove some Groovy missing return statement false positives (IDEA-51930, IDEA-51932) 2010-02-03 16:26:36 +00:00
peter 46c9431d88 IDEA-51918 Smart enter moves caret to parent code block in Groovy 2010-02-03 16:26:35 +00:00
peter 6e80e9ae08 even one modified groovy file may force recompiling others (circular dependency) 2010-02-03 16:26:35 +00:00
Alexey Kudravtsev c7abfc56c8 http://ea.jetbrains.com/browser/ea_problems/16004?report=194214 call isAvailable() before getText() 2010-02-03 19:00:55 +03:00
Alexey Kudravtsev a1ba40c907 IDEA-51945 2010-02-03 19:00:55 +03:00
Alexey Kudravtsev b8a8286638 missing files 2010-02-03 19:00:54 +03:00
Alexey Kudravtsev a9d3c2cc27 IDEA-51944 2010-02-03 19:00:54 +03:00
Alexey Kudravtsev 88c8c3103c show hint when refactoring cannot be invoked 2010-02-03 19:00:53 +03:00
Alexey Kudravtsev 320ebff8fe @notNull 2010-02-03 19:00:53 +03:00
Alexey Kudravtsev 3783de1ea6 diagnostics for
http://ea.jetbrains.com/browser/ea_problems/14824
2010-02-03 19:00:53 +03:00
Alexey Kudravtsev 2e623fc913 diagnostics for
http://ea.jetbrains.com/browser/ea_problems/15748
2010-02-03 19:00:52 +03:00
Alexey Kudravtsev bc6e1f74db show message along with stacktrace 2010-02-03 19:00:52 +03:00
Alexey Kudravtsev 00aa44dda5 diagnostics 2010-02-03 19:00:51 +03:00
Maxim Medvedev f46dff8da3 IDEA-51893: Quick Fix "​Create Field" when using Groovy named parameters 2010-02-03 18:39:26 +03:00
Anton.Makeev c719947294 Maven: correctly handle invalid war-overlay's content (IDEA-51974) 2010-02-03 16:57:12 +03:00
anna 8b842ac14d typo 2010-02-03 16:05:20 +03:00
anna 4b271bdb3d make static: move field initialization to constructors if it depends on introduced fields 2010-02-03 15:50:22 +03:00
Maxim Shafirov 992b49b219 fix tests. JSProperty reference seem to be ugly shaped 2010-02-03 15:17:51 +03:00
Anton.Makeev 871a8b3219 Maven: handling unknown exception during project reading (IDEA-51988) 2010-02-03 15:14:33 +03:00
nik c9988849b6 IDEA-25499: artifacts config: UI for easy configuration of exploded wars 2010-02-03 14:45:45 +03:00
Alexey Pegov 977212dfc7 skip default project for notifications + minor fix 2010-02-03 14:03:03 +03:00
Dmitry Jemerov e794f87568 register notifications component in platform 2010-02-03 13:31:29 +03:00
irengrig 4c62815951 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-02-03 12:03:41 +03:00
irengrig 3f995476ba IDEA-27603 (Indicate which branch is being worked on) 2010-02-03 11:59:12 +03:00
Eugene Kudelevsky fc023d4248 clean up, fix NPE (http://ea.jetbrains.com/browser/ea_problems/18498) 2010-02-03 11:15:06 +03:00
nik 0c377cb0be IDEA-27194: Artifacts should delete old-named artifacts file wher I press apply button 2010-02-03 10:29:32 +03:00
Maxim Shafirov 2333416c75 IDEA-25984: Preliminary results won't stick in UniqueResultsSearch's internal map causing low memory conditions. We'll have lightweight descriptors there instead. 2010-02-02 21:55:19 +03:00
anna 9b271b5bd7 inline parameter: conflict for write access (IDEA-40733); exceptions are thrown if they are found in initializer (IDEA-40732 ) 2010-02-02 19:49:02 +03:00
Alexey Pegov 5a60b9500f WI-10 Support CSS linked with via parametrized link 2010-02-02 19:05:40 +03:00
Dmitry Jemerov 38ead05358 not abstract 2010-02-02 18:33:33 +03:00
Dmitry Jemerov dd28d7b5ef cleanup 2010-02-02 18:33:33 +03:00
Dmitry Jemerov d090996717 move common UsageGroup base class to platform 2010-02-02 18:33:32 +03:00