|
4 | 4 | \frametitle{\cpp editors and IDEs} |
5 | 5 | \begin{block}{Can dramatically improve your efficiency by} |
6 | 6 | \begin{itemize} |
7 | | - \item coloring the code for you to ``see'' the structure |
8 | | - \item helping with indenting and formatting properly |
9 | | - \item allowing you to easily navigate in the source tree |
10 | | - \item helping with compilation/debugging, profiling, static analysis |
11 | | - \item showing you errors and suggestions while typing |
| 7 | + \item Coloring the code for you to ``see'' the structure |
| 8 | + \item Helping with indenting and formatting properly |
| 9 | + \item Allowing you to easily navigate in the source tree |
| 10 | + \item Helping with compilation/debugging, profiling, static analysis |
| 11 | + \item Showing you errors and suggestions while typing |
12 | 12 | \end{itemize} |
13 | 13 | \end{block} |
14 | 14 | \begin{block}{} |
15 | 15 | \begin{description} |
16 | 16 | \item[\href{http://www.microsoft.com/}{\beamergotobutton{Visual Studio}}] |
17 | | - heavy, fully fledged IDE for Windows |
| 17 | + Heavy, fully fledged IDE for Windows |
18 | 18 | \item[\href{https://code.visualstudio.com/}{\beamergotobutton{Visual Studio Code}}] |
19 | | - editor, open source, portable, many plugins |
| 19 | + Editor, open source, portable, many plugins |
20 | 20 | \item[\href{https://www.eclipse.org/}{\beamergotobutton{Eclipse}}] |
21 | 21 | IDE, open source, portable |
22 | 22 | \item[\href{http://www.gnu.org/software/emacs/}{\beamergotobutton{Emacs}} \href{https://www.vim.org/}{\beamergotobutton{Vim}}] |
23 | | - editors for experts, extremely powerful. \\ |
| 23 | + Editors for experts, extremely powerful. \\ |
24 | 24 | They are to IDEs what latex is to PowerPoint |
25 | 25 | \item[CLion, Code::Blocks, Atom, NetBeans, Sublime Text, ...] |
26 | 26 | \end{description} |
|
0 commit comments