From: Konstantin S. <ks...@us...> - 2004-10-21 11:44:05
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2583/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** news.txt 14 Oct 2004 10:35:59 -0000 1.9 --- news.txt 21 Oct 2004 11:43:26 -0000 1.10 *************** *** 4,7 **** --- 4,36 ---- + *** 19:35 21.10.2004 + + - FollowVIDirHierarchy: key in SupportFiles section. + The behavior is changed. Now, it is possible to copy support files for VIs located + outside of Source Root directory. + + - Unsaved Changes MsgBox: new key in General section. + Enables/Disable a dialog box if there are VIs with unsaved changes. + + - Ambiguous VIs Dest Dir: new key in General section. + Makes it possible to save a VI, callers of which expect to load it from different + locations, to the specified directory. + + - Log Dir: new key in General section. + Allows to specify directory to save log file. + + - Log File Suffix: new key in General section. + Allows to specify a suffix to be appended to name of log file. A suffix can contain + date/time format specifiers. + + - Log File contains a report on 'Ambiguous VIs'. + + - Test for missed/extra quotation marks in file names: protection against human errors. + + + Test Build.deab file in an <deab\example_projects\Test 001> contains comments on new and + updated keys. + + *** 17:13 14.10.2004 |