Commit Graph
13843 Commits
Author SHA1 Message Date
nik 3a69458ccf added actions 'mark/unmark as generated sources root' to popup menu 2013-11-11 17:22:18 +04:00
nik ac0f8ab3f2 obtaining framework libraries from app server: download libraries list asynchronously from server 2013-11-11 16:05:11 +04:00
Dmitry Avdeev 90ea6d77f8 do not disable empty frameworks page if no templates available 2013-11-11 15:36:21 +04:00
anna a69a88a032 spi: decline abstract classes, suggest all available inheritors (IDEA-115502) 2013-11-11 12:06:47 +01:00
anna 06815172d7 testdata fixed 2013-11-11 10:43:19 +01:00
Dmitry Avdeev d34d829e7e new project wizard: remote templates 2013-11-11 13:04:04 +04:00
nik b8df146aba show usages from generated code in separate group (IDEA-97579) 2013-11-11 10:02:52 +04:00
peter a54334794b IDEA-115330 Incorrect "condition is always false" 2013-11-09 18:19:09 +01:00
peter 0af49e609b fix two psi elements per one ast element in stub-ast switch:
psi1 is taken from stub
  psi2 is eagerly created during chameleon parsing
  another thread gets the ast when some psi1 parent is already switched and psi1 is not, it walks down the ast and gets psi2
2013-11-09 12:24:35 +01:00
anna 35c07dac65 new inference: reject isExact for no constructor parameterized class 2013-11-08 19:39:33 +01:00
anna 5fafbd5944 EA-51725 - NPE: IntroduceVariableBase.replace 2013-11-08 19:39:32 +01:00
anna 22cf8deff5 ignore anonymous classes when generating constructors
EA-51713 - assert: CreateConstructorMatchingSuperFix$.run
2013-11-08 19:39:31 +01:00
Vladimir Krivosheev fcb4970d50 attempt to fix IDEA-116128 LiveEdit doesn't work correctly for JSP files 2013-11-08 19:24:27 +01:00
Eugene Zhuravlev 3112d12955 reliably check if a task for debugger manager thread was interrupted 2013-11-08 17:33:43 +01:00
Dmitry Jemerov f01a713b44 grouping by directory uses project-relative paths (PY-11176); rename the action from "Group by package" to "Group by directory" in platform-based IDEs 2013-11-08 12:52:44 +01:00
nik 4d22f5e7fb DirectoryIndex: don't include roots from content to projectExcludeRoots set, update projectExcludeRoots on VFS change 2013-11-08 15:51:31 +04:00
anna a902c4ee87 testdata fixed 2013-11-08 11:06:57 +01:00
Dmitry Avdeev ab315c83dd new project wizard: template description & count 2013-11-08 13:05:17 +04:00
Dmitry Avdeev 62eeca9c70 new project wizard: adding project templates 2013-11-08 12:37:07 +04:00
Dmitry Avdeev aaad70d6de cleanup 2013-11-08 12:37:03 +04:00
Gregory.Shrago ce6fbd941e IDEA-97390 Java Debugger: View Text action shows white on white 2013-11-08 01:30:42 +04:00
peter c5e1cf7a0b don't reformat mock variable during control flow building 2013-11-07 21:51:16 +01:00
peter 8e11281d4d don't walk module src roots in search for .class file source (IDEA-116085) 2013-11-07 21:47:34 +01:00
peter 992d7404df cache expected names (IDEA-116085) 2013-11-07 21:31:42 +01:00
peter 10976b3dd4 walk library src roots once when searching for class sources (IDEA-116085) 2013-11-07 21:31:42 +01:00
anna a818922762 javadoc: include in classpath only libraries from modules which participate in the scope (IDEA-116083) 2013-11-07 20:49:33 +01:00
anna 38e2991f54 new inference: do not use nested call args to infer on the top level 2013-11-07 20:49:32 +01:00
anna 465762a96e new inference: reject multiple eq bounds 2013-11-07 20:49:32 +01:00
Bas Leijdekkers 9005acd75a common "invert boolean" quickfix 2013-11-07 20:45:45 +01:00
Eugene Zhuravlev e4cce36d51 java.lang.IllegalThreadStateException additional handling 2013-11-07 20:28:07 +01:00
Eugene Zhuravlev 1249362bbb disposed check 2013-11-07 20:28:06 +01:00
Max Medvedev 0495c4731b cleanup 2013-11-07 20:42:02 +02:00
Max Medvedev 88509575dc IDEA-101405 Call hierarchy support for Groovy 2013-11-07 20:42:00 +02:00
peter fdb9f6ef82 ctrl+w shouldn't choke on unclosed argument lists (EA-51589) 2013-11-07 18:14:48 +01:00
Eugene Zhuravlev 9553c1aa59 catch all exceptions that may influence VM attach process 2013-11-07 17:51:57 +01:00
peter 5d96196ff1 dfa: flush resource variables when leaving try block 2013-11-07 17:06:32 +01:00
anna edbde43095 generics: bounds check should stop expanding nested wildcards up to 2nd level 2013-11-07 16:38:38 +01:00
Svetlana.Zemlyanskay fe27876222 WI-14476 When hovering over variable, Expression Evaluation tooltip disappears before I can click the + icon (cherry picked from commit 3034e98) 2013-11-07 16:30:17 +04:00
Roman Shevchenko 202e2ae646 Cleanup (test)
- Groovy tests moved to corresponding module
- assertions cleaned
- parasitic exceptions suppressed
2013-11-07 13:10:47 +01:00
Roman Shevchenko a5960af372 java: no need to check package prefix for annotations on ref adjustment 2013-11-07 13:10:46 +01:00
Roman Shevchenko ab262e2085 Cleanup (test) 2013-11-07 13:10:46 +01:00
Vassiliy 5b2a86b8ab IDEA-89720 Preview usages: "select usages to preview" should be shown at the center of panel 2013-11-07 16:01:58 +04:00
Eugene Zhuravlev 53645139a1 exception-safe rendering 2013-11-07 11:55:00 +01:00
Eugene Zhuravlev 544a580756 thread assertion fix 2013-11-07 11:54:59 +01:00
Eugene Zhuravlev bc4c101c73 fix NPEs 2013-11-07 11:54:58 +01:00
Dmitry Avdeev 9aee54e284 framework version from existing library 2013-11-07 13:44:31 +04:00
Dmitry Avdeev 37f430f112 removing borders automatically 2013-11-07 13:44:30 +04:00
Dmitry Avdeev 5db09f5e15 CCE from android step fixed 2013-11-07 12:19:54 +04:00
Dmitry Avdeev cded14fe38 IDEA-115064 New Project Wizard: Spring page looks bad: preselected frameworks 2013-11-07 11:57:03 +04:00
Dmitry Avdeev 8bba7c9f1b IDEA-115076 Groovy: New Project Wizard: IAE at DialogWrapperPeerFactoryImpl.createPeer() on 'Create Groovy Library' 2013-11-07 10:51:39 +04:00