files2menu.pm
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:add all files recursively as menu entry
This is a mirror of http://www.vim.org/scripts/script.php?script_id=80

DESCR     finds files according to predefined file masks in all subdirs starting in parent dir (default).
	creates menu commands for gvim for each file found (creates submenues automatically after 40 menu entries).
	filemasks and other settings may be easily changed within the perl script for your needs.

	Usage: 	files2menu.pm 
	options:
	                    	generate file list on stdout (default)
	 -o       	generate filelist in file 
	 -v                 	generate VIM scriptfile
	 -v     	generate VIM Scriptfile 
	 -f    	use search pattern 
		                predefined pattern lists:   CPP, EXE, MAK, GL, DOC, VIM
	 -m                 	create menu entry  for each found file  (blanks allowed in name)
	 -c                 	create submenu after  entries
	 -d                 	debug mode
	 -s       	start in CWD (default) or parent dir ('..') or 


I used 'ls' because any other tools had trouble with that genious system of long file names under Windows and Novell.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。