Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 72 and Version 73 of pps/tutorial


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

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v72 v73  
    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 [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].
     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 that one. 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 ==