Developer Tools

[edit] Please Note

These docs are now deprecated, we have a new Support area located here

(Difference between revisions)
(TextMate (OSX))
(TextMate (OSX))
Line 54: Line 54:
  
 
===TextMate (OSX)===
 
===TextMate (OSX)===
[[File:textmate.png|200px|thumb|right|alt=TextMate]]
+
[[File:textmateicon.png|200px|thumb|right|alt=TextMate]]
 
TextMate is a text editor that is capable of managing a lot of files at once.   
 
TextMate is a text editor that is capable of managing a lot of files at once.   
  
Line 62: Line 62:
  
 
You can read more documentation and download a [http://macromates.com/ free trial of TextMate here]
 
You can read more documentation and download a [http://macromates.com/ free trial of TextMate here]
 
[[File:Example.jpg]]
 
  
 
===TextEdit (OSX)===
 
===TextEdit (OSX)===

Revision as of 23:55, 17 November 2011

Contents

PageLines Dev Kit

Download the PageLines Developer Kit to get started.

Code Management

There are several tools that will help you interact with Pagelines. You will first need to use a Git Client to connect to your repository with Pagelines and to upload your application for review. This information will be provided in your Pagelines Developer Program packet. For documentation on how Git works and for some detailed tutorials please visit the Git site.

GitHub (OSX)

SourceTree

With GitHub you can use the sync button to push changes to GitHub and pull down other's changes at the same time.

GitHub also notifies you when you have changes that need pushed or if there are new changes on GitHub that need to be pulled down.

GitHub is where PageLines stores our repository. So you will be able to add your repository to GitHub for Mac and it will automatically match them up with PageLines.

GitHub supports Mac (OSX) only. Download GitHub for free here.


SourceTree (OSX)

SourceTree

SourceTree displays all of your statuses and helps you manage your repositories. It's a very straight forward setup. You can create bookmarks and manage them through the Bookmark Window.

You can see what files have changed, what commits are pending and waiting to be pushed. You can also see any merges that are outstanding.

SourceTree works with Git and is perfectly compatible with your Pagelines Developer account.

SourceTree supports Mac (OSX) only. Download SourceTree for free here.

Tower (OSX)

SourceTree

SourceTree displays all of your statuses and helps you manage your repositories. It's a very straight forward setup. You can create bookmarks and manage them through the Bookmark Window.

You can see what files have changed, what commits are pending and waiting to be pushed. You can also see any merges that are outstanding.

SourceTree works with Git and is perfectly compatible with your Pagelines Developer account.

Tower supports Mac (OSX) only. Download SourceTree Download Tower free trial here.

TortoiseGit (Windows)

SourceTree

SourceTree displays all of your statuses and helps you manage your repositories. It's a very straight forward setup. You can create bookmarks and manage them through the Bookmark Window.

You can see what files have changed, what commits are pending and waiting to be pushed. You can also see any merges that are outstanding.

SourceTree works with Git and is perfectly compatible with your Pagelines Developer account.

SourceTree supports Mac (OSX) only. Download SourceTree here.

Text Editor

Text Editors are tools used to edit plain text. These programs are often installed by default on both Mac and Windows operating systems. Text Editors can be used to change configuration files and programming language source code.

TextMate (OSX)

TextMate is a text editor that is capable of managing a lot of files at once.

With TextMate you can use powerful snippets, macros, and it has a unique scoping system for file management.

TextMate has enough project management features to keep most users happy, but is otherwise kept lightweight with a clean and minimalistic GUI.

You can read more documentation and download a free trial of TextMate here

TextEdit (OSX)

TextEdit

TextEdit is a basic text editor that allows you to use the robust functions of rich text editing (RTF) as well as plain text.

TextEdit is installed with your Mac OSX operating system so if you are on a Mac you don't need to download it, just check in your Applications Folder.

You can get a good idea and overview of the functions of TextEdit on the Apple Support page Mac 101.

Notepad++ (Windows)

Notepad++

Notepad++ is a free source code editor and replacement for Notepad that supports several different languages.

Notepad++ is written in C++ and uses pure Win32 API and STL which decreases program size and increases a higher execution speed.

By optimizing as many routines as possible without losing usability Notepad++ gives you the functionality you need for coding.

To read more about Notepad++ and to download a free copy for Windows click here.

Local Host

MAMP (OSX)

WAMP (Windows)