Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

source-highlight-settings(1) [debian man page]

SOURCE-HIGHLIGHT-SETTINGS(1)					   User Commands				      SOURCE-HIGHLIGHT-SETTINGS(1)

NAME
Source-highlight-settings - utility that can be used to write a configuration file for GNU Source-highlight (and its library) SYNOPSIS
source-highlight-settings DESCRIPTION
Since version 3.0, GNU Source-highlight includes also the utility source-highlight-settings, which can be used to check whether source-highlight will be able to find its language definition files, and other configuration files, and in case, to store the correct set- tings in a configuration file, in the user home directory. In particular, the stored configuration file will be called source-highlight.conf and will be stored in $HOME/.source-highlight/. For the moment, this file only stores the default value for the --data-dir option. This utility is part of GNU Source-highlight, maintained by: Lorenzo Bettini <http://www.lorenzobettini.it> REPORTING BUGS
Report bugs to <bug-source-highlight at gnu.org> COPYRIGHT
Copyright (C) 1999-2009 Lorenzo Bettini <http://www.lorenzobettini.it> This program comes with ABSOLUTELY NO WARRANTY. This is free software; you may redistribute copies of the program under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. SEE ALSO
The full documentation for source-highlight is maintained as a Texinfo manual. If the info and source-highlight programs are properly installed at your site, the command info source-highlight should give you access to the complete manual. Source-highlight-settings May 2009 SOURCE-HIGHLIGHT-SETTINGS(1)

Check Out this Related Man Page

Gtk2::SourceView2::Buffer(3pm)				User Contributed Perl Documentation			    Gtk2::SourceView2::Buffer(3pm)

NAME
Gtk2::SourceView2::Buffer HIERARCHY
Glib::Object +----Gtk2::TextBuffer +----Gtk2::SourceView2::Buffer METHODS
buffer = Gtk2::SourceView2::Buffer->new ($table) o $table (Gtk2::TextTagTable or undef) buffer = Gtk2::SourceView2::Buffer->new_with_language ($language) o $language (Gtk2::SourceView2::Language) boolean = $buffer->backward_iter_to_source_mark ($iter, $category) o $iter (Gtk2::TextIter) o $category (string or undef) $buffer->begin_not_undoable_action boolean = $buffer->can_redo boolean = $buffer->can_undo mark = $buffer->create_source_mark ($name, $category, $where) o $name (string or undef) o $category (string) o $where (Gtk2::TextIter) $buffer->end_not_undoable_action $buffer->ensure_highlight ($start, $end) o $start (Gtk2::TextIter) o $end (Gtk2::TextIter) boolean = $buffer->forward_iter_to_source_mark ($iter, $category) o $iter (Gtk2::TextIter) o $category (string or undef) boolean = $buffer->get_highlight_matching_brackets $buffer->set_highlight_matching_brackets ($highlight) o $highlight (boolean) boolean = $buffer->get_highlight_syntax $buffer->set_highlight_syntax ($highlight) o $highlight (boolean) language or undef = $buffer->get_language $buffer->set_language ($language) o $language (Gtk2::SourceView2::Language or undef) integer = $buffer->get_max_undo_levels $buffer->set_max_undo_levels ($max_undo_levels) o $max_undo_levels (integer) $buffer->redo $buffer->remove_source_marks ($start, $end, $category) o $start (Gtk2::TextIter) o $end (Gtk2::TextIter) o $category (string or undef) $buffer->get_source_marks_at_iter ($iter, $category) o $iter (Gtk2::TextIter) o $category (string or undef) $buffer->get_source_marks_at_line ($line, $category) o $line (integer) o $category (string or undef) stylescheme or undef = $buffer->get_style_scheme $buffer->set_style_scheme ($scheme) o $scheme (Gtk2::SourceView2::StyleScheme) $buffer->undo PROPERTIES
'can-redo' (boolean : default false : readable) Whether Redo operation is possible 'can-undo' (boolean : default false : readable) Whether Undo operation is possible 'highlight-matching-brackets' (boolean : default true : readable / writable) Whether to highlight matching brackets 'highlight-syntax' (boolean : default true : readable / writable) Whether to highlight syntax in the buffer 'language' (Gtk2::SourceView2::Language : default undef : readable / writable) Language object to get highlighting patterns from 'max-undo-levels' (integer : default 1000 : readable / writable) Number of undo levels for the buffer 'style-scheme' (Gtk2::SourceView2::StyleScheme : default undef : readable / writable) Style scheme 'undo-manager' (Glib::Object::_Unregistered::GtkSourceUndoManager : default undef : readable / writable / construct) The buffer undo manager SIGNALS
highlight-updated (Gtk2::SourceView2::Buffer, Gtk2::TextIter, Gtk2::TextIter) source-mark-updated (Gtk2::SourceView2::Buffer, Gtk2::TextMark) undo (Gtk2::SourceView2::Buffer) redo (Gtk2::SourceView2::Buffer) SEE ALSO
Gtk2::SourceView2, Glib::Object, Gtk2::TextBuffer COPYRIGHT
Copyright (C) 2009 by Emmanuel Rodriguez perl v5.14.2 2011-11-16 Gtk2::SourceView2::Buffer(3pm)
Man Page