Configurate your teikade system
===============================

You can configurate several properties of teikade system.
Configurations should be described in $HOME/.dejava/.properties file.
If teikade could not find $HOME/.dejava/.properties, default properties
will be taken.

All occurences of '/' are replaced to File.separetorChar at runtime.
%key% appeared in property values will be replaced matching property
values.

To describe a property in .properties file, write key and value for
each property by line:
key	value

Keys and values are separeated by one or more spaces(or tabs).

Following is the list of properties currently available:
(key)				(default)
font.menu.name			Fixed
font.list.name			Fixed
font.code.name			Fixed
font.button.name		Fixed
font.dialog.name		Dialog
font.default.name		Courier
font.default.size		12

attribute.browsing.lines	11
attribute.files.lines		10
attribute.listing.lines		7

And following is the list of properties planned to be handled:
(key)				(default)
font.default.face		Font.PLAIN

command.java 			%java.home%/bin/java
command.javac			%java.home%/bin/javac

show.class.public		true
show.class.friendly		true
show.method.public		true
show.method.protected		true
show.method.priv-protected	true
show.method.friendly		true
show.method.private		true

attribute.foreground		black
attribute.background		lightgray

attribute.code.keyword		Bold
attribute.code.class		Italic

attribute.list.class		Plain
attribute.list.interface,	Italic
attribute.list.public		black
attribute.list.protected	black
attribute.list.priv-protected	black
attribute.list.friendry		black
attribute.list.private		gray

complete.default		S-SPC
complete.classname		S-C-c
complete.methodname		S-C-m
complete.variablename		S-C-v
