supernova: allocators - fix construct method
[supercollider.git] / editors / scel / el / sclang-dev.el
blob440409ca4947af4c0ee8bd6b644f4fceb1251f24
1 ;; This program is free software; you can redistribute it and/or
2 ;; modify it under the terms of the GNU General Public License as
3 ;; published by the Free Software Foundation; either version 2 of the
4 ;; License, or (at your option) any later version.
5 ;;
6 ;; This program is distributed in the hope that it will be useful, but
7 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
8 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9 ;; General Public License for more details.
11 ;; You should have received a copy of the GNU General Public License
12 ;; along with this program; if not, write to the Free Software
13 ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
14 ;; USA
17 (eval-when-compile
18 (require 'sclang-util)
19 (require 'sclang-interp)
24 (sclang-set-command-handler
25 'openDevSource
26 (lambda (file)
30 (defun sclang-edit-dev-source ()
31 "Edit the help file at the development location."
32 ; (sclang-document-name . (prSetTitle (buffer-name)))
33 (interactive)
34 (sclang-perform-command 'openDevSource (buffer-file-name))
37 (provide 'sclang-dev)
39 ;(defun sclang-open-dev-source (file)
40 ; "Open the help file at the development location."
41 ; (if (sclang-html-file-p file)
42 ; (html-mode)
43 ; ;; (find-file file)
44 ; )
45 ; (if ( sclang-sc-file-p file )
46 ; (sclang-mode)
47 ; )
48 ; )