Ogre-Mode Code
Status: Alpha
Brought to you by:
olexandr_syd
File | Date | Author | Commit |
---|---|---|---|
emacs | 2007-12-02 | olexandr_syd | [r30] . |
exp | 2007-09-21 | olexandr_syd | [r1] initial version |
msf-abbrev | 2007-10-03 | olexandr_syd | [r13] . |
src | 2007-11-19 | olexandr_syd | [r22] . |
README | 2007-11-23 | olexandr_syd | [r25] some/ |
addcg | 2007-11-26 | olexandr_syd | [r27] cleaning |
addcompositor | 2007-11-26 | olexandr_syd | [r27] cleaning |
addfilelist | 2007-11-26 | olexandr_syd | [r27] cleaning |
addkeyword | 2007-11-26 | olexandr_syd | [r27] cleaning |
addmaterials | 2007-11-26 | olexandr_syd | [r27] cleaning |
addprograms | 2007-11-26 | olexandr_syd | [r27] cleaning |
bnf2keyw | 2007-09-21 | olexandr_syd | [r1] initial version |
clean | 2007-09-21 | olexandr_syd | [r1] initial version |
create-tags | 2007-10-22 | olexandr_syd | [r14] usage.. |
filelisttags | 2007-10-22 | olexandr_syd | [r16] skip add svn/cvs files to TAGS |
-*- outline -*- * CONTENTS 1 DIRECTORY TREE 2 INSTRUCTIONS FOR REFRESHING TAGS 3 EMACS'S MODES ** 1 DIRECTORY TREE ./exp/ Some regular expressions ./emacs/ogrescr-mode.el Major mode of Emacs for .material, .program and compositor. ./emacs/ogreovl-mode.el Major mode of Emacs for .overlay ./emacs/ogreprt-mode.el Major mode of Emacs for .particle ./emacs/ogrefnt-mode.el Major mode of Emacs for .fontdef ./src/material.bnf ./create-tags Script for create tags ./addkeyword Script for add tags from keyword file ./addcg Script for add tags from .cg files ./addcompositor Script for add tags from .compositor ./addmaterials Script for add tags from .material ./addprograms Script for add tags from .material ./addfilelist Script for add to tags filenames ./bnf2keyw Script for searching keywords in .bnf ./clean Script for cleaning temp ./dsds ./msf-abbrev/ Some templates for msf-abbrev.el (www.emacswiki.org/cgi-bin/wiki/msf-abbrev.el) or (http://www.bloomington.in.us/~brutt/msf-abbrev.html) Note: abbrev's names that ended *xc are used for compositor. ** 2 INSTRUCTIONS FOR REFRESHING TAGS *** 2.1 If you r using Windows, install MSYS before (http://sourceforge.net/projects/mingw/) Run MSYS.BAT or BASH in command line. *** 2.2 Copy this dir into Ogre141/ogreutils for example. *** 2.3 Goto script's dir $ cd /windows/c/ogre141/ogreutils/ *** 2.4 run cretate-tags script Example: $ create-tags -d ../ogrenew/Samples/Media/ *** 2.5 You can add to tags some resource manually. For example to add keywords to tags type: $ addkeyword ../ogrenew/Samples/Media/TAGS <your_keyword_file> where <your_keyword_file> contain single words without blank symbol. ** 3 EMACS'S MODES Modes for editing ogre scripts are located in ./emacs/ dir.