NINJA-IDE

Contents

Module: explorer_container.py API

No description.


Class: _ExplorerContainer(QTabWidget)

class _ExplorerContainer(QTabWidget):
updateLocator()
goToDefinition(int)
projectOpened(QString)
projectClosed(QString)

Function: __init__(parent=None) [at ln:72]

def __init__(parent=None):

No description.


Function: _add_file_to_project(path) [at ln:145]

def _add_file_to_project(path):
Add the file for 'path' in the project the user choose here.

Function: _add_project_to_console() [at ln:276]

def _add_project_to_console():

No description.


Function: _callback_open_project(value) [at ln:444]

def _callback_open_project(value):

No description.


Function: _dock_inspector() [at ln:346]

def _dock_inspector():

No description.


Function: _execute_project() [at ln:271]

def _execute_project():

No description.


Function: _remove_project_from_console() [at ln:281]

def _remove_project_from_console():

No description.


Function: _unmute_tree_signals_clean_threads() [at ln:431]

def _unmute_tree_signals_clean_threads():

No description.


Function: addTab(tab, title) [at ln:232]

def addTab(tab, title):

No description.


Function: add_existing_file(path) [at ln:463]

def add_existing_file(path):

No description.


Function: add_tab(widget, name, icon) [at ln:356]

def add_tab(widget, name, icon):

No description.


Function: add_tab_errors() [at ln:312]

def add_tab_errors():

No description.


Function: add_tab_inspector() [at ln:301]

def add_tab_inspector():

No description.


Function: add_tab_migration() [at ln:235]

def add_tab_migration():

No description.


Function: add_tab_projects() [at ln:240]

def add_tab_projects():

No description.


Function: add_tab_symbols() [at ln:286]

def add_tab_symbols():

No description.


Function: change_visibility() [at ln:139]

def change_visibility():

No description.


Function: cleanup_tabs() [at ln:543]

def cleanup_tabs():
Cleans depending on what objects are visible

Function: close_opened_projects() [at ln:495]

def close_opened_projects():

No description.


Function: create_new_project() [at ln:455]

def create_new_project():

No description.


Function: find_most_old_open() [at ln:525]

def find_most_old_open():

No description.


Function: get_actual_project() [at ln:467]

def get_actual_project():

No description.


Function: get_opened_projects() [at ln:479]

def get_opened_projects():

No description.


Function: get_project_given_filename(filename) [at ln:472]

def get_project_given_filename(filename):

No description.


Function: get_project_name(path) [at ln:537]

def get_project_name(path):

No description.


Function: install() [at ln:114]

def install():

No description.


Function: open_project_folder(folderName=str, notIDEStart=True) [at ln:387]

def open_project_folder(folderName=str, notIDEStart=True):
Open a Project and load the symbols in the Code Locator.

Function: open_project_properties() [at ln:491]

def open_project_properties():

No description.


Function: open_session_projects(projects, notIDEStart=True) [at ln:484]

def open_session_projects(projects, notIDEStart=True):

No description.


Function: refresh_inspector() [at ln:377]

def refresh_inspector():

No description.


Function: remove_tab_errors() [at ln:326]

def remove_tab_errors():

No description.


Function: remove_tab_inspector() [at ln:341]

def remove_tab_inspector():

No description.


Function: remove_tab_migration() [at ln:321]

def remove_tab_migration():

No description.


Function: remove_tab_projects() [at ln:331]

def remove_tab_projects():

No description.


Function: remove_tab_symbols() [at ln:336]

def remove_tab_symbols():

No description.


Function: rotate_tab_position() [at ln:359]

def rotate_tab_position():

No description.


Function: save_project() [at ln:187]

def save_project():
Save all the opened files that belongs to the actual project.

Function: save_recent_projects(folder) [at ln:499]

def save_recent_projects(folder):

No description.


Function: set_inspection_page(page) [at ln:382]

def set_inspection_page(page):

No description.


Function: shortcut_index(index) [at ln:555]

def shortcut_index(index):

No description.


Function: show_project_tree() [at ln:365]

def show_project_tree():

No description.


Function: show_symbols_tree() [at ln:369]

def show_symbols_tree():

No description.


Function: show_web_inspector() [at ln:373]

def show_web_inspector():

No description.


Function: update_current_symbol(line, col) [at ln:296]

def update_current_symbol(line, col):
Select the proper item in the symbols list.

Function: update_errors(errors, pep8) [at ln:198]

def update_errors(errors, pep8):

No description.


Function: update_explorer() [at ln:206]

def update_explorer():
Update the symbols in the Symbol Explorer when a file is saved.

Function: update_migration(migration) [at ln:202]

def update_migration(migration):

No description.


Function: update_symbols(symbols, fileName) [at ln:194]

def update_symbols(symbols, fileName):

No description.


Class: WebInspector(QWidget)

class WebInspector(QWidget):

No description.

Function: __init__(parent) [at ln:561]

def __init__(parent):

No description.

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