Commit Graph

2625 Commits

Author SHA1 Message Date
Konstantin Bulenkov
e07af960db cosmetic 2010-08-27 17:43:04 +04:00
Konstantin Bulenkov
3430fa769e spelling 2010-08-27 16:50:09 +04:00
Konstantin Bulenkov
a095b6b9bc tests for introduce variable functionality 2010-08-27 16:48:15 +04:00
nik
7b9fc2eb01 use urls instead of VirtualFiles in 'Analyze classpath' action 2010-08-27 16:10:43 +04:00
Eugene Zhuravlev
cc5a173fbc use thread filter when watching method return values 2010-08-27 16:05:33 +04:00
Konstantin Bulenkov
e79d672d80 literal based suggester 2010-08-27 15:43:02 +04:00
anna
4c083a8f25 check that "move" actually moves smth 2010-08-27 13:32:55 +04:00
anna
ae6e972309 code reuse for (IDEA-57978) 2010-08-27 13:32:54 +04:00
anna
4fdbd17a9e forbid concrete type if it is used in top level instance of 2010-08-27 13:32:53 +04:00
Denis Zhdanov
51d7fc3713 IDEA-57936 Not-compiling code after reformating in Java
Avoiding creating code block for replacing expressions
2010-08-27 13:16:04 +04:00
Denis Zhdanov
e5161c0e28 IDEA-57936 Not-compiling code after reformating in Java
Added special handling of situation when target region to surround by braces ends with single-line comment
2010-08-27 10:50:37 +04:00
peter
e3979bbb84 fix test 2010-08-26 22:24:52 +01:00
peter
7e225fdd78 Merge branch 'statimp' 2010-08-26 20:33:55 +01:00
peter
9f2c71850b don't throw exceptions when completing in the RHS of >>, complete instead 2010-08-26 20:25:10 +01:00
peter
6a19767ce5 smart primitive constant completion to work in binary expressions like | 2010-08-26 20:25:09 +01:00
peter
5c3bc4ba1e statically imported methods completion in groovy 2010-08-26 20:23:29 +01:00
peter
56cc43472d exclude static methods from completion 2010-08-26 19:51:08 +01:00
peter
ead539493d faster icon computation 2010-08-26 19:38:14 +01:00
peter
da3434e44d honor 'exclude from completion' settings (IDEA-54855) 2010-08-26 19:34:18 +01:00
peter
3a364bbe41 java global member name completion initial (IDEA-54855) 2010-08-26 19:23:28 +01:00
Maxim.Mossienko
076aac3a7b removed deprecated in Idea 6 method FlexLexer.reset(CharSequence, int) 2010-08-26 20:43:47 +04:00
Constantine Plotnikov
9804484094 initial version of module classpath analyzer 2010-08-26 20:19:13 +04:00
peter
0afff998b0 don't throw exceptions when completing in the RHS of >>, complete instead 2010-08-26 17:07:18 +01:00
peter
acac73de5e smart primitive constant completion to work in binary expressions like | 2010-08-26 16:47:32 +01:00
nik
b36b2635d5 unused classes removed 2010-08-26 16:31:14 +04:00
nik
ef0a2ab4ec EA-20897 - NPE: ArchiveElementType.createElementPropertiesPanel 2010-08-26 16:31:12 +04:00
Eugene Zhuravlev
9de193d0a2 when hovering with mouse over the method for which return value is available via "watch return values" feature, show the value in the a tooltip (no method invocation occures) (IDEA-57994) 2010-08-26 16:15:46 +04:00
Eugene Zhuravlev
1003557c49 usability: MethodReturnValueWatcher to store results from non-void methods only (IDEA-57994) 2010-08-26 16:15:45 +04:00
Eugene Zhuravlev
8a7c002c56 better check for side effects in debugger value hint;
fix handling method call expressions on alt-click
2010-08-26 16:15:44 +04:00
anna
0246906262 move: correct conflicts pointing (IDEA-57577) 2010-08-26 16:08:32 +04:00
anna
d77ca493d9 move package as directory: check top level directories created (IDEA-57529) 2010-08-26 16:08:31 +04:00
Konstantin Bulenkov
3aa4ba35e7 simplify 2010-08-26 16:04:27 +04:00
Anton Makeev
6b91301356 CIDR Formatter: more spaces 2010-08-26 13:25:29 +04:00
Dmitry Avdeev
d3d38cf34e facelets: composite element attributes with types and top level completion 2010-08-26 12:46:52 +04:00
anna
c7b4bca28e borders 2010-08-26 12:03:57 +04:00
anna
98eea88c8b EA-21484 - check if after adjusting there is still smth to extract 2010-08-26 12:03:56 +04:00
anna
245bd55724 EA-21540 - NPE: ExtractClassProcessor$2.run 2010-08-26 12:03:55 +04:00
anna
171411c48d NPE 2010-08-26 12:03:54 +04:00
anna
ab7796431a show methods the same if type parameter bounds were mixed 2010-08-26 12:03:53 +04:00
peter
9812b5802c consistently reflect class owners' lockedness in project view, update it not only for java files 2010-08-25 18:22:46 +01:00
Roman Shevchenko
06b978f08d Inner classes via class stuff cache 2010-08-25 19:37:34 +04:00
nik
a02881d6ef fixed updating resource in running app server when more than one artifact is changed 2010-08-25 16:56:55 +04:00
Alexey Kudravtsev
d856e1330d moved to community 2010-08-25 14:37:23 +04:00
Alexey Kudravtsev
8fc27f7cf2 WI-1957 2010-08-25 14:37:22 +04:00
Alexey Kudravtsev
51ab66430b editor leak in tests 2010-08-25 14:37:21 +04:00
Alexey Kudravtsev
855ad67fab assertion 2010-08-25 14:37:20 +04:00
Alexey Kudravtsev
9d2ffbee61 diagnostics 2010-08-25 14:37:16 +04:00
nik
2da67e1690 OrderEnumerator: option to exclude the main module output added 2010-08-25 14:17:38 +04:00
Eugene Zhuravlev
629c0ed8c2 LowMemoryWatcher added,
PersistentMap's appender caches, compiler's caches and SemService's caches are now flushed on "low memory" signals
2010-08-25 11:51:05 +04:00
Denis Zhdanov
62d5694932 IDEA-57897 blank lines after class header changed between idea 9.0 and 10.0
Added dedicated option that controls number of blank lines after anonymous class header
2010-08-25 11:00:16 +04:00