Rel in an IDE

This forum is for anything about Rel that isn't more appropriate elsewhere.
Post Reply
ecbrown
Posts: 7
Joined: Fri May 18, 2012 3:11 am

Rel in an IDE

Post by ecbrown »

I am interested in developing some new functionality in Rel, but one of the problems that I have is that although I am ok at writing Java, I am less capable of building Java programs. It's even worse when I did not write the code, and Rel is a pretty sophisticated code, indeed.

Feature Request: I wish to ask if it is possible to "bring Rel under IDE control", with e.g. IntellJ community edition and/or Eclipse?

I hope it would then be easier for me to modify code, install dependencies, run debugger, use some version control etc.-- then click a button, and have Rel jar files compiled.
Dave
Site Admin
Posts: 372
Joined: Sun Nov 27, 2005 7:19 pm

Re: Rel in an IDE

Post by Dave »

I'm not sure quite what you mean. Do you mean you'd like the Rel source code distributed as a ready-to-build project for a popular IDE like IntelliJ IDEA or Eclipse?
ecbrown
Posts: 7
Joined: Fri May 18, 2012 3:11 am

Re: Rel in an IDE

Post by ecbrown »

Precisely!
Dave
Site Admin
Posts: 372
Joined: Sun Nov 27, 2005 7:19 pm

Re: Rel in an IDE

Post by Dave »

That sounds like a great idea. I use Eclipse, so I'll try to provide a ready-to-build Eclipse project.
Post Reply