branch: externals/idlwave
commit e1bcf79e4aab62514085b16f3f65641f109be890
Author: JD Smith <jdsm...@rain.mhr.utoledo.edu>
Commit: JD Smith <jdsm...@rain.mhr.utoledo.edu>

    Added pointer to new code organization
---
 DEVELOP | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/DEVELOP b/DEVELOP
new file mode 100644
index 0000000000..23fa448dc6
--- /dev/null
+++ b/DEVELOP
@@ -0,0 +1,15 @@
+A short guide to the new file structure, introduced in 2014:
+
+NEW    idlw-bindings.el - Key bindings
+       idlw-complete-structtag.el - Plugin for completing structure tags
+NEW    idlw-complete.el - Completion code (buffer or shell)
+       idlw-help.el - HTML help code (+ vestigial stuff for old IDL help 
systems)
+NEW    idlw-menus.el - The easymenu menus. 
+       idlw-roprompt.el - optional code to make a RO prompt. 
+NEW    idlw-routine.el - Routine info help
+NEW    idlw-scan.el - scan routine info from IDL’s XML help files, local 
directories, etc.
+       idlw-shell.el - idlw-shell mode: interact with the IDL shell
+       idlw-toolbar.el - create toolbar
+NEW    idlw-variables.el - various customize and other variables 
+       idlwave.el - main mode code, infer and navigate the IDL syntax, 
fontification, indentation, utilities
+

Reply via email to