Commit Graph
1575 Commits
Author SHA1 Message Date
Anton Makeev e185df64a1 DateFormatUtil used across the codebase 2010-09-26 16:59:24 +04:00
Kirill.Safonov 05dfaa43de Extract delegate class action moved to lang-impl (take 2) 2010-09-24 14:16:33 +04:00
Kirill.Safonov 1aa4b59eb2 Extract delegate class action moved to lang-impl (take 1) 2010-09-24 14:16:24 +04:00
Alexey Kudravtsev e20d9dbc63 replace highlighters after visible pass 2010-09-23 19:07:31 +04:00
Dmitry Jemerov c4206e4dc6 move import popup hector component to platform; register it in PyCharm (PY-1488) 2010-09-21 21:17:58 +04:00
Dmitry Jemerov 616d54c4be move matched brace settings to general colors page (PY-1791) 2010-09-21 19:32:22 +04:00
Kirill.Safonov 087b96a6df Change signature action moved to lang-impl 2010-09-20 13:48:15 +04:00
Kirill.Safonov 2d330662d5 Change signature action made language-independent 2010-09-20 13:48:14 +04:00
Kirill.Safonov 35c1b35833 AS change signature (IDEA-26353) in progres 2010-09-20 12:49:21 +04:00
Eugene Zhuravlev 8aa766c500 fix NPE 2010-09-20 09:40:57 +04:00
Kirill.Safonov 657d28f282 Java change signature: fix regression - don't lose implicit imports when resolving parameter type 2010-09-17 18:45:09 +04:00
Oleg Shpynov 82f988e2e2 RUBY-5860 Smart sort in "Go To File" list 2010-09-17 14:25:07 +04:00
Alexey Pegov e4b23f05ba fix java.awt.Color preview in quickDoc for some cases 2010-09-16 14:37:42 +04:00
Denis Zhdanov d312fa9784 IDEA-58664 Blank Lines Before method body also appear inside try/catch/finally's {}
Refined appliance conditions for 'blank lines before method body' setting
2010-09-16 13:11:55 +04:00
peter 20d2a228d3 IDEA-58604 smart completion for class name renders double package label 2010-09-15 23:51:18 +01:00
Anton Makeev d9836f98f6 cidr-formatter: mostly finished 2010-09-15 12:45:02 +04:00
Anton Makeev 9c9810e394 cidr-formatter: alignment in columns (part1) 2010-09-15 12:45:01 +04:00
anna 1cb32bdaa0 change signature: break if default value was not set 2010-09-14 21:00:40 +04:00
anna e420d8b36a change signature: setup default type value as default type; setup selection 2010-09-14 20:38:08 +04:00
anna 0788e8a7e1 change signature: java: store typed modifiers 2010-09-14 20:38:08 +04:00
anna 182b0e399a change signature: do not add comma if only one parameter added 2010-09-14 20:38:06 +04:00
anna a6b2cfc798 change signature: do not change signature if signature has errors 2010-09-14 17:24:17 +04:00
anna 9283be8e8e change signature: do not show dialog 2010-09-14 15:04:34 +04:00
Anton Makeev 020a82e68e cidr-formatter: fixes + code sample 2010-09-13 17:24:50 +04:00
anna 67631a75c1 move params 2010-09-13 15:45:30 +04:00
anna 5f27df0847 cs: skip return value changes for private methods 2010-09-10 21:50:09 +04:00
anna c29910440d cs: detect delete group; tests 2010-09-10 17:44:39 +04:00
Anton Makeev fedc22bdba cidr-formatter: braces 2010-09-10 16:49:48 +04:00
Kirill.Safonov 47489a7f2c restore JavaMethodDescriptor.getReturnTypeText() method so it can be overridden by change signature detector 2010-09-10 16:33:06 +04:00
Kirill.Safonov d222c127b7 Change Signature dialog: more prompt errors/warnings reporting 2010-09-10 16:32:57 +04:00
Maxim Medvedev 16fad73d84 IDEA-57505 Support collection members 2010-09-10 15:48:13 +04:00
peter 44fe8d1fd7 calculate class literal suggestions in smart completion interruptibly 2010-09-09 22:00:37 +01:00
anna bf9b5f5c55 cs: parameter renames/type changes fix 2010-09-09 21:05:01 +04:00
anna 69a47c4ea7 cs: accept methods 2010-09-09 21:05:00 +04:00
anna 7d141865c7 cs: availability tweaks 2010-09-09 21:05:00 +04:00
anna e7bbca1093 IOE 2010-09-09 21:04:59 +04:00
anna fff13131ce cs gestures: do not suggest to change signature when only spaces were changed 2010-09-09 21:04:59 +04:00
anna 6307798cb8 cs gestures: do not suggest to change signature for new method (without body) 2010-09-09 21:04:58 +04:00
Roman Shevchenko 1b4a8bf383 PSI builder made project aware 2010-09-09 18:39:48 +04:00
anna cf737339fe cs gestures: esc action 2010-09-09 16:19:58 +04:00
anna 82dcb4bb25 correct return code 2010-09-09 13:09:40 +04:00
anna 9169cf54f4 specify change signature by language 2010-09-09 13:09:39 +04:00
anna 48a837fbf4 skip signatures if cant process 2010-09-09 13:09:36 +04:00
anna ba8f2e8187 change signature detection (I) 2010-09-09 13:09:34 +04:00
Kirill.Safonov 60ef285dc1 Change Signature dialog refactored to use TableView and ColumnInfo-s and be more 'Flex'-ible 2010-09-09 13:02:15 +04:00
Kirill.Safonov fba81cce20 typo 2010-09-09 13:02:01 +04:00
peter 6f5c70f254 IDEA-43317 Complete static members from classes that are already mentioned in import block as static import (groovy fields) 2010-09-08 19:06:37 +01:00
peter b17822e5a9 don't suggest the statically importable methods in qualified context 2010-09-08 19:06:35 +01:00
Dmitry Jemerov de5270972c smart indent on paste for Python (PY-208) 2010-09-07 23:11:11 +04:00
Roman Shevchenko d596125d05 PSI builder creation ordered 2010-09-07 20:46:50 +04:00