J!1.5 IDE

For discussion about specific tools of the trade and other assorted items needed to equip the joombie with everything they need to embark on their developer journeys.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
tekcronic
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Wed Nov 15, 2006 12:17 am
Location: USA - Ohio

J!1.5 IDE

Post by tekcronic » Fri Feb 29, 2008 6:09 am

Ok I have seen several things come up on this subject and was unable to determine which would be best to use to make the most of Joomla and it's plug-ins.

I personally have found that using Aptana is nice but I am still needing to have the Joomla framework load and references made to "what does what?" and "what is what?"

I know there are a few scripts I could create to automate the skeleton of a plug-in but then copying a folder is the same thing and I think it can be better. Aptana aside, I really just want a Joomla IDE, and I don't want a dated library, I want full J1.5 compatibility. Though I must admit there seems like I am just missing something, but as far as I can tell most of the IDE projects have been abandoned. Again I may be wrong but I am not seeing anything updated on any of it for months.
Last edited by tekcronic on Sat Mar 01, 2008 2:51 am, edited 1 time in total.

User avatar
Rogue4ngel
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 199
Joined: Sun Nov 26, 2006 10:46 pm
Location: New York

Re: J!1.5 IDE

Post by Rogue4ngel » Fri Feb 29, 2008 7:08 am

We did delve into Eclipse.

Here's some info if you haven't read it yet. Might help.

http://dev.joomla.org/component/option, ... nners:ide/
If you're not a part of the solution, you're a part of the problem.

tekcronic
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Wed Nov 15, 2006 12:17 am
Location: USA - Ohio

Re: J!1.5 IDE

Post by tekcronic » Fri Feb 29, 2008 10:28 pm

I did read that and it is helpful for setting up eclipse. I use Aptana and really am not that familiar with the eclipse interface.

I am aware of the Aptana plug-in for eclipse. I am not seeing how to load the Joomla API into either, which is what I am wanting to do. So when I am type something it pop-ups any matches for classes functions and what ever.

what I want is that if I type "j" into the source

Then I would get a pop-up saying :

Code: Select all

JPlugin
JPluginHelper
JTemplate
JButton
JButtonConfirm
JButtonCustom
JButtonHelp
JButtonLink
JButtonPopup
JButtonSeparator
JButtonStandard
JEditor
JHTML
JHTMLBehavior
JHTMLEmail
JHTMLForm
JHTMLGrid
JHTMLImage
JHTMLList
JHTMLMenu
JHTMLSelect
JPagination
JPaginationObject
JPane
JPaneSliders
JPaneTabs
JToolBar
so forth and so on

User avatar
Rogue4ngel
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 199
Joined: Sun Nov 26, 2006 10:46 pm
Location: New York

Re: J!1.5 IDE

Post by Rogue4ngel » Sat Mar 01, 2008 1:03 am

I'm not sure there is an easy way to do that.

There was talk of J!Code last year, but I'm not sure it has moved along as of yet. (See here)

This is to be a Joomla specific plugin for eclipse. Again, I'm not sure where it ended up, or if there has been any progress to date.
If you're not a part of the solution, you're a part of the problem.

tekcronic
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Wed Nov 15, 2006 12:17 am
Location: USA - Ohio

Re: J!1.5 IDE

Post by tekcronic » Sat Mar 01, 2008 2:24 am

Yes there was talk of it and in fact thanks to Andy Miller* it was implemented and can be found at the following link. The only thing I am concerned with is say the package called joomla-jcode-1.0.0.20061212.tar.gz it seems to be the linux package from December 12, 2006, which is outdated in my opinion. Though I have requested to join the project I may just pick-up what he did and completely redo and rename it. I wonder how many would help or what is needed to do.

http://joomlacode.org/gf/project/jcode/frs/

* The other J!code Devs
[list]Louis Landry
Andrew Eddie
Ian MacLennan
Laurens Vandeput
Philippe Ombredanne
Gary Paige
Muhammad Fuad[/list]

User avatar
Rogue4ngel
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 199
Joined: Sun Nov 26, 2006 10:46 pm
Location: New York

Re: J!1.5 IDE

Post by Rogue4ngel » Sat Mar 01, 2008 8:22 am

I'll have to grab it and give it a run. It would definitely be fun to try, and I need to reinstall eclipse anyway, so why not.
If you're not a part of the solution, you're a part of the problem.

tekcronic
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Wed Nov 15, 2006 12:17 am
Location: USA - Ohio

Re: J!1.5 IDE

Post by tekcronic » Mon Mar 24, 2008 7:10 am

So have you had any luck? what do you see as pro vs cons?


Post Reply