Script Editor

Launched from the File Menu with the Open Script Editor option, the Script Editor dialog can be used to create, view, edit and run scripts in Global Mapper. Multiple script files will open as separate tabs in this dialog and can be run individually using data loaded in the open workspace, or files called in the script. Click here for a guide to the Global Mapper scripting language.

This tool requires Global Mapper Pro.

Scripts using Global Mapper Script, Python, or Global Mapper Spatial Scripting (*.gmss) can be created, edited, and run through the Script Editor dialog. To work with a python script (*.py file) python v3.9 must be installed.

The Script File pane displays the current script file and allows you to edit the script content. The script text displayed in this pane will be colored to differentiate between commands, parameters, values, and comments. When starting a new script, save the file or select the appropriate script language from the Edit menu to enable syntax colors.

To load a new script file use the File Menu > Open option or click the Load Script... button at the bottom left corner of the dialog. If a script is already open in the Script File pane, the new script will be opened in a new tab. Script tabs can be closed with the x on the tabbed interface or with the Close Tab File Menu option in the dialog.

If you would like the script file to make use of data already loaded in the main view and to also affect what is displayed in the main view, check the Run Script in the Context of the Main View option prior to running the script.

To run the loaded script file from the active tab, click the Run Script button. Any warning, error, or status messages generated while running the script will be output to the Script Results pane.

Bookmarks

Use the toolbar button to add or remove bookmarks in a script. A bookmarked line of script will show a rectangle tag on the left of the line index in the Script File pane. Use the Next Bookmark and Previous Bookmark toolbar buttons to jump from one bookmarked line to another.

Script Editor Toolbar

New File

Open File (Ctrl+O)

Save File (Ctrl+S)

Save All

Undo (Ctrl+U)

Redo (Ctrl+Y)

Cut (Ctrl+X)

Copy (Ctrl+C)

Paste (Ctrl+V)

Toggle Bookmark

Next Bookmark

Previous Bookmark

File Menu

Save - Select this option or use the Ctrl+S shortcut to save the script file.

Save As - Select this option or use the Ctrl+Shift+S shortcut to save the current script to a new file.

Open - Select this option or use the Ctrl+O shortcut to open a existing script file. If a script is already open in the dialog, the new file will open in a new tab.

Reload - Select this option or use the Ctrl+R shortcut to reload the script in the active tab to reflect any changes made in the source file outside of Global Mapper.

Close Tab - Select this option from the File Menu to close the active tab but keep the dialog open.

Edit Menu

Undo - Select this option or use the Ctrl+Z shortcut to undo the last script edit in the Script Editor dialog.

Redo - Select this option or use the Ctrl+Y shortcut to redo an undone change in an open script.

Cut - Select this option or use the Ctrl+X shortcut to cut the selected script text.

Copy - Select this option or use the Ctrl+C shortcut to copy the selected script text.

Paste - Select this option or use the Ctrl+V shortcut to paste the copied or cut text into the script editor.

Language - When beginning to write a script, select the language, either Global Mapper Script or Python that will be used. This will enable the colored text indicators to help user differentiate between commands, parameters, values, and comments.