The eclipse tag has no wiki summary.
-2
votes
1answer
62 views
WSDL Eclipse and Salesforce [closed]
Is it possible to access an webservice WSDL through a Webservice Client in Eclipse and then use it in Salesforce?
2
votes
1answer
56 views
How do I find the line number for Visualforce errors in Eclipse?
Most Visualforce errors in Eclipse are erroneously located in Line 0. Pasting the same code in the Salesforce via a web browser exposes the line number of the error. How do I find the line number for ...
8
votes
3answers
117 views
Slow development
When I am developing sometimes my eclipse hangs or takes 8 mins to push a change. IT really slows me down. It can take a long while to run tests.
I sometime run tests in the browser to speed things ...
5
votes
2answers
48 views
javascript highlighting inside eclipse
I'm trying to find a way to enable javascript syntax highlighting while editing a VF page inside eclipse.
Has anyone had success in enabling this?
2
votes
1answer
27 views
Force.com IDE adds localized fields on sync?
I have a project that I keep in Git and use ant most of the time to deploy it to dev orgs and the production org where we create the package.
When I sync the project with the development environment ...
1
vote
2answers
49 views
Put Force.com Functions in a Toolbar
Most of the force.come function in eclipse are buried deep in a context menu. Some (e.g. Deploy) are available in the toolbar. How do I get other functions (Refresh from Server, Run Tests) into the ...
1
vote
1answer
58 views
Force.com IDE Issues
I am downloaded from force.com IDE software from the following site.,
Force.com IDE
In my system is Windows7: 32 bit, So I downloaded Windows Installer (32-bit)
and I tried to install into my ststem, ...
8
votes
3answers
77 views
Using Force.com IDE to move schema from 1 prod org to DE org
A [similar question] was asked here 1
Copying metadata and code from one Production org to another
and I have a twist on this...
Assuming there are two orgs, Prod1 and DE, or Prod1 and Prod2.
...
3
votes
4answers
113 views
Code Formatting
Has anyone gotten code formatting (Ctrl+Shift+F) to work in Eclipse? I know it's basically a Java feature but it would be neat to format Apex code according to rules.
I also can't get some hotkeys ...
0
votes
1answer
81 views
Force.com IDE: Rookie Error?
I'm using the Force.com IDE for the first time and attempting to migrate all the meta-data from one instance to a brand new developer edition account. I am fine doing this piece by piece however long ...
0
votes
3answers
463 views
Generating package.xml for deploying with Ant from Eclipse
I'm using Ant to deploy from within Eclipse and facing a challenge of having to manually manage my package.xml files.
Currently I am unhappy that I a) have to manually manage my package.xml entries ...
0
votes
0answers
13 views
How to prevent Eclipse Plug-in auto build from generating warnings for system files [duplicate]
Possible Duplicate:
Force.com IDE warning that files in .git subdirectory only saved locally, not to server
Recently switched to handling version control outside of eclipse and now whenever ...
1
vote
1answer
37 views
“Show in Salesforce Web” not working - Eclipse / Force.com IDE
All of a sudden "Show in Salesforce Web" option (right click on project->Force.com->"Show in Salesforce Web") wasn't working, and when executed was opening wordpard and then failing. On google'ing ...
3
votes
3answers
326 views
eclipse + force.com ide plugin launch freeze problem
Some of us have been upgrading eclipse to juno, which is giving a lot of problems starting up. Specially after also upgrading the force plugin to winter13/api26 Sometimes it will load and launch (and ...
3
votes
1answer
163 views
Why are code coverage results different in IDE and developer console?
The Apex coverage results for unit tests in the Force.com IDE and the developer console are very different. I just ran 2 tests in both and got:
test 1
IDE: 75 lines not tests, 68% covered
Developer ...
2
votes
1answer
303 views
Test case fails in eclipse, same test case succeeds in webinterface. Click-through also succeeds
We have a rather elaborate setup where we have partner portal users approve/reject account-records using a visualforce page. We've got a test case doing this whole flow and it succeeds when you run ...
5
votes
3answers
360 views
Override Eclipse Metadata API Version
Is it possible to override the eclipse metadata api version? Often new details are available via the metadata api before the latest eclipse ide update (assuming that they actually include new stuff ...
0
votes
1answer
85 views
Permission Set Metadata Missing Tab Visiblity?
I'm trying to get some new permission sets that grant access to custom tabs into source control, but the resulting metadata doesn't contain any tab visibilities. Is this a known hole in the metadata ...
5
votes
5answers
1k views
Deploy to different environments using Eclipse
I am new to deploying from one org to another, Can someone refer some good documentation on how to deploy using Eclipse.
Also, any steps / pointers would be great..