*
*/
private void initialize()
{
KeyBindings keyBindings = null;
SyntaxHighlightings syntaxHighlightnings = null;
CustomKeyBinding keyBinding = null;
try
{
this. editorProperties =
PropertiesUtils.getInstance().getEditorProperties();
keyBindings = this.editorProperties.getKeyBindings();
syntaxHighlightnings =
this.editorProperties.getSyntaxHighlightings();
String currentKeyBinding =
this.editorProperties.getCurrenKeyBindingName();
if ( currentKeyBinding != null && keyBindings != null )
{
keyBinding = keyBindings.getKeyBinding( currentKeyBinding );
}
} catch ( Exception e )
{
// Use nothing
e.printStackTrace();