X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Fpython%2FREADME_yaffs_browser_py.txt;fp=direct%2Ftest-framework%2Fpython%2FREADME_yaffs_browser_py.txt;h=fad0b6f0840de095ff8492063310b5fc63bf3be7;hb=c08faae4258b29a794ad55ca160c5a247145c838;hp=0000000000000000000000000000000000000000;hpb=87b33ecd1898c99b9aa2b0abcbb3e6002d6b3532;p=yaffs2.git diff --git a/direct/test-framework/python/README_yaffs_browser_py.txt b/direct/test-framework/python/README_yaffs_browser_py.txt new file mode 100644 index 0000000..fad0b6f --- /dev/null +++ b/direct/test-framework/python/README_yaffs_browser_py.txt @@ -0,0 +1,25 @@ +Readme for the yaffs_browser.py file +by Timothy Manning 2010 + +to run yaffs_browser: + python yaffs_browser.py + + +the yaffs browser is a gui interface used for browsing a yaffs emfile. +python and tkinter must be installed for browser to run. + sudo apt-get install python python-tk + +the yaffs_browser.py file must be run in yaffs/direct/python/ directory due to linking issues with python. + +browsing other emfiles + yaffs will mount the emfile in the same directory as the browser as default + to look at a emfile in a diffrent directory create a symbolic link to the emfile you wish to browse. + ln -s [target path] [emfile name] + + + +TODO list + Add scroll bars to all windows. + Add Ctrl + S short cut to save a file + Make the brower and editor window entry and list boxes resize when the window is maximized. +