Releases for XML Note Tools
XMLNoteTools IGOR.6.03.x-1.x-dev
Posted July 8th, 2008 by jjweimerDownload: XMLNoteTools-IGOR.6.03.x-1.x-dev.zip
Size: 182.33 KB
md5_file hash: 4d39bb6e635ab75328a1565ed7ad65fe
First released: July 8, 2008 - 17:07
Last updated: July 8, 2008 - 18:00
Overview
This is the development branch for version 1.x of the package.
XMLNoteTools IGOR.6.03.x-0.7
Posted May 19th, 2008 by jjweimerDownload: XMLNoteTools-IGOR.6.03.x-0.7.zip
Size: 181.49 KB
md5_file hash: d0449ab26de93078dacda1f11ad54b68
First released: May 19, 2008 - 08:15
Last updated: May 19, 2008 - 08:20
Overview
This release adds a feature to turn off/on the entire header when the Template is NONE. It also fixes bugs with the integration with Easy New Notebook.
XMLNoteTools IGOR.6.03.x-0.6
Posted April 9th, 2008 by jjweimerDownload: XMLNoteTools-IGOR.6.03.x-0.6.zip
Size: 181.81 KB
md5_file hash: ae13500ed67d0a4e5398bc537801bb18
First released: April 9, 2008 - 16:44
Last updated: April 9, 2008 - 16:50
Overview
Integrates with Easy New Notebook. Core, Module, and Panel are now separate code files. Use either Core + Module or Panel + Module.
XMLNoteTools IGOR.6.03.x-0.5
Posted March 28th, 2008 by jjweimerDownload: XMLNoteTools-IGOR.6.03.x-0.5.zip
Size: 176.93 KB
md5_file hash: 83e520fe72e0791082fde20144ef4502
First released: March 28, 2008 - 12:15
Last updated: March 28, 2008 - 12:20
Overview
Major overhaul of code. Fixed many bugs. Added a few new features. Included a help file.
XMLNoteTools IGOR.6.03.x-0.4
Posted March 18th, 2008 by jjweimerDownload: XMLNoteTools-IGOR.6.03.x-0.4.zip
Size: 8.81 KB
md5_file hash: 6bf4777caf376a5baf589ec76b9c462b
First released: March 18, 2008 - 17:20
Last updated: March 18, 2008 - 17:30
Overview
This is a new, feature-rich release. Please see the SVN log messages for the changes.
XMLNoteTools IGOR.6.03.x-0.3
Posted March 13th, 2008 by jjweimerDownload: XMLNoteTools-IGOR.6.03.x-0.3.zip
Size: 7.03 KB
md5_file hash: df686c20bd866ca187adcc94a4286051
First released: March 13, 2008 - 14:58
Last updated: March 13, 2008 - 15:00
Overview
This is an update in functionalilty.
Examples
XMLNoteObject("graph:","",attributes="date;time;", values="%date();%time();")
puts the frontmost window as a graph object into the notebook with a time stamp
XMLNoteTools IGOR.6.03.x-0.2
Posted March 3rd, 2008 by jjweimerDownload: XMLNoteTools-IGOR.6.03.x-0.2.zip
Size: 3.45 KB
md5_file hash: df8337b38757322c1e794617c43e0937
First released: March 3, 2008 - 17:17
Last updated: March 3, 2008 - 17:20
Overview
This is an update in functionalilty.
Examples
XMLNoteText("scan:number:","23",replace=-1)
replace the most recent (from end of notebook) listing of ... with 23
XMLWaveNote(mywave,"Header:Note:","This is a log of operations",at="start")
put the notice at the starting point of a wave note for mywave
Template File (stored with extension .xml on disk)
My Package
#
#
Parameter List (stored as a string list)
MyParams (string) = "%date();%time();%CurrFunctionName();Hi There!;"
(where the function CurrFunctionName() returns a text name of the currently function)
Result of NT_FillXMLTemplate("MyTemplate",MyParams)
My Package
Current Function Name
Hi There!
XMLNoteTools IGOR.6.03.x-0.1
Posted February 27th, 2008 by jjweimerDownload: XMLNoteTools-IGOR.6.03.x-0.1.zip
Size: 1.68 KB
md5_file hash: 7be372ab7325f5d734981daa83c9ca33
First released: February 27, 2008 - 15:14
Last updated: February 27, 2008 - 15:20
Overview
This is the first official release of the package.
Examples
XMLPrint("scan:input:parameter:","23")
23
XMLPrint("date","%date()",attributes="time", values="%time()")
... date of call ...
XMLPrint("scan","2",attributes="date;mynote", values="%date();%mynote()")
2
(where the string function mynote() exists and returns the string "hello there!")
XMLPrint("scan:length:","10",attributes="units",values="\%",pretty=1)
10
User Notes
Follow the information provide on the main project page.
