Changes between Version 71 and Version 72 of pps/tutorial
- Timestamp:
- Oct 3, 2016, 4:52:47 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v71 v72 12 12 13 13 == Code Editor == 14 For an efficient workflow we recommend using a good code editor. If you are already familiar with an editor like vim or emacs, of course use these. However if you do not yet have a preferred text editor on linux we recommend you to install [ Sublime text: https://www.sublimetext.com/3] (Download the tarball and unzip it somewhere in your home directory, e.g. ~/apps). Another good choice is [Visual Studio Code: https://code.visualstudio.com].14 For an efficient workflow we recommend using a good code editor. If you are already familiar with an editor like vim or emacs, of course use these. However if you do not yet have a preferred text editor on linux we recommend you to install [https://www.sublimetext.com/3 Sublime text] (Download the tarball and unzip it somewhere in your home directory, e.g. ~/apps). Another good choice is [https://code.visualstudio.com Visual Studio Code]. 15 15 16 16 == Before you start coding ==