An edit mode defines specific settings for editing some type of file.
One instance of this class is created for each supported edit mode.
author: Slava Pestov version: $Id: Mode.java 9883 2007-06-29 22:03:35Z kpouer $
Returns if the edit mode is suitable for editing the specified
file. The buffer name and first line is checked against the
file name and first line globs, respectively.
Parameters: fileName - The buffer's name Parameters: firstLine - The first line of the buffer since: jEdit 3.2pre3
getBooleanProperty
public boolean getBooleanProperty(String key)(Code)
Returns the value of a boolean property.
Parameters: key - The property name since: jEdit 2.5pre3