view .dir-locals.el @ 19597:a402493c0605 gui-release

provide the same filter for history view as for workspace view * history_dock_widget.cc (constructor): combo-box for filter instead of line edit, new check box for enable/disable filter, connect related signals, get last state of filter and check box from settings file; (destructor): new, write state of filter and check box into settings file; (filter_activate): new slot enabling or disabling the filter; (update_filter_history): new slot for saving the filter expression when its edtitign has finished or when it was chosen from the combo box selection list (copyClipboard, pasteClipboard, selectAll): line edit is replaced by a combo box with a line edit * history_dock_widget.h: new destructor, slots filter_activate and update_filter_history, new class variables for check box, filter combo box
author Torsten <ttl@justmail.de>
date Sun, 11 Jan 2015 15:47:37 +0100
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))))