NINJA-IDE

Contents

Module: status_bar.py API

No description.



Class: FileSystemOpener(QWidget)

class FileSystemOpener(QWidget):

No description.

Function: __init__() [at ln:455]

def __init__():

No description.


Function: _open_file() [at ln:479]

def _open_file():

No description.


Function: showEvent(event) [at ln:484]

def showEvent(event):

No description.


Class: _StatusBar(QStatusBar)

class _StatusBar(QStatusBar):

No description.

Function: __init__() [at ln:56]

def __init__():

No description.


Function: _notify_editor_changed() [at ln:142]

def _notify_editor_changed():
Lets search widget know that the editor contents changed and find
needs to be re-run

Function: explore_code() [at ln:151]

def explore_code():

No description.


Function: explore_file_code(path) [at ln:154]

def explore_file_code(path):

No description.


Function: find() [at ln:246]

def find():

No description.


Function: find_next() [at ln:256]

def find_next():

No description.


Function: find_next_result() [at ln:122]

def find_next_result():

No description.


Function: find_previous() [at ln:266]

def find_previous():

No description.


Function: find_previous_result() [at ln:125]

def find_previous_result():

No description.


Function: handle_tab_changed(new_tab) [at ln:128]

def handle_tab_changed(new_tab):
Re-run search if tab changed, we use the find of search widget because
we want the widget to be updated.

Function: hide_status() [at ln:206]

def hide_status():

No description.


Function: install() [at ln:115]

def install():

No description.


Function: message_end(message) [at ln:283]

def message_end(message):

No description.


Function: replace() [at ln:218]

def replace():

No description.


Function: replace_all(selected=False) [at ln:234]

def replace_all(selected=False):

No description.


Function: replace_selected() [at ln:231]

def replace_selected():

No description.


Function: show() [at ln:157]

def show():

No description.


Function: showMessage(message, timeout) [at ln:276]

def showMessage(message, timeout):

No description.


Function: show_file_opener() [at ln:199]

def show_file_opener():

No description.


Function: show_locator() [at ln:190]

def show_locator():

No description.


Function: show_replace() [at ln:169]

def show_replace():

No description.


Function: show_with_word() [at ln:179]

def show_with_word():

No description.


Class: TextLine(QLineEdit)

class TextLine(QLineEdit):

No description.

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

def __init__(parent):

No description.


Function: keyPressEvent(event) [at ln:436]

def keyPressEvent(event):

No description.


Class: SearchWidget(QWidget)

class SearchWidget(QWidget):

No description.

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

def __init__(parent):

No description.


Function: _checks_state_changed() [at ln:339]

def _checks_state_changed():

No description.


Function: contents_changed(editor) [at ln:344]

def contents_changed(editor):

No description.


Function: find_matches(editor, in_place=False) [at ln:370]

def find_matches(editor, in_place=False):

No description.


Function: find_next() [at ln:351]

def find_next():

No description.


Function: find_previous() [at ln:359]

def find_previous():

No description.

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