NINJA-IDE

Module: neditable.py API

No description.

Class: NEditable(QObject)

class NEditable(QObject):
SIGNALS:
@checkersUpdated()

Function: ID() [at ln:63]

def ID():

No description.

Decorators:

  • property

Function: __init__(filepath=None, project=None) [at ln:18]

def __init__(filepath=None, project=None):

No description.


Function: display_name() [at ln:67]

def display_name():

No description.

Decorators:

  • property

Function: has_checkers() [at ln:71]

def has_checkers():
Return True if checkers where installaed, False otherwise

Decorators:

  • property

Function: include_checkers(lang=str) [at ln:76]

def include_checkers(lang=str):
Initialize the Checkers, should be refreshed on checkers change.

Function: run_checkers(content, path=None, encoding=None) [at ln:98]

def run_checkers(content, path=None, encoding=None):

No description.


Function: save_content() [at ln:55]

def save_content():
Save the content of the UI to a file.

Function: set_editor(editor) [at ln:41]

def set_editor(editor):
Set the Editor (UI component) associated with this object.

Function: show_checkers_notifications() [at ln:103]

def show_checkers_notifications():
Show the notifications obtained for the proper checker.

Function: update_checkers_metadata(blockNumber, diference) [at ln:89]

def update_checkers_metadata(blockNumber, diference):
Update the lines in the checkers when the editor change.

Function: update_project(project) [at ln:60]

def update_project(project):

No description.

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