When a button is pressed, the background changes with the iconic Material Design animation. This can also be applied for other uses (buttons etc.).
Forked from Ives van Hoorne's Pen Material Design Bubble Animation.
A Pen by Ángel Soliño on CodePen.
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ANSIBlackColor</key> | |
| <data> | |
| YnBsaXN0MDDUAQIDBAUGKSpYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
| AAGGoKcHCBMXGyImVSRudWxs1QkKCwwNDg8QERJcTlNDb21wb25lbnRzVU5TUkdCXE5T | |
| Q29sb3JTcGFjZV8QEk5TQ3VzdG9tQ29sb3JTcGFjZVYkY2xhc3NPECgwLjAyNzQ1MTAw | |
| NjcgMC4yMTE3NjQ3MjMxIDAuMjU4ODIzNDg0MiAxTxAoMC4wMzkzODA3NDc4MiAwLjE2 | 
When a button is pressed, the background changes with the iconic Material Design animation. This can also be applied for other uses (buttons etc.).
Forked from Ives van Hoorne's Pen Material Design Bubble Animation.
A Pen by Ángel Soliño on CodePen.
| atom-text-editor::shadow { | |
| /** | |
| * Put this in your Atom stylesheet to replace the tab character with | |
| * a full-width line like in Sublime Text. Change the background color | |
| * to match your theme. | |
| * | |
| * Open your Atom settings and under "Editor Settings" change your | |
| * "Invisbles Tab" field to a single space (" "). Otherwise you will see | |
| * both tab indicators. | |
| */ | 
| <!-- TODO: Review Ant v1.8 local properties --> | |
| <project xmlns:sf="antlib:com.salesforce"> | |
| <!-- Download from Salesforce Tools page under Setup --> | |
| <typedef | |
| uri="antlib:com.salesforce" | |
| resource="com/salesforce/antlib.xml" | |
| classpath="${basedir}/lib/ant-salesforce.jar"/> | |
| <!-- Download from http://sourceforge.net/projects/ant-contrib/files/ant-contrib/1.0b3/ --> | 
| export JAVA_HOME=$(/usr/libexec/java_home) | |
| # Apache Ant | |
| export ANT_HOME=/Users/angelsolino/apache-ant-1.10.2 | |
| # Export to PATH | |
| export PATH=$PATH:$ANT_HOME/bin | |
| # Apache Maven | |
| export MAVEN_HOME=/Users/angelsolino/apache-maven-3.5.2 | 
I hereby claim:
I am asolfre on github.
I am asolino (https://keybase.io/asolino) on keybase.
I have a public key ASBSZmBmsPmilablHY9rF_hlst_57g4KAPSR_qiajUNHNwo
The following is the configuration needed to insert a new Logger inside a class by typing "log + Tab"
Go to Preferences -> Editor -> Live Templates -> Add:
private static final org.slf4j.Logger LOGGER = org.slf4j.LoggerFactory.getLogger($CLASS$.class);