NINJA-IDE

Module: settings.py API

No description.

Global Attributes:


Global Functions:

Function: add_toolbar_item_for_plugins(toolbar_action) [at ln:284]

def add_toolbar_item_for_plugins(toolbar_action):
Add a toolbar action set from some plugin

Function: detect_python_path() [at ln:55]

def detect_python_path():

No description.


Function: get_all_project_types() [at ln:260]

def get_all_project_types():
Returns the availables project types

Function: get_project_type_handler(project_type) [at ln:252]

def get_project_type_handler(project_type):
Returns the handler for the given project_type

Function: get_symbols_handler(file_extension) [at ln:276]

def get_symbols_handler(file_extension):
Returns the symbol handler for the given file_extension

Function: get_toolbar_item_for_plugins() [at ln:292]

def get_toolbar_item_for_plugins():
Returns the toolbar actions set by plugins

Function: load_settings() [at ln:349]

def load_settings():

No description.


Function: pep8mod_add_ignore(ignore_code) [at ln:316]

def pep8mod_add_ignore(ignore_code):
Patch pep8mod.py to ignore a given check by code
EXAMPLE:
pep8mod_add_ignore('W191')
'W1919': 'indentation contains tabs'

Function: pep8mod_refresh_checks() [at ln:309]

def pep8mod_refresh_checks():
Force to reload all checks in pep8mod.py

Function: pep8mod_remove_ignore(ignore_code) [at ln:326]

def pep8mod_remove_ignore(ignore_code):
Patch pep8mod.py to remove the ignore of a give check
EXAMPLE:
pep8mod_remove_ignore('W191')
'W1919': 'indentation contains tabs'

Function: pep8mod_update_margin_line_length(new_margin_line) [at ln:337]

def pep8mod_update_margin_line_length(new_margin_line):
Patch pep8mod.py to update the margin line length with a new value

Function: set_project_type_handler(project_type, project_type_handler) [at ln:244]

def set_project_type_handler(project_type, project_type_handler):
Set a project type handler for the given project_type

Function: set_symbols_handler(file_extension, symbols_handler) [at ln:268]

def set_symbols_handler(file_extension, symbols_handler):
Set a symbol handler for the given file_extension

Function: use_platform_specific_eol() [at ln:300]

def use_platform_specific_eol():

No description.

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