Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Fluidbyte edited this page Sep 22, 2012 · 7 revisions

Summary:

Projects are the core containers for all files and folders and are created at the root level of the workspace directory. The project object is used to interact with the projects on the system.

Methods:

init

project.init()

Loaded on startup, calls any other functions tied to projects

load_current

project.load_current()

Accesses the users session and loads currently active project

open

project.open({path})

Opens project based on path (from workspace/)

list

project.list()

Opens project manager dialog and lists all projects

create

project.create()

Opens the New Project dialog and handles response

delete

project.delete({name},{path})

Opens the Project Delete dialog and handles response

get_current

project.get_current();

Returns the currently opened project

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.