This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xdg-mime default "your File Explorer Name".desktop inode/directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<templateSet group="Log4j"> | |
<template name="log4j" value="private final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(getClass());" description="log4j declaration" toReformat="true" toShortenFQNames="true"> | |
<context> | |
<option name="JAVA_DECLARATION" value="true" /> | |
</context> | |
</template> | |
<template name="log4d" value="$LOGGER_VAR$.debug("$EXPR_COPY$ = " + $EXPR$);" description="log4j debug statement" toReformat="true" toShortenFQNames="true"> | |
<variable name="LOGGER_VAR" expression="variableOfType("org.apache.log4j.Logger")" defaultValue="" alwaysStopAt="false" /> | |
<variable name="EXPR_COPY" expression="escapeString(EXPR)" defaultValue="" alwaysStopAt="true" /> | |
<variable name="EXPR" expression="variableOfType("")" defaultValue="" alwaysStopAt="true" /> |