Mercurial > hg > octave-nkf
view .dir-locals.el @ 19023:6504a1932637 gui-release
auto completion offers builtins and file functions for octave (bug #41371)
* file-editor-tab.cc (update_lexer): read settings whether builtin and file
functions should also be considered in auto completion for octave files;
when functions are also displayed, updating of the files with prepared auto
completion informations depends on last modification date of package lists;
(add_octave_apis): new function for adding strings to the lexer APIs from
the internal octave functions
* file-editor-tab.h (add_octave_apis): new function
* main-window.cc (handle_octave_ready): call function for creating the empty
tab in the editor here because all octave functions must be known for creating
the auto completion information
* settings-dialog.ui: new checkboxes for auto completion of octaves
buitlin and file functions
* settings-dialog.cc (constructor): read states for new checkboxes from the
settings file;
(write_changed_settings): write states of new checkboxes into the settings
file
author | Torsten <ttl@justmail.de> |
---|---|
date | Mon, 16 Jun 2014 12:11:21 +0200 |
parents | 9ff04de067ce |
children |
line wrap: on
line source
((nil . ((c-file-style . "gnu") (indent-tabs-mode . nil) (fill-column . 72) (eval . (when (and (buffer-file-name) (string-match-p "\\.h\\'" (buffer-file-name)) (not (string-match-p "/gnulib/" (buffer-file-name)))) (c++-mode) (c-set-style "gnu"))))) (change-log-mode . ((indent-tabs-mode . t))) (makefile-mode . ((indent-tabs-mode . t))))