Skip to content

Commit

Permalink
first screenshot sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
SepplL committed Aug 3, 2024
1 parent 21bff7d commit d3ea2ec
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions intro/content/editoren.tex
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,32 @@ \section{Texteditoren}
\end{frame}

\begin{frame}{Was muss ein Editor können?}
In absteigender Wichtigkeit
\begin{minipage}{0.38\textwidth}
In absteigender Wichtigkeit

\begin{itemize}
\item Zeilennummern
\item Syntax-Highlighting
\item Simple Autovervollständigung
\item Plugins / Anpassbarkeit
\item Linting (Warnhinweise für falschen Code)
\item Komplexe Autovervollständigung (Snippets, Library-Funktionen)
\end{itemize}
\textcolor{red}{+ Screenshots, plain Notepad, VSCode, nvim}
\begin{itemize}
\item Zeilennummern
\item Syntax-Highlighting
\item Simple Autovervollständigung
\item Plugins / Anpassbarkeit
\item Linting (Warnhinweise für falschen Code)
\item Komplexe Autovervollständigung (Snippets, Library-Funktionen)
\end{itemize}
\end{minipage}
\begin{minipage}{0.58\textwidth}
\textcolor{red}{+ Screenshots, plain Notepad, VSCode, nvim of example plot for intro
\newline images too small?}
\begin{figure}
\centering
\includegraphics[height=0.3\textheight]{content/nvim_example_screenshot.png}
\caption{Nvim Screenshot von einem Beispielskript}
\end{figure}%
\begin{figure}
\centering
\includegraphics[height=0.3\textheight]{content/gnome-editor_example_screenshot.png}
\caption{Standard Texteditor Screenshot von einem Beispielskript}
\end{figure}
\end{minipage}
\end{frame}

\begin{frame}{Nano, Vim, GUIs}
Expand Down
Binary file added intro/content/gnome-editor_example_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added intro/content/nvim_example_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3ea2ec

Please sign in to comment.