CodeDeveloperPanel IGOR.6.03.x-1.2

in
Downloaded 2 times
Official release from Subversion tag: IGOR-6-03--1-2
Download: CodeDeveloperPanel-IGOR.6.03.x-1.2.zip
Size: 7.03 KB
md5_file hash: d082e32727ede093a3429860431b10cd
First released: March 24, 2008 - 14:43
Last updated: March 24, 2008 - 14:50

Overview

This has code changes and new features.

Summary

Code
After you first start the panel and then restart Igor Pro, the procedure file and the localization file will disappear from the Procedures menu. On Windows, the files will also disappear from the CodeDeveloperPanel folder! The package no longer requires ScreenSizer (although it benefits by it!)

Localization File
The structure of the localization file has been changed. You can now set two different string constant lists to define two different modes - Coder and User. The idea is, in Coder mode, you are developing packages, while in User mode you are using them (and/or others). Alternatively, User mode is meant as a quick way to load/off-load packages that you collect in User Procedures rather than globally in Igor Procedures, with the intent to free up the list of procedure files appearing in the Windows:Procedures list. You can also define the height of the panel to accomodate longer lists of procedure files.

Panel
You can choose Coder and User modes in a popup menu selection. You can also Show (or Hide) the localization file. When hidden, the localization file disappears from the Procedure list in Igor Pro and (on Windows) also disappears from the folder! You also can save the current experiment by clicking on the Save icon.

Back to top