NINJA-IDE

Contents

Module: helpers.py API

No description.


Global Functions:

Function: add_line_increment(lines, blockModified, diference) [at ln:72]

def add_line_increment(lines, blockModified, diference):
Increment the line number of the list content when needed.

Function: add_line_increment_for_dict(data, blockModified, diference) [at ln:81]

def add_line_increment_for_dict(data, blockModified, diference):
Increment the line number of the dict content when needed.

Function: check_for_assistance_completion(editorWidget, line) [at ln:551]

def check_for_assistance_completion(editorWidget, line):

No description.


Function: clean_line(editorWidget) [at ln:108]

def clean_line(editorWidget):

No description.


Function: comment(editorWidget) [at ln:486]

def comment(editorWidget):
This method comment one or more lines of code

Function: comment_multiple_lines(cursor, block_start, block_end, comment_wildcard) [at ln:531]

def comment_multiple_lines(cursor, block_start, block_end, comment_wildcard):
Comment one or more lines with multiple comment symbol

Function: comment_single_line(cursor, block_start, block_end, comment_wildcard) [at ln:511]

def comment_single_line(cursor, block_start, block_end, comment_wildcard):
Comment one or more lines with single comment symbol

Function: delete_lines_selected(cursor, block_actual) [at ln:479]

def delete_lines_selected(cursor, block_actual):

No description.


Function: duplicate(editorWidget) [at ln:389]

def duplicate(editorWidget):

No description.


Function: get_first_keyword(line) [at ln:94]

def get_first_keyword(line):

No description.


Function: get_indentation(line, indent=settings.INDENT, useTabs=settings.USE_TABS) [at ln:49]

def get_indentation(line, indent=settings.INDENT, useTabs=settings.USE_TABS):

No description.


Function: get_leading_spaces(line) [at ln:41]

def get_leading_spaces(line):

No description.


Function: get_start_end_selection(editorWidget, cursor) [at ln:113]

def get_start_end_selection(editorWidget, cursor):

No description.


Function: insert_coding_line(editorWidget) [at ln:170]

def insert_coding_line(editorWidget):

No description.


Function: insert_debugging_prints(editorWidget) [at ln:210]

def insert_debugging_prints(editorWidget):

No description.


Function: insert_horizontal_line(editorWidget) [at ln:138]

def insert_horizontal_line(editorWidget):

No description.


Function: insert_pdb(editorWidget) [at ln:236]

def insert_pdb(editorWidget):
Insert a pdb statement into the current line to debug code.

Function: insert_title_comment(editorWidget) [at ln:149]

def insert_title_comment(editorWidget):

No description.


Function: lint_ignore_line(editorWidget) [at ln:184]

def lint_ignore_line(editorWidget):

No description.


Function: lint_ignore_selection(editorWidget) [at ln:191]

def lint_ignore_selection(editorWidget):

No description.


Function: move_down(editorWidget) [at ln:300]

def move_down(editorWidget):

No description.


Function: move_up(editorWidget) [at ln:243]

def move_up(editorWidget):

No description.


Function: remove_line(editorWidget) [at ln:354]

def remove_line(editorWidget):

No description.


Function: remove_symbols(word) [at ln:104]

def remove_symbols(word):

No description.


Function: remove_trailing_spaces(editorWidget) [at ln:123]

def remove_trailing_spaces(editorWidget):

No description.


Function: replace_tabs_with_spaces(editorWidget) [at ln:178]

def replace_tabs_with_spaces(editorWidget):

No description.


Function: uncomment(editorWidget) [at ln:415]

def uncomment(editorWidget):

No description.


Function: uncomment_multiple_lines(cursor, block_start, block_end, comment_wildcard) [at ln:460]

def uncomment_multiple_lines(cursor, block_start, block_end, comment_wildcard):
Uncomment one or more lines when multiple lines symbols is supported

Function: uncomment_single_line(cursor, block_start, block_end, comment_wildcard) [at ln:439]

def uncomment_single_line(cursor, block_start, block_end, comment_wildcard):
Uncoment one or more lines when one line symbol is supported
Contents © 2013 NINJA-IDE - Powered by Nikola and Documentor