GStudio is the and Integrated development Environment to edit debug and simulate GoDB applications.
Menu Options.
File Menu
File Operations.
Edit Menu
Editor Operations.
Build Menu
Compile : Compiles the current file.
Build : Builds the project by compiling all the Modified Files.
Build All : Builds all the Files in the project.
Clean: Deletes all the intermediate files in the build folder including the database files.
Start Debug : Launches the simulator and connotes to it for source level debugging.
Run : Launches the simulator in Run Mode.
Remove All Breakpoints: Removes all the breakpoints in the open bas files.
Configurations: Add or remove Platforms to the Forms Builder.
Publish: Publishes the current project to GoDB Sync Server for Application Deployment.
Exclude Setup: Launches a dialog that lets you exclude files for different platforms.Ex: In some cases you might have ifferent images for different platforms and youexclude the images from getting to all the platforms. Home_PPC.bin should get compiled only to PPC platforms, Home_PALM.bin should get compiled only to Palm platforms etc.
Tools Menu
AddPlatform To Project : This option adds a new platform to the project. Platforms option allows the developer to have different form layouts for different Resolutions.This is similar to Build ->Configurations.
Unicode To UTF: This option helps the developer to get UTF-8 Encoded strings from Unicode strings. elect the Language option from the Language tool bar in the OS and
type it on the Uincode Edit box , the UTF text will appear in the UTF Text
box.This can be copied and pasted into the property
window.
Other Options in this menu let you Publish the app and VM to devices create setups etc.
View Menu
Clear Build Window: Clears the Build Output Window. PPrint outputs to thiswindow during debug Sessions.
Clear Trace Marks : Clears the Cyan marks in the left margin when you run your project in debug mode.
Options -> Project

Project
GVS: When using the GoDB Sync server, GVS is the GODB Versioning system formulti user
projects. Refer to Sync server manual for GVS configuration.
Options -> Source & Design:

Insert Comments Options determines if the comments are automatically insertedwhen you press enter after entering a sub statement.
Enable Auto Completion Options determines if the Auto Completion Popup
ShowsUp.
Auto Intend Options determines if Code intends automatically in the editor.
Use UTF8 This option if Unchecked will render characters above ASCII 127 as Extended ASCII Characters. This is required for projects that use scandinavian ASCII characters .
Options -> Build

Verbrose option determines if the external tools output, like the compiler output etc are displayed in the build output window.
Publish Compiled Scripts option publishes the compiled files to GoDB Sync server
automaticallyafter compilation.
BDB Custom Size option lets you sepcify the Maximum size of the BDB. Default is 90 MB.
Command Line option let you specify the Additional Command line parameters while Executing.
Ex: -a=100 -b=200 etc these will be available in GBasic as GetOsVar$("*CMDLINE")
Option -> Workspace
Gridspacing Determines the guide grid in the form builder.
Render Images Determines if the images are rendered in the form builder.
Auto Hide DesignTools Determines if the Tool Box is automatically hidden when you switch to code view from the form builder.
Selection: Determines if the selection rectangle selects Complete or partial Selections.
When the "Select items that are completely..."
option is selected only the first control is selected.
When
the "Include Partial Items..." option is selected both the controls are
selected.
Layout MenuForm Layout Operations.
Set Tab Order Let you set the focus order of the controls in the form.Select this option and click on the controls in the order you want the controlsand select Layout->Set Taborder Option to go back to normal editing.
Before
After 
Example:
Script Wizard Menu
Creates Scripts for the current form and fields.
Window Menu
Manages open windows in the IDE.
Help Menu
Help, Activation , Updates etc.