CodeDeveloperPanel IGOR.6.03.x-1.1

in
Downloaded 11 times
Official release from Subversion tag: IGOR-6-03--1-1
Download: CodeDeveloperPanel-IGOR.6.03.x-1.1.zip
Size: 2.14 KB
md5_file hash: 481f64f29bce10f5fa8c0a034de234b5
First released: January 31, 2008 - 16:17
Last updated: January 31, 2008 - 16:20

Overview

This is an official release of the project.

Features

DeveloperPanel#Show()
Shows a panel with a list of packages you specify as a checklist to be checked to INSERTINCLUDE package and unchecked to DELETEINCLUDE it. Also allows an option to compile after include and to show or hide Independent Modules.

Installation Notes

First download and install all required packages.

To install the release version of this package, first download and unzip the ZIP archive. Then, follow one of three paths:

  1. Move the CodeDevelperPanel folder into the User Procedures folder of Igor Pro. Include the command
    #include "DeveloperPanel"

    in your package or insert it in the command window.

  2. Follow the method above. Create a shortcut/alias to the file CodeDevelperPanel .ipf. Move the shortcut/alias into the Igor Procedures folder of Igor Pro. The module will then always be accessible to all experiments.

  3. Move the CodeDeveloperPanel folder into the Igor Procedures folder of Igor Pro. The module will then always be accessible to all experiments. (This method is the least preferred one!)

User Notes

First edit the StrConstant in the CodeDeveloperPanel.lcl.ipf file to reflect your packages. Liberal names may not work!

To show the panel, on the command line type developerpanel#show().

Assuming you have Auto-compile selected in the Macros menu, the check box Compile After Insert will cause Igor Pro to compile after changing focus from the panel to somewhere else.

The check box Independent Module Development will show or hide any Independent Modules in the Procedures menu list.

Back to top