Preferences: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:preferences.png]][[File:languages.png]]<br /> | This screen lets you configure your deploy options and change the language the IDE uses. | ||
[[File:preferences.png|400px]][[File:languages.png|400px]]<br /> | |||
=== Deploy Options Tab === | |||
The information on this screen is used to deploy your app to a server, other than the App Studio test server (nsbapp.com). For more information on deploying, see [[Testing and Deploying]] and [[Distributing_your_App|Tech Note 05, “Distributing your App”]]. <br /> | The information on this screen is used to deploy your app to a server, other than the App Studio test server (nsbapp.com). For more information on deploying, see [[Testing and Deploying]] and [[Distributing_your_App|Tech Note 05, “Distributing your App”]]. <br /> | ||
{| class = "wikitable" | {| class = "wikitable" | ||
Line 22: | Line 26: | ||
| PhoneGap Password ||The password of your PhoneGap Build account. | | PhoneGap Password ||The password of your PhoneGap Build account. | ||
|} | |} | ||
=== Languages Tab === | |||
On startup, the IDE looks at the system default language, then loads the appropriate language table. | |||
Languages which are fully translated include Arabic, Chinese, French, German, Indonesian, Italian, Japanese, Korean, Polish, Russian, Spanish and Thai. | |||
Languages that are partially complete include Danish, Dutch, Hebrew, Malay, Portuguese, Romanian and Swedish. | |||
The translations are being done by over 50 hard working volunteers. If you want to help or add another language, contact us at support@nsbasic.com. | |||
If you prefer to work in a language other that the system default, it is easy to change. Go to into Preferences and choose the Language tab. Select the new language and restart the IDE: | |||
Next: [[Build_Native_App|Build Native App]] | Next: [[Build_Native_App|Build Native App]] |
Revision as of 18:03, 25 February 2013
This screen lets you configure your deploy options and change the language the IDE uses.
Deploy Options Tab
The information on this screen is used to deploy your app to a server, other than the App Studio test server (nsbapp.com). For more information on deploying, see Testing and Deploying and Tech Note 05, “Distributing your App”.
Deployment Location |
|
Server | The name of the server. For example, nsbasic.com. |
Path | The directory to install to on the server. This can be blank. If the directory does not exist, it is created. |
Username | The user name used to ftp into your site. |
Password | The password used to ftp into your site. |
Local Path | The path on your local system to depoy to. |
PhoneGap Email | The name of your PhoneGap Build account. |
PhoneGap Password | The password of your PhoneGap Build account. |
Languages Tab
On startup, the IDE looks at the system default language, then loads the appropriate language table.
Languages which are fully translated include Arabic, Chinese, French, German, Indonesian, Italian, Japanese, Korean, Polish, Russian, Spanish and Thai.
Languages that are partially complete include Danish, Dutch, Hebrew, Malay, Portuguese, Romanian and Swedish.
The translations are being done by over 50 hard working volunteers. If you want to help or add another language, contact us at support@nsbasic.com.
If you prefer to work in a language other that the system default, it is easy to change. Go to into Preferences and choose the Language tab. Select the new language and restart the IDE:
Next: Build Native App