Results 1 to 10 of 10

Thread: Intellij IDE

  1. #1
    Join Date
    Aug 2004
    Location
    San Francisco, CA
    Posts
    18

    Default Intellij IDE

    Posted this on the dev list a while back, but I didn't get a response. Figure I'd try again while the noise is low...

    Are there any plans to support Jetbrain's Intellij IDEA IDE? Spring Console integrates with it, but it's closed source, and there are a few Intellij-specific things I'd like to add to it...

    If there aren't any plans, how modular is the Eclispse Module? Would it be hard for someone (say, me) to port?

    Thanks.

    --pete

  2. #2
    Join Date
    Aug 2004
    Posts
    229

    Default

    +1 for this effort
    As a user of IntelliJ IDEA and of Spring, this would certainly be useful.

  3. #3
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default Re: Intellij IDE

    Quote Originally Posted by pmorelli
    If there aren't any plans, how modular is the Eclispse Module? Would it be hard for someone (say, me) to port?
    Pete,

    Spring IDE heavily leverages the Eclipse platform, e.g. the incremental builder support, project / resource management or the text editor support. It's deeply integrated in the Eclipse workbench, e.g. decorators and markers for validation errors or the whole UI stuff like the view and preferences dialog. Not to mention the GEF stuff :-)

    Only a few classes are reusable outside of Eclipse. This is mostly the model with it's parser and the validator.

    Sorry, but this is IMHO way too little to reuse it within another IDE.
    So you have to start from scratch.

    Regards,
    Torsten

  4. #4
    Join Date
    Aug 2004
    Posts
    19

    Default

    I think Intellj Idea's xml editor is smart enough. We do not need to invent a new toy in another IDE.


    rgs

  5. #5
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default

    Quote Originally Posted by Savagearts
    I think Intellj Idea's xml editor is smart enough. We do not need to invent a new toy in another IDE.
    Spring IDE doesn't leverage any specific (XML) editor. It uses the basic text editor architecture of Eclipse to open a config file and navigate to the corresponding line. But this is only the easy part.

    The hard stuff is provided by Eclipse's resource / project management environment (project natures and it's incremental builders which provides notifications and deltas for modified / removed / added resources [files / projects / directories], resource problem markers [problem decorations and problem task management) and Eclipse UI (workbench and JFace are used to provide project properties, property sheets and beans view).

    So IMHO the XML editor is the least interesting part of the game, any text editor does :-).

    Sorry...

    Regards,
    Torsten

  6. #6
    Join Date
    Aug 2004
    Posts
    19

    Default

    I do not take any things lightly for Spring IDE.
    Spring IDE is a great job.I use it in our project successfully.


    Regards

  7. #7

    Default

    May be it'd make sense to start a project for developing IDEAs Spring plugin? What do you think?

  8. #8
    Join Date
    Aug 2004
    Location
    San Francisco, CA
    Posts
    18

    Default

    I'd be interested...

  9. #9
    Join Date
    Aug 2004
    Posts
    21

    Default

    +1 as IntelliJ is my choice of IDE

  10. #10
    Join Date
    Sep 2004
    Posts
    26

    Default

    I'd love to see an IDEA plugin. The team I'm on has got a lot of productivity gains from using IDEA and now Spring is playing an increasing role too. Getting the two together would be great.

    Realistically I doubt I'd have much time to contribute, but I'd sure like to try and help out as I can. Please let me know if anyone starts work on this.

    ,boz

Similar Threads

  1. Replies: 3
    Last Post: Oct 21st, 2005, 02:19 PM
  2. Replies: 3
    Last Post: Aug 5th, 2005, 10:57 AM
  3. Replies: 2
    Last Post: Jul 31st, 2005, 04:47 AM
  4. Junit Test in IntelliJ
    By nisha in forum Web
    Replies: 1
    Last Post: Apr 9th, 2005, 08:44 AM
  5. Using Junit in IntelliJ
    By nisha in forum Web
    Replies: 1
    Last Post: Apr 9th, 2005, 03:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •