You can configure external programs that you can run from the Tools menu.

About External Tools

An external tool is simply another program, such as Paint or Notepad that you can call directly from Color Palette Editor. The benefit of defining external tools is that you can specify the command lines to make some tasks easier, for example to open an image directly in Paint for editing. Leveraging the power of external command line utilities can greatly expand supported functionality.

Each external tool is comprised of five different options.

FieldDescription
TitleSpecifies the title text that appears on the menu. You can use the ampersand (&) character in front of a letter to make it a keyboard accelerator.
CommandThe path and filename of the command to execute. This field supports environment variables and application tokens.
ArgumentsSpecifies any custom arguments to pass to the command. This field supports environment variables and application tokens.
Initial DirectorySpecifies the initial directory for the command. This field supports environment variables and application tokens.
Prompt for argumentsThis option determines if the user is prompted for custom arguments when launching the tool.

About Environment Variables

Environment variables are per-process variables provided by the operating system, and can be used to obtain the location of external tools or directories. To specify an environment variable, surround the variable name with percentage signs, for example %windir% or %TEMP%.

About Application Tokens

Application tokens allow you to inject information about the currently open document into the command lines for external tools. Application tokens consist of a keyword surrounded by brackets and a prefix character, for example $(ProjectPath).

TokenDescription
$(AppPath)The full path and executable name of the Color Palette Editor client
$(AppDir)The full directory name of the Color Palette Editor client
$(AppFileName)The name of the Color Palette Editor client executable
$(AppName)The name of the Color Palette Editor client executable, excluding the extension
$(AppExt)The extension of the Color Palette Editor client executable
$(ItemPath)The full path filename of the current palette
$(ItemDir)The full directory name of the current palette
$(ItemFileName)The name of the current palette
$(ItemName)The name of the current palette, excluding the extension
$(ItemExt)The extension of the current palette
$(UserDataDir)The full directory name of the Color Palette Editor user data folder

See Also

Customising Color Palette Editor

© 2014-2021 Cyotek Ltd. All Rights Reserved.
Documentation version 1.7 (buildref #411.-), last modified 2021-06-01. Generated 2023-04-02 08:18 using Cyotek HelpWrite Professional version 6.19.1