NINJA-IDE

Module: json_manager.py API

No description.


Global Functions:

Function: create_ninja_project(path, project, structure) [at ln:96]

def create_ninja_project(path, project, structure):

No description.


Function: get_ninja_editor_skins_files(path) [at ln:135]

def get_ninja_editor_skins_files(path):
Return the list of json files inside the directory: path.

Function: get_ninja_file(path, extension, only_first=False) [at ln:103]

def get_ninja_file(path, extension, only_first=False):
Search and return the files with extension in the folder: path.

Function: get_ninja_json_file(path) [at ln:117]

def get_ninja_json_file(path):
Return the list of json files inside the directory: path.

Function: get_ninja_plugin_file(path) [at ln:123]

def get_ninja_plugin_file(path):
Return the list of plugin files inside the directory: path.

Function: get_ninja_project_file(path) [at ln:129]

def get_ninja_project_file(path):
Return the first nja file found inside: path.

Function: load_editor_skins() [at ln:161]

def load_editor_skins():

No description.


Function: load_syntax() [at ln:29]

def load_syntax():
Load all the syntax files.

Function: parse(descriptor) [at ln:50]

def parse(descriptor):
Read the content of a json file and return a dict.

Function: read_json(path) [at ln:60]

def read_json(path):
Read a json file if path is a file, or search for a .nja if folder.

Function: read_json_from_stream(stream) [at ln:86]

def read_json_from_stream(stream):

No description.


Function: read_ninja_plugin(path) [at ln:151]

def read_ninja_plugin(path):

No description.


Function: read_ninja_project(path) [at ln:141]

def read_ninja_project(path):

No description.


Function: save_editor_skins(filename, scheme) [at ln:176]

def save_editor_skins(filename, scheme):

No description.


Function: write_json(structure, filename, indent=int) [at ln:91]

def write_json(structure, filename, indent=int):

No description.

Contents © 2013 NINJA-IDE - Powered by Nikola and Documentor