History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-11621
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Jemerov
Reporter: Etienne Studer
Votes: 4
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Make src_xxx.zip files of IDEA core plugins self-contained and complete

Created: 03 Jan 06 19:37   Updated: 16 Oct 07 00:11
Component/s: Plugin Support. Architecture
Fix Version/s: Diana Final

Original Estimate: 1 day Remaining Estimate: 1 day Time Spent: Unknown
Issue Links:
Depend
 
This issue is required for:
IDEADEV-12092 Internal IDEA project improvement/cle... Major Open

Build: 3,542
Severity: High


 Description  « Hide
For example, looking at src_devkit.zip
  • the sources are not in the correct folder structure (somehow half-way flattened out)
  • the plugin.xml is missing
  • no .iml / .ipr available

The last two bullets seem to the case for all IDEA core plugins.

It would be great if these src_xxx.zip files of the IDEA core plugins would be as complete as the example plugins that are contained within the idea4444-dev.zip file. This would allow anyone to extract the zip file, add the .iml to an IDEA project, and be ready to play around with the implementation of these plugins.



 All   Comments   Work Log   Change History      Sort Order:
Vladislav Kaznacheev - 23 Oct 06 19:49
Dima, is this still relevant?

Dmitry Jemerov - 23 Oct 06 19:57
It is.

Etienne Studer - 23 Oct 06 20:56
I'm still convinced that resolving this issue would make it easier for new plugin developers to get started if they could run the plugins shipped with source code 'out-of-the-box'. Very convenient and might lower the initial barrier of playing around with existing plugin sources.