Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 71 and Version 72 of pps/tutorial


Ignore:
Timestamp:
Oct 3, 2016, 4:52:47 PM (8 years ago)
Author:
zifloria
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v71 v72  
    1212
    1313== 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].
     14For 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].
    1515
    1616== Before you start coding ==