/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to README

  • Committer: Jelmer Vernooij
  • Date: 2007-07-15 15:22:29 UTC
  • Revision ID: jelmer@samba.org-20070715152229-clmlen0vpd8d2pzx
Add docstrings, remove unused code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
lines 2 hours old may be orange. Highlighting can be turned off with --plain
88
88
if overwhelming.
89
89
 
90
 
Usage - diff window
91
 
-------------------
92
 
 
93
 
If you have the gtksourceview python bindings installed, the diff window
94
 
will have syntax highlighting. If the python GConf bindings are installed, 
95
 
the colors will be read from gedit's syntax highlighting configuration
96
 
for the "Diff" language.
97
 
 
98
 
Afterwards, colors from the ~/.colordiffrc file will be read, and will
99
 
override gedit's. Since that file may be written for a dark background
100
 
environment, the file ~/.colordiffrc.bzr-gtk can be used to override
101
 
some values.
102
 
 
103
 
Because gtksourceview is more configurable that colordiff, in addition
104
 
to the 'oldtext', 'newtext', and 'diffstuff' keys, the following keys
105
 
are also accepted: 'location', 'file', 'specialcase'.
106
 
 
107
 
Colors can be specified with names (valid names are those in the
108
 
/usr/share/X11/rgb.txt file), or with a #RRGGBB notation.
109
 
 
110
90
Install on Windows
111
91
------------------
112
92