just enter about:config in your address bar, then paste security.dialog_enable_delay into the filter box. Double-click that preference and change the value to 0. That’s All !!!
However, Just take care of attacks !!!
- Start eclipse from the applications menu
- Go to menu ‘Help->Software Updates->Find and Install’
- Select ‘Search for new features to install’ and click ‘Next’
- Click ‘New Remote Site’
- Enter name as ‘Apatana’ and URL
http://update.aptana.com/install/3.2and click OK - Click ‘New Remote Site’ again
- Enter name as ‘Apatana Radrails’ and URL:
http://update.aptana.com/install/rails/3.2and click OK - Click ‘finish’ to start the search for updates
- Once the search is complete, you should check both ‘aptana’ and ‘aptana radrails’ and click ‘next’ to install
- Accept the license agreement and click ‘next’ and then ‘finish’ to start the actual download
- When prompted click ‘install all’ to finish the install
- Restart eclipse
[HOW TO] Use CVS with Eclipse IDE
May 4, 2008
-
Start Eclipse and Create a new workspace
-
Select the preferences dialog from Window menu
-
Select Team → CVS → Ext Connection Method → select “Use another connection method type to connect” → Connection Type “extssh”
-
Press OK to exit the dialog.
-
To get the project from CVS. Select File → Import
-
Select “Checkedout projects from CVS” selection and click Next.
-
Enter CVS information as shown below and replace username field with your ID then click Next.
-
Select Module to checkout as shown below and then click Next.
-
Fill in project information and click Next.
-
Select the workspace that you add the project to and click Next.
-
If you want to select a specific tag, select it from the following window then click Finish to end the wizard.
-
Click Refresh Tags to refresh the branches and tags on the CVS. Then expand the tree in the above dialog.
-
Select the branch of your name and click finish.
-
You have to check that the tree you checked out from the CVS is your branch. This is done by looking at the tree root in eclipse.
-
You will note that your branch name is placed beside the word src
-
Now, you are ready to work with the project.