A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
| <templateSet group="ConstraintLayout"> | |
| <template name="cbb" value="app:layout_constraintBottom_toBottomOf="$cursor$"" description="constraint bottom to bottom of id" toReformat="true" toShortenFQNames="true"> | |
| <variable name="cursor" expression="" defaultValue="" alwaysStopAt="true" /> | |
| <context> | |
| <option name="XML" value="true" /> | |
| <option name="XML_TEXT" value="false" /> | |
| </context> | |
| </template> | |
| <template name="cbp" value="app:layout_constraintBottom_toBottomOf="parent"" description="constraint bottom to bottom of parent" toReformat="true" toShortenFQNames="true"> | |
| <context> |
| package org.glucosio.android.tools; | |
| import android.Manifest; | |
| import android.app.Activity; | |
| import android.content.pm.PackageManager; | |
| import android.os.Environment; | |
| import android.support.v4.app.ActivityCompat; | |
| import android.util.Log; | |
| import android.widget.Toast; |
| <?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"> | |
| <array> | |
| <dict> | |
| <key>Activate</key> | |
| <string>Normal</string> | |
| <key>CreationDate</key> | |
| <real>506394561.98772597</real> | |
| <key>Macros</key> |
| 'use strict'; | |
| function test1() { | |
| console.log('-- test1 --'); | |
| console.log(x); | |
| try { | |
| console.log(y); | |
| } catch(e) { console.log(e); } | |
| var x = 0; |
| license: gpl-3.0 |