Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

setup.h File Reference

Plucker Desktop compilation settings. More...

Go to the source code of this file.


Defines

#define  setupUSE_STYLED_TEXT_CONTROL   1
  Toggles inclusion of the Styled Text Control (STC),.

#define  setupUSE_INTERNATIONALIZATION   1
  Whether to include the code for internationalization (using .po files).

#define  setupUSE_SPLASHSCREEN   1
  Whether to use a splashscreen.

#define  setupUSE_STARTUP_TIPS   1
  Whether to use startup tips ("Did you know"...).

#define  setupUSE_HTML_TIP_DIALOG   1
  Whether to use a html enabled tip of the day dialog, instead of the default kind.

#define  setupUSE_ONLINE_HELP   1
  Whether to use the online help (an html help controller, currently ).

#define  setupUSE_WIZARDS   1
  Whether or not to use wizards.

#define  setupUSE_ENHANCED_PROGRESS_DIALOG   1
  Whether to use the progress dialog classes (otherwise console windows only).

#define  setupUSE_INTEGRATED_HTML_EDITOR   1
  Whether or not to use the integrated HTML editor.

#define  setupUSE_INTEGRATED_EXCLUSION_LIST_EDITOR   1
  Whether or not to use the integrated exclusion list editor.

#define  setupUSE_SHOWCASE   1
  Whether or not to use the Plucker showcase.

#define  setupUSE_SHOWCASE_PREVIEW_PANE   0
  Whether or not to show a live HTML preview of a channel in the showcase dialog.

#define  setupUSE_CHECKBOX_MESSAGE_DIALOG   1
  Whether to use message dialogs with a checkbox that say "Don't remind me again".

#define  setupUSE_ART_PROVIDER   1
  Whether to use the art provider (replaces wxWindows icons). Set to 0 if version < 2.3.3.

#define  setupUSE_ENHANCED_ABOUT_DIALOG   1
  Whether to use the enhanced about dialog.

#define  setupUSE_SINGLE_INSTANCE_CHECKER   1
  Whether to use the single instance checker code.

#define  setupUSE_IMPORT_CONTROLLER   1
  Whether to use the import controller (1 is recommended).

#define  setupUSE_DRAG_AND_DROP   1
  Whether to use drag and drop and clipboard or not.

#define  setupSET_CWD_TO_PLUCKERHOME_BEFORE_BUILD   1
  Whether to set CWD to pluckerhome before executing plucker-build.

#define  setupUSE_CATCH_STDOUT_FROM_PLUCKER_BUILD   0
  Catches the stdout instead of stderr from plucker-build.

#define  setupSEND_CHANNEL_PDBS_TO_DESTINATIONS_IN_BATCH_AT_END_NOT_IMMEDIATELY   0
  Sends channel's output file to destination immediately vs. a group at the end.

#define  setupUSE_MSW_PLUCKERHOME_REGISTRY_CHECK   1
  Looks up value of pluckerhome from the registry and saves it to the .ini during startup.

#define  setupUSE_MSW_ENHANCED_PROCESS_KILLING   1
  Improves process killing on MSW with some extra platform-specific code for killing.

#define  setupUSE_PROCESS_PROGRESS_DIALOG_IDLE_TIMER   1
  Whether to use an idle timer for generating idle events on the process progress dialog.

#define  setupUSE_DATETIME_MANUAL_PARSE_HACK   1
  A hack around the fact that the wxDateTime::ParseFormat() as of wx2.3.2.

#define  setupUSE_TIME_MANUAL_PARSE_HACK   1
  Similar to setupUSE_DATETIME_MANUAL_PARSE_HACK, but for time.

#define  setupUSE_NO_CONTROL_PERSISTANCE_HACK   1
  A hack to stop wxFileDialog from saving to plucker.ini while wxWindows awaits feature.

#define  setupUSE_FILECONFIG_CAN_DELETE_LAST_ELEMENT_HACK   1
  A hack to permit wxFileConfig to properly write last element so can be deleted.

#define  setupUSE_PARENT_WINDOW_CATCH_UPDATE_UI_EVENT_FROM_DERIVED_LISTCTRL_HACK   1
  A hack to force update UI events from derived listctrls to always be caught by parent.

#define  setupUSE_NO_XRC_VARIABLE_EXPANSION_YET_HACK   1
  Hack to replace strings in XRC while we wait for runtime variable expansion in XRC.

#define  setupUSE_MSW_FORCE_COMMANDLINE_AUTOCLOSE_PROGRESS_CLOSURE   1
  Whether to force shutdown of commandline mode, MSW, progress dialog, autoclose dialog.


Detailed Description

Plucker Desktop compilation settings.

This file contains defines, that get included into all files. It is used to turn off certain features mostly.

Modified by:
Copyright:
(c) Robert O'Connor ( rob@medicalmnemonics.com )
Licence:
GPL
Author:
Robert O'Connor
Date:
2001/10/20