function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NickNick 

Eclipse Toolkit questions

1. Is there any documentation in addition to what I've found on the Apex Wiki (just one page, at https://wiki.apexdevnet.com/index.php/Eclipse_Plug-in).
 
2. I don't see how to create a new Apex code package. If I right-click on the SControls folder I get a menu item for Apex/New SControl, but no such luck with the Packages folder.
 
3. This really has to do with SControls, but I'll ask here. The Merge Field wizard is missing some important things, most notably the API and SControl (not $SControl) families. Can these be added?
 
4. There is a code template for a new SControl. If/when I am able to create a new Apex code package, will I be able to create my own template? Maybe this is obvious, but I'm not familiar with that side of Eclipse, so some guidance would be appreciated.
 
Nick
 
 
p.s. Dave: I've watched your Eclipse plug-in evolve over the last year or so. Thank you for taking this on--it's a great tool!
mtbclimbermtbclimber
1. No. The wiki is your best source of information for now anyway.

2. Try new -> other -> Apex

3. Please post that question here:
http://community.salesforce.com/sforce/board?board.id=ajax_toolkit

4. Not sure what you mean by template, the process asks for a package name but that's it. Packages are pretty loosely defined at this point.

DevAngelDevAngel
For the eclipse toolkit, you can create anything using File/New/Other and then looking for the apex category.  The new SControl menu item is a legacy from the old version where there was only one kind of thing you code create.  Instead of cluttering the shortcut menu, I decided to leave the wizards in the wizard lists.

Cheers