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
AMartinAMartin 

Javascript Editors???

Hi All,
 
Can anyone recommend a javascript editor for a newbie?  I've dabbled in VB/VBA before but never javascript so I'm gonna need all the help I can get.
 
Thanks in advance.
 
Aiden
DevAngelDevAngel
Visual Studio .NET is ok.

There is an Eclipse toolkit for AppExchange.

IntelliJ has good javascript support.
Ron HessRon Hess
The Eclipse plug-in for AppExchange is the best for me, directly updates the scontrol HTML body and keeps multiple projects alive at one time.
   
gokubigokubi
I just installed the Appexchange plug in for Eclipse and it is awesome! I'm sure I am not hitting on all its functionality, but here are the things that I love after only 30 minutes with it:

* live list of all your s-controls (separate list for each sf.com instance)
* live editing of all your s-controls (hit save and they are saved to sf.com)
* no more keeping the s-control edit screen handy in a tab with contstant copy code from the IDE, find the s-control list in browser, browser back one page, select all code, paste new code, save s-control, navigate back to sf.com to test.
* nice formatting, code coloring, block indenting, etc.

Just the ability to save in the IDE and have it automatically update in sf.com is worth it for me.

You should try it if you haven't yet...

Thanks for creating this plug in!
Steve
Ron HessRon Hess
Another cool feature of the Eclipse editor is that if you run a search for some code you know you just wrote but dont' remember where, it will search each and every scontrol, in each open project !



SimplySfdcSimplySfdc

Hi Steve/Ronn,

Do we able to do debug of AppExchange from Eclipse? Thanks.

sq

 

 

DevAngelDevAngel
If you are using the Eclipse toolkit, you'll have to use venkman or something. 
The_FoxThe_Fox
Hello,

I am using it but each time I make a save I have an error and when I make a save as it is working. And I am trying on a scontrol from Appexchange amd I am just adding comments in the javascript

The error
An io exception occurred.
InvaliD_Type: Must send a concrete entity type

Thanks
Ron HessRon Hess
if you just grab an scontrol , and this control has a merge field , and your org does not have that same merge field you may see a save problem.

also you can update to the latest version of the Eclipse tooklit , i have

1.0.2206


SimplySfdcSimplySfdc

Hi Ron,

Where we could get version 1.0.2206?

sq

Ron HessRon Hess
so, if you have a previous version installed, you can go into the help menu item in eclipse, then find "manage configurations", then open up the tree item for AppExchange plugin, then click the like in the detail pane which says "check for updates" or something.

this is the best way to get the latest version.
 You can also scan for all updates in eclipse , but that can take a long time.