\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{picala} \pdfinfo{ /Title (idea.pdf) /Creator (Cheatography) /Author (picala) /Subject (Idea Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{27A4A8} \definecolor{LightBackground}{HTML}{F1F9F9} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Idea Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{picala} via \textcolor{DarkBackground}{\uline{cheatography.com/39670/cs/12303/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}picala \\ \uline{cheatography.com/picala} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 18th July, 2017.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Editing}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Ctrl + Space}} & Standard Code Completion \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Ctrl + Shift + Space}} & Smart Code Completion \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + Enter}} & Completes statement if not complete (adds ; for example), if complete it goes to a new next line even if cursor is in the middle. \tn % Row Count 10 (+ 6) % Row 3 \SetRowColor{white} {\bf{Ctrl + P}} & Params information. \tn % Row Count 11 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{Ctrl + Q}} & Quick doc lookup \tn % Row Count 12 (+ 1) % Row 5 \SetRowColor{white} {\bf{Shift + F1}} & External doc if any. \tn % Row Count 13 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{Ctrl + hover mouse over code}} & Brief Info \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} {\bf{Ctrl + F1}} & Show description of error or warning at caret. \tn % Row Count 18 (+ 3) % Row 8 \SetRowColor{LightBackground} {\bf{Alt + Insert}} & Generate Code ({\emph{getters, setters, ..etc}}). If in project menu however, it gives the new menu context. \tn % Row Count 23 (+ 5) % Row 9 \SetRowColor{white} {\bf{Ctrl + O}} & Override Methods, gives a popup menu that let's you select what methodto override in the current class. \tn % Row Count 28 (+ 5) % Row 10 \SetRowColor{LightBackground} {\bf{Ctrl + I}} & Implement Methods \tn % Row Count 29 (+ 1) % Row 11 \SetRowColor{white} {\bf{Ctrl + Alt + T}} & Surround with ({\emph{try ..catch, if .. else, etc..}}). \tn % Row Count 32 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Editing (cont)}} \tn % Row 12 \SetRowColor{LightBackground} {\bf{Ctrl + /}} & Comment / Uncomment line comment. \tn % Row Count 2 (+ 2) % Row 13 \SetRowColor{white} {\bf{Ctrl + Shift + /}} & Comment / Uncomment block comment. \tn % Row Count 4 (+ 2) % Row 14 \SetRowColor{LightBackground} {\bf{Ctrl + W}} & Select increasingly. \tn % Row Count 5 (+ 1) % Row 15 \SetRowColor{white} {\bf{Ctrl + Shift + W}} & Decrease selection to last state. \tn % Row Count 7 (+ 2) % Row 16 \SetRowColor{LightBackground} {\bf{Alt + Q}} & Context menu. \tn % Row Count 8 (+ 1) % Row 17 \SetRowColor{white} {\bf{Alt + Enter}} & Intention actions and quick fixes. \tn % Row Count 10 (+ 2) % Row 18 \SetRowColor{LightBackground} {\bf{Ctrl + Alt + L}} & Reformat Code. \tn % Row Count 12 (+ 2) % Row 19 \SetRowColor{white} {\bf{Ctrl + Alt + O}} & Optimize imports. \tn % Row Count 14 (+ 2) % Row 20 \SetRowColor{LightBackground} {\bf{Ctrl + Alt + I}} & Auto Indent Lines. \tn % Row Count 16 (+ 2) % Row 21 \SetRowColor{white} {\bf{Tab}} & in a menu, activates the selected option. \tn % Row Count 18 (+ 2) % Row 22 \SetRowColor{LightBackground} {\bf{Ctrl + C}} & Copy selected / current line to clipboard. \tn % Row Count 20 (+ 2) % Row 23 \SetRowColor{white} {\bf{Ctrl + X}} & Cut selected / current line to clipboard. \tn % Row Count 22 (+ 2) % Row 24 \SetRowColor{LightBackground} {\bf{Ctrl + V}} & Paste from clipboard. \tn % Row Count 23 (+ 1) % Row 25 \SetRowColor{white} {\bf{Ctrl + Shift + V}} & Past from buffer. \tn % Row Count 25 (+ 2) % Row 26 \SetRowColor{LightBackground} {\bf{Ctrl + D}} & Duplicate current / selected line. \tn % Row Count 27 (+ 2) % Row 27 \SetRowColor{white} {\bf{Ctrl + Y}} & Delete Line at caret. \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + J}} & Smart Line Join. \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Editing (cont)}} \tn % Row 29 \SetRowColor{LightBackground} {\bf{Ctrl + Enter}} & smart line split. \tn % Row Count 1 (+ 1) % Row 30 \SetRowColor{white} {\bf{Shift + Enter}} & Start new line. \tn % Row Count 2 (+ 1) % Row 31 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + U}} & Toggle case for word / selected block. \tn % Row Count 4 (+ 2) % Row 32 \SetRowColor{white} {\bf{Ctrl + Shift + {[}}} & select till block start. \tn % Row Count 6 (+ 2) % Row 33 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + {]}}} & select till block end. \tn % Row Count 8 (+ 2) % Row 34 \SetRowColor{white} {\bf{Ctrl + Delete}} & Delete to world end. \tn % Row Count 9 (+ 1) % Row 35 \SetRowColor{LightBackground} {\bf{Ctrl + Backspace}} & Delete till word start. \tn % Row Count 11 (+ 2) % Row 36 \SetRowColor{white} {\bf{Ctrl}} + {\bf{{[}+/-{]}}} & expand collapse block \tn % Row Count 13 (+ 2) % Row 37 \SetRowColor{LightBackground} {\bf{Ctrl + Shift}} + {\bf{{[}+{]}}} & expand all \tn % Row Count 15 (+ 2) % Row 38 \SetRowColor{white} {\bf{Ctrl + Shift}} + {\bf{{[}-{]}}} & collapse all \tn % Row Count 17 (+ 2) % Row 39 \SetRowColor{LightBackground} {\bf{Ctrl + F4}} & Close Active Tab \tn % Row Count 18 (+ 1) % Row 40 \SetRowColor{white} {\bf{Ctrl + Shift + {[}Up / Down{]}}} & Move line of code or block. \tn % Row Count 20 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search / Replace}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Double Shift}} & Search Everywhere. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Ctrl + F}} & Find \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{F3}} & Find next \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} {\bf{Shift + F3}} & Find previous. \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{Ctrl + R}} & Replace. \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} {\bf{Ctrl + Shift + F}} & Find in path. \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + R}} & Replace in path. \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} {\bf{Ctrl + Shift + S}} & Search structurally (ultimate only). \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + M}} & Replace structurally (ultimate only). \tn % Row Count 15 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.53827 cm} x{2.43873 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Debugging}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{F8}} & step over. \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{F7}} & step into. \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{Shift + F7}} & smart step into. \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\bf{Shift + F8}} & step out. \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{Alt + F9}} & run to cursor. \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {\bf{Alt + F8}} & evaluate expression. \tn % Row Count 7 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{F9}} & Resume program. \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} {\bf{Ctrl + F8}} & Toggle Breakpoint. \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + F8}} & View Breakpoints. \tn % Row Count 11 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.28942 cm} x{2.68758 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Navigation}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Ctrl + N}} & Go to class. \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Ctrl + Shift + N}} & Go to file. \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{Ctrl + Alt + Shift + N}} & Go to symbol. \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} {\bf{Alt + {[}Right / left{]}}} & Go to next / previous tab. \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{F12}} & Go back to previous tool window. \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} {\bf{Esc}} & Go to editor from tool window. \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{Shift + Esc}} & Hide active or last active window. \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} {\bf{Ctrl + Shift + F4}} & close active ({\emph{run, file, tab, messages, find ..etc}}). \tn % Row Count 16 (+ 3) % Row 8 \SetRowColor{LightBackground} {\bf{Ctrl + G}} & Go to line. \tn % Row Count 17 (+ 1) % Row 9 \SetRowColor{white} {\bf{Ctrl + E}} & Recent file popup. \tn % Row Count 18 (+ 1) % Row 10 \SetRowColor{LightBackground} {\bf{Ctrl + Alt + {[}left/right{]}}} & navigate Forward/Backward. \tn % Row Count 20 (+ 2) % Row 11 \SetRowColor{white} {\bf{Ctrl + Shift + Backspace}} & Navigate to last edit location. \tn % Row Count 22 (+ 2) % Row 12 \SetRowColor{LightBackground} {\bf{Alt + F1}} & Select current File / Symbol in any view. \tn % Row Count 24 (+ 2) % Row 13 \SetRowColor{white} {\bf{Ctrl + B}} {\emph{Or}} {\bf{Ctrl + Click}} & Go to declaration. \tn % Row Count 26 (+ 2) % Row 14 \SetRowColor{LightBackground} {\bf{Ctrl + Alt + B}} & Go to implementation. \tn % Row Count 27 (+ 1) % Row 15 \SetRowColor{white} {\bf{Ctrl + Shift + I}} & Open quick definition lookup. \tn % Row Count 29 (+ 2) % Row 16 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + B}} & Go to type declaration. \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.28942 cm} x{2.68758 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Navigation (cont)}} \tn % Row 17 \SetRowColor{LightBackground} {\bf{Ctrl + U}} & Go to super method / class. \tn % Row Count 2 (+ 2) % Row 18 \SetRowColor{white} {\bf{Alt + {[}Up / Down{]}}} & Go to prev / next method. \tn % Row Count 4 (+ 2) % Row 19 \SetRowColor{LightBackground} {\bf{Ctrl + {]} / {[}}} & Go to code black start / end. \tn % Row Count 6 (+ 2) % Row 20 \SetRowColor{white} {\bf{Ctrl + F12}} & File structure popup. \tn % Row Count 7 (+ 1) % Row 21 \SetRowColor{LightBackground} {\bf{Ctrl + H}} & Type Hierarchy. \tn % Row Count 8 (+ 1) % Row 22 \SetRowColor{white} {\bf{Ctrl + Shift + H}} & Method Hierarchy. \tn % Row Count 10 (+ 2) % Row 23 \SetRowColor{LightBackground} {\bf{Ctrl + Alt + H}} & Call Hierarchy. \tn % Row Count 11 (+ 1) % Row 24 \SetRowColor{white} {\bf{F2}} / {\bf{Shift + F2}} & Next previous error. \tn % Row Count 13 (+ 2) % Row 25 \SetRowColor{LightBackground} {\bf{F4}} /{\bf{Ctrl + Enter}} & Edit source / view source \tn % Row Count 15 (+ 2) % Row 26 \SetRowColor{white} {\bf{Alt + Home}} & Show navigation bar. \tn % Row Count 16 (+ 1) % Row 27 \SetRowColor{LightBackground} {\bf{F11}} & Toggle Anonymous bookmark. \tn % Row Count 18 (+ 2) % Row 28 \SetRowColor{white} {\bf{Ctrl + F11}} & Toggle bookmark with mnemonic \tn % Row Count 20 (+ 2) % Row 29 \SetRowColor{LightBackground} {\bf{Ctrl + {[}0 - 9{]}}} & Go to numbered bookmark. \tn % Row Count 22 (+ 2) % Row 30 \SetRowColor{white} {\bf{Shift + F11}} & Show bookmarks. \tn % Row Count 23 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.28942 cm} x{2.68758 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Usage Search}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Alt + F7}} & Find usages \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Ctrl + F7}} & Find usages in file \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + F7}} & Highlight usages in file. \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} {\bf{Ctrl + Alt + F7}} & Show usages. \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.74195 cm} x{3.23505 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Compile and Run}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Ctrl + F9}} & Make project. \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Ctrl + Shift + F9}} & Compile selected ({\emph{File, package or module}}). \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{Alt + Shift + F10}} & Select Config and run. \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} {\bf{Alt + Shift + F9}} & Select Config and debug. \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{Shift + 10}} & Run. \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} {\bf{Shift + F9}} & Debug. \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{Ctrl + Shift + F10}} & Run context configuration from editor. \tn % Row Count 11 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}