Skip to content

Instantly share code, notes, and snippets.

View marcjubero's full-sized avatar

marc marcjubero

View GitHub Profile
@marcjubero
marcjubero / integrating_jira_with_sourcetree.md
Created November 15, 2016 15:13 — forked from danielcosta/integrating_jira_with_sourcetree.md
Learn how to integrate your SourceTree repositories with JIRA

Integrating JIRA with SourceTree

Overview

You will learn how to link your JIRA tasks directly on SourceTree

Step by step

1. Setting

\usepackage{listings}
%New colors defined below
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\definecolor{gray}{rgb}{0.53,0.53,0.53}
@marcjubero
marcjubero / liveTemplates.md
Last active May 1, 2016 14:01
Android Studio - Live Templates

Android Studio - Live Templates

Using Settings panel:

  • Settings - Editor - Live Templates
  • Add Live Template or create a Template Group. Choose the Template Group option will create an .xml file with the same name of the Template Group you defined before.
  • The .xml file can be found in a different folder, depends on the operating system.

Example:

Log.e(TAG,MESSAGE);
@marcjubero
marcjubero / coloredLogcat.md
Last active May 27, 2021 08:11
Colored Logcat - Android Studio

#####Logcat Colors for IntelliJ Darcula Theme (original post)

  • Preferences -> Editor -> Android Logcat
  • "Save As" scheme
  • Uncheck "Use inherited attributes" option
  • Edit foreground color with the following
Debug   : #6897BB 
Info : #6A8759