-
Notifications
You must be signed in to change notification settings - Fork 1
cloudchamber/Drela-mode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
;;; drela-mode.el --- mode for editing files used in Drela's aerodynamic codes ;; Copyright (C) 2010, Kenneth Jensen. ;; Author: Kenneth Jensen <kjensen@alum.mit.edu> ;; Keywords: aerodynamics, AVL, ASWING ;;; Commentary: ;; This is a major mode for editing files used in Drela's aerodynamic ;; codes. The mode supports syntax highlighting, easy tabbing through ;; and indentation of data elements, plotting of geometries, and running ;; AVL within EMACS. This version is still a work-in-progress and only ;; supports AVL and a little ASWING. ;; ;; AVL functions: ;; C-p Plots the geometry of the current AVL file ;; C-e Executes AVL on the current AVL file ;; C-RET Inserts a "standard" comment ;; C-Sh-RET Removes the preceding comment ;; Tab Moves to next element/indents elements ;; Sh-Tab Moves to previous element ;; ;; ASWING functions: ;; Tab Moves to next element/indents elements ;; Sh-Tab Moves to previous element
About
Aerodynamics input file emacs mode
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published