Update of /cvsroot/win32forth/win32forth/src/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32623/src/tools
Modified Files:
DexH-CreateDocs.f W32fdexh.f
Log Message:
Moved TrayWindow.f into the src\lib folder and added docu. about the TrayWindow class. Changed the TrayWindow class to open a popup menu when the user clicks with the right mouse button on the tray icon.
Index: DexH-CreateDocs.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/tools/DexH-CreateDocs.f,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** DexH-CreateDocs.f 14 Jan 2006 12:28:22 -0000 1.7
--- DexH-CreateDocs.f 15 Jan 2006 09:25:50 -0000 1.8
***************
*** 4,11 ****
internal
-
- : create-doc ( addr len -- )
- Prepend<home>\ (dex) ;
-
external
--- 4,7 ----
***************
*** 20,23 ****
--- 16,20 ----
s" src\generic.f" create-doc
s" src\window.f" create-doc
+ s" src\lib\TrayWindow.f" create-doc
s" src\childwnd.f" create-doc
s" src\dialog.f" create-doc
Index: W32fdexh.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/tools/W32fdexh.f,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** W32fdexh.f 14 Jan 2006 12:28:22 -0000 1.2
--- W32fdexh.f 15 Jan 2006 09:25:50 -0000 1.3
***************
*** 89,92 ****
--- 89,97 ----
then ;
+ : create-doc ( addr len -- )
+ \ *G Create the document for a file. To find the file the forth
+ \ ** search path is used.
+ Prepend<home>\ (dex) ;
+
cr .( DexH -- Document Extractor loaded )
cr
|