File: ch05.html

package info (click to toggle)
bless 0.6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,428 kB
  • sloc: cs: 15,403; xml: 3,940; sh: 3,873; makefile: 208; sed: 16
file content (17 lines) | stat: -rw-r--r-- 4,294 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter5.Customizing Bless</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="Bless 0.6.0 Manual"><link rel="up" href="index.html" title="Bless 0.6.0 Manual"><link rel="prev" href="ch04s06.html" title="Performing bitwise operations"><link rel="next" href="ch05s02.html" title="Preferences"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter5.Customizing <span class="application">Bless</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s06.html">Prev</a></td><th width="60%" align="center"></th><td width="20%" align="right"><a accesskey="n" href="ch05s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="bless-customizing"></a>Chapter5.Customizing <span class="application">Bless</span></h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch05.html#bless-customizing-config">Configuration Files</a></span></dt><dt><span class="section"><a href="ch05s02.html">Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="ch05s02.html#bless-customizing-preferences-general">General Preferences</a></span></dt><dt><span class="section"><a href="ch05s02.html#bless-customizing-preferences-undo">Undo Preferences</a></span></dt><dt><span class="section"><a href="ch05s02.html#bless-customizing-preferences-session">Session Preferences</a></span></dt></dl></dd><dt><span class="section"><a href="ch05s03.html">Layout Files</a></span></dt><dd><dl><dt><span class="section"><a href="ch05s03.html#bless-customizing-layouts-selecting">Selecting a layout</a></span></dt><dt><span class="section"><a href="ch05s03.html#bless-customizing-layouts-creating">Creating Layout Files</a></span></dt></dl></dd><dt><span class="section"><a href="ch05s04.html">Extending with plugins</a></span></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bless-customizing-config"></a>Configuration Files</h2></div></div></div><p>
		<span class="application">Bless</span> keeps its configuration files under <code class="filename">$XDG_CONFIG_HOME/bless</code> (usually <code class="filename">$HOME/.config/bless</code> on UNIX based systems and
		<code class="filename">C:\Documents and Settings\User Name\Application Data\bless</code> on MS Windows systems)
		in accordance to the XDG specification. This directory contains the following files and directories
	</p><div class="variablelist"><p class="title"><b></b></p><dl><dt><span class="term">export_patterns</span></dt><dd><p>
					Keeps the list of saved export patterns.
				</p></dd><dt><span class="term">history.xml</span></dt><dd><p>
					Keeps the list of recently opened files.
				</p></dd><dt><span class="term">last.session</span></dt><dd><p>
					Keeps the state of <span class="application">Bless</span> the last time it was closed. This includes the open files,
					the file offset and cursor offset in each file, the active file, the window dimensions etc.
				</p></dd><dt><span class="term">preferences.xml</span></dt><dd><p>
					Keeps the user preferences.
				</p></dd><dt><span class="term">layouts/</span></dt><dd><p>
					This directory holds the layout description files for each user. 
					See <a class="xref" href="ch05s03.html" title="Layout Files">the section called &#8220;Layout Files&#8221;</a>.
				</p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch04s06.html">Prev</a></td><td width="20%" align="center"></td><td width="40%" align="right"><a accesskey="n" href="ch05s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Performing bitwise operations</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">Preferences</td></tr></table></div></body></html>