Fri, 04 Oct 2013 17:48:17 +0200
Finished changing the names of the various code style checkers to make them more appropriate to the broadened scope.
--- a/APIs/Python3/eric5.api Fri Oct 04 17:35:44 2013 +0200 +++ b/APIs/Python3/eric5.api Fri Oct 04 17:48:17 2013 +0200 @@ -3716,187 +3716,187 @@ eric5.Plugins.AboutPlugin.AboutDialog.licenseText?7 eric5.Plugins.AboutPlugin.AboutDialog.thanksText?7 eric5.Plugins.AboutPlugin.AboutDialog.titleText?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Checker.Codes?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Checker.Messages?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Checker.getMessage?4(code, *args) -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Checker.run?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Checker.unpackArgs?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Checker?1(source, filename, select, ignore, expected, repeat, maxLineLength=79, docType="pep257") -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Context.contextType?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Context.end?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Context.indent?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Context.source?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Context.ssource?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Context.start?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.Pep257Context?1(source, startLine, contextType) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.Pep8Py2Checker?1(filename, lines, repeat=False, select="", ignore="", max_line_length=79, hang_closing=False, docType="pep257") -eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.Pep8CodeSelectionDialog.getSelectedCodes?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.Pep8CodeSelectionDialog?1(codes, showFixCodes, parent=None) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.codeRole?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.filenameRole?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.fixableRole?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.lineRole?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.messageRole?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_buttonBox_clicked?4(button) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_excludeMessagesSelectButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_fixButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_fixIssuesSelectButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_includeMessagesSelectButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_loadDefaultButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_noFixIssuesSelectButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_resetDefaultButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_resultList_itemActivated?4(item, column) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_resultList_itemSelectionChanged?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_showButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_startButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_statisticsButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.on_storeDefaultButton_clicked?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.positionRole?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.prepare?4(fileList, project) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog.start?4(fn, save=False, repeat=None) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Dialog?1(parent=None) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Report.error_args?4(line_number, offset, code, check, *args) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.Pep8Report?1(options) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8FixableIssues?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8Fixer.finalize?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8Fixer.fixIssue?4(line, pos, message) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8Fixer.mutualStartswith?4(b) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8Fixer.saveFile?4(encoding) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8Fixer?1(project, filename, sourceLines, fixCodes, noFixCodes, maxLineLength, inPlace) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8IndentationWrapper.SKIP_TOKENS?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8IndentationWrapper.pep8Expected?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8IndentationWrapper?1(physical_lines) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8LineShortener.shorten?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8LineShortener?1(curLine, prevLine, nextLine, maxLength=79, eol="\n", indentWord=" ", isDocString=False) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8Reindenter.fixedLine?4(line) -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8Reindenter.getline?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8Reindenter.run?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.Pep8Reindenter?1(sourceLines) -eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.Pep8NamingChecker.CamelcaseRegexp?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.Pep8NamingChecker.Codes?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.Pep8NamingChecker.LowercaseRegex?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.Pep8NamingChecker.Messages?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.Pep8NamingChecker.MixedcaseRegexp?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.Pep8NamingChecker.UppercaseRegexp?7 -eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.Pep8NamingChecker.getMessage?4(code, *args) -eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.Pep8NamingChecker.run?4() -eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.Pep8NamingChecker?1(tree, filename, options) -eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.Pep8StatisticsDialog?1(statistics, parent=None) -eric5.Plugins.CheckerPlugins.Pep8.pep8.ARITHMETIC_OP?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.BENCHMARK_KEYS?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.error?4(line_number, offset, text, check) -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.error_args?4(line_number, offset, code, check, *args) -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.get_count?4(prefix='') -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.get_file_results?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.get_statistics?4(prefix='') -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.increment_logical_line?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.init_file?4(filename, lines, expected, line_offset) -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.print_benchmark?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.print_filename?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.print_statistics?4(prefix='') -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.start?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport.stop?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.BaseReport?1(options) -eric5.Plugins.CheckerPlugins.Pep8.pep8.COMMENT_WITH_NL?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.COMPARE_SINGLETON_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.COMPARE_TYPE_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.build_tokens_line?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.check_all?4(expected=None, line_offset=0) -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.check_ast?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.check_logical?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.check_physical?4(line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.generate_tokens?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.readline?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.readline_check_physical?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.report_invalid_syntax?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker.run_check?4(check, argument_names) -eric5.Plugins.CheckerPlugins.Pep8.pep8.Checker?1(filename=None, lines=None, options=None, report=None, **kwargs) -eric5.Plugins.CheckerPlugins.Pep8.pep8.DEFAULT_EXCLUDE?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.DEFAULT_IGNORE?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.DOCSTRING_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.DiffReport.error?4(line_number, offset, text, check) -eric5.Plugins.CheckerPlugins.Pep8.pep8.DiffReport?1(options) -eric5.Plugins.CheckerPlugins.Pep8.pep8.ERRORCODE_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.EXTRANEOUS_WHITESPACE_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.FileReport.print_filename?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.HUNK_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.INDENT_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.KEYWORDS?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.KEYWORD_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.LAMBDA_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.MAX_LINE_LENGTH?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.OPERATOR_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.PROJECT_CONFIG?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.PyCF_ONLY_AST?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.RAISE_COMMA_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.REPORT_FORMAT?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.RERAISE_COMMA_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.SINGLETONS?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.SKIP_TOKENS?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.StandardReport.error?4(line_number, offset, text, check) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StandardReport.error_args?4(line_number, offset, code, check, *args) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StandardReport.get_file_results?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.StandardReport.init_file?4(filename, lines, expected, line_offset) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StandardReport?1(options) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StyleGuide.check_files?4(paths=None) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StyleGuide.excluded?4(filename, parent=None) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StyleGuide.get_checks?4(argument_name) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StyleGuide.ignore_code?4(code) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StyleGuide.init_report?4(reporter=None) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StyleGuide.input_dir?4(dirname) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StyleGuide.input_file?4(filename, lines=None, expected=None, line_offset=0) -eric5.Plugins.CheckerPlugins.Pep8.pep8.StyleGuide?1(*args, **kwargs) -eric5.Plugins.CheckerPlugins.Pep8.pep8.TESTSUITE_PATH?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.UNARY_OPERATORS?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.WHITESPACE?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.WHITESPACE_AFTER_COMMA_REGEX?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.WS_NEEDED_OPERATORS?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.WS_OPTIONAL_OPERATORS?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8._add_check?5(check, kind, codes, args) -eric5.Plugins.CheckerPlugins.Pep8.pep8._checks?8 -eric5.Plugins.CheckerPlugins.Pep8.pep8._main?5() -eric5.Plugins.CheckerPlugins.Pep8.pep8.blank_lines?4(logical_line, blank_lines, indent_level, line_number, previous_logical, previous_indent_level) -eric5.Plugins.CheckerPlugins.Pep8.pep8.comparison_to_singleton?4(logical_line, noqa) -eric5.Plugins.CheckerPlugins.Pep8.pep8.comparison_type?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.compound_statements?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.continued_indentation?4(logical_line, tokens, indent_level, hang_closing, noqa, verbose) -eric5.Plugins.CheckerPlugins.Pep8.pep8.expand_indent?4(line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.explicit_line_join?4(logical_line, tokens) -eric5.Plugins.CheckerPlugins.Pep8.pep8.extraneous_whitespace?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.filename_match?4(filename, patterns, default=True) -eric5.Plugins.CheckerPlugins.Pep8.pep8.getMessage?4(code, *args) -eric5.Plugins.CheckerPlugins.Pep8.pep8.get_parser?4(prog='pep8', version=__version__) -eric5.Plugins.CheckerPlugins.Pep8.pep8.imports_on_separate_lines?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.indentation?4(logical_line, previous_logical, indent_char, indent_level, previous_indent_level) -eric5.Plugins.CheckerPlugins.Pep8.pep8.init_checks_registry?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.maximum_line_length?4(physical_line, max_line_length) -eric5.Plugins.CheckerPlugins.Pep8.pep8.missing_newline?4(physical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.missing_whitespace?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.missing_whitespace_around_operator?4(logical_line, tokens) -eric5.Plugins.CheckerPlugins.Pep8.pep8.mute_string?4(text) -eric5.Plugins.CheckerPlugins.Pep8.pep8.noqa?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.parse_udiff?4(diff, patterns=None, parent='.') -eric5.Plugins.CheckerPlugins.Pep8.pep8.pep8_messages?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.pep8_messages_sample_args?7 -eric5.Plugins.CheckerPlugins.Pep8.pep8.process_options?4(arglist=None, parse_argv=False, config_file=None, parser=None) -eric5.Plugins.CheckerPlugins.Pep8.pep8.python_3000_backticks?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.python_3000_has_key?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.python_3000_not_equal?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.python_3000_raise_comma?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.read_config?4(options, args, arglist, parser) -eric5.Plugins.CheckerPlugins.Pep8.pep8.readlines?4(filename) -eric5.Plugins.CheckerPlugins.Pep8.pep8.register_check?4(check, codes=None) -eric5.Plugins.CheckerPlugins.Pep8.pep8.stdin_get_value?4() -eric5.Plugins.CheckerPlugins.Pep8.pep8.tabs_obsolete?4(physical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.tabs_or_spaces?4(physical_line, indent_char) -eric5.Plugins.CheckerPlugins.Pep8.pep8.trailing_blank_lines?4(physical_line, lines, line_number) -eric5.Plugins.CheckerPlugins.Pep8.pep8.trailing_whitespace?4(physical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.whitespace_around_comma?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.whitespace_around_keywords?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.whitespace_around_named_parameter_equals?4(logical_line, tokens) -eric5.Plugins.CheckerPlugins.Pep8.pep8.whitespace_around_operator?4(logical_line) -eric5.Plugins.CheckerPlugins.Pep8.pep8.whitespace_before_inline_comment?4(logical_line, tokens) -eric5.Plugins.CheckerPlugins.Pep8.pep8.whitespace_before_parameters?4(logical_line, tokens) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.CodeStyleCheckerPy2?1(filename, lines, repeat=False, select="", ignore="", max_line_length=79, hang_closing=False, docType="pep257") +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.codeRole?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.filenameRole?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.fixableRole?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.lineRole?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.messageRole?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_buttonBox_clicked?4(button) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_fixButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_fixIssuesSelectButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_includeMessagesSelectButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_loadDefaultButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_noFixIssuesSelectButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_resetDefaultButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_resultList_itemActivated?4(item, column) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_resultList_itemSelectionChanged?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_showButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_startButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_statisticsButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_storeDefaultButton_clicked?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.positionRole?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.prepare?4(fileList, project) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.start?4(fn, save=False, repeat=None) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog?1(parent=None) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerReport.error_args?4(line_number, offset, code, check, *args) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerReport?1(options) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.CodeStyleCodeSelectionDialog.getSelectedCodes?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.CodeStyleCodeSelectionDialog?1(codes, showFixCodes, parent=None) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.CodeStyleFixer.finalize?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.CodeStyleFixer.fixIssue?4(line, pos, message) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.CodeStyleFixer.mutualStartswith?4(b) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.CodeStyleFixer.saveFile?4(encoding) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.CodeStyleFixer?1(project, filename, sourceLines, fixCodes, noFixCodes, maxLineLength, inPlace) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.FixableCodeStyleIssues?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.IndentationWrapper.SKIP_TOKENS?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.IndentationWrapper.pep8Expected?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.IndentationWrapper?1(physical_lines) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.LineShortener.shorten?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.LineShortener?1(curLine, prevLine, nextLine, maxLength=79, eol="\n", indentWord=" ", isDocString=False) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.Reindenter.fixedLine?4(line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.Reindenter.getline?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.Reindenter.run?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.Reindenter?1(sourceLines) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.CodeStyleStatisticsDialog?1(statistics, parent=None) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleChecker.Codes?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleChecker.Messages?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleChecker.getMessage?4(code, *args) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleChecker.run?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleChecker.unpackArgs?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleChecker?1(source, filename, select, ignore, expected, repeat, maxLineLength=79, docType="pep257") +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleContext.contextType?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleContext.end?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleContext.indent?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleContext.source?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleContext.ssource?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleContext.start?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.DocStyleContext?1(source, startLine, contextType) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.NamingStyleChecker.CamelcaseRegexp?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.NamingStyleChecker.Codes?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.NamingStyleChecker.LowercaseRegex?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.NamingStyleChecker.Messages?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.NamingStyleChecker.MixedcaseRegexp?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.NamingStyleChecker.UppercaseRegexp?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.NamingStyleChecker.getMessage?4(code, *args) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.NamingStyleChecker.run?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.NamingStyleChecker?1(tree, filename, options) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.ARITHMETIC_OP?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BENCHMARK_KEYS?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.error?4(line_number, offset, text, check) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.error_args?4(line_number, offset, code, check, *args) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.get_count?4(prefix='') +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.get_file_results?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.get_statistics?4(prefix='') +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.increment_logical_line?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.init_file?4(filename, lines, expected, line_offset) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.print_benchmark?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.print_filename?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.print_statistics?4(prefix='') +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.start?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport.stop?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.BaseReport?1(options) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.COMMENT_WITH_NL?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.COMPARE_SINGLETON_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.COMPARE_TYPE_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.build_tokens_line?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.check_all?4(expected=None, line_offset=0) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.check_ast?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.check_logical?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.check_physical?4(line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.generate_tokens?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.readline?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.readline_check_physical?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.report_invalid_syntax?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker.run_check?4(check, argument_names) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.Checker?1(filename=None, lines=None, options=None, report=None, **kwargs) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.DEFAULT_EXCLUDE?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.DEFAULT_IGNORE?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.DOCSTRING_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.DiffReport.error?4(line_number, offset, text, check) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.DiffReport?1(options) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.ERRORCODE_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.EXTRANEOUS_WHITESPACE_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.FileReport.print_filename?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.HUNK_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.INDENT_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.KEYWORDS?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.KEYWORD_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.LAMBDA_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.MAX_LINE_LENGTH?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.OPERATOR_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.PROJECT_CONFIG?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.PyCF_ONLY_AST?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.RAISE_COMMA_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.REPORT_FORMAT?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.RERAISE_COMMA_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.SINGLETONS?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.SKIP_TOKENS?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StandardReport.error?4(line_number, offset, text, check) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StandardReport.error_args?4(line_number, offset, code, check, *args) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StandardReport.get_file_results?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StandardReport.init_file?4(filename, lines, expected, line_offset) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StandardReport?1(options) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StyleGuide.check_files?4(paths=None) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StyleGuide.excluded?4(filename, parent=None) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StyleGuide.get_checks?4(argument_name) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StyleGuide.ignore_code?4(code) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StyleGuide.init_report?4(reporter=None) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StyleGuide.input_dir?4(dirname) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StyleGuide.input_file?4(filename, lines=None, expected=None, line_offset=0) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.StyleGuide?1(*args, **kwargs) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.TESTSUITE_PATH?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.UNARY_OPERATORS?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.WHITESPACE?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.WHITESPACE_AFTER_COMMA_REGEX?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.WS_NEEDED_OPERATORS?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.WS_OPTIONAL_OPERATORS?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8._add_check?5(check, kind, codes, args) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8._checks?8 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8._main?5() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.blank_lines?4(logical_line, blank_lines, indent_level, line_number, previous_logical, previous_indent_level) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.comparison_to_singleton?4(logical_line, noqa) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.comparison_type?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.compound_statements?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.continued_indentation?4(logical_line, tokens, indent_level, hang_closing, noqa, verbose) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.expand_indent?4(line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.explicit_line_join?4(logical_line, tokens) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.extraneous_whitespace?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.filename_match?4(filename, patterns, default=True) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.getMessage?4(code, *args) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.get_parser?4(prog='pep8', version=__version__) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.imports_on_separate_lines?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.indentation?4(logical_line, previous_logical, indent_char, indent_level, previous_indent_level) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.init_checks_registry?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.maximum_line_length?4(physical_line, max_line_length) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.missing_newline?4(physical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.missing_whitespace?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.missing_whitespace_around_operator?4(logical_line, tokens) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.mute_string?4(text) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.noqa?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.parse_udiff?4(diff, patterns=None, parent='.') +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.pep8_messages?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.pep8_messages_sample_args?7 +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.process_options?4(arglist=None, parse_argv=False, config_file=None, parser=None) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.python_3000_backticks?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.python_3000_has_key?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.python_3000_not_equal?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.python_3000_raise_comma?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.read_config?4(options, args, arglist, parser) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.readlines?4(filename) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.register_check?4(check, codes=None) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.stdin_get_value?4() +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.tabs_obsolete?4(physical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.tabs_or_spaces?4(physical_line, indent_char) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.trailing_blank_lines?4(physical_line, lines, line_number) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.trailing_whitespace?4(physical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.whitespace_around_comma?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.whitespace_around_keywords?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.whitespace_around_named_parameter_equals?4(logical_line, tokens) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.whitespace_around_operator?4(logical_line) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.whitespace_before_inline_comment?4(logical_line, tokens) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.whitespace_before_parameters?4(logical_line, tokens) eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.errorRole?7 eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.filenameRole?7 eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.indexRole?7 @@ -3979,6 +3979,20 @@ eric5.Plugins.PluginAbout.pyqtApi?7 eric5.Plugins.PluginAbout.shortDescription?7 eric5.Plugins.PluginAbout.version?7 +eric5.Plugins.PluginCodeStyleChecker.CodeStyleCheckerPlugin.activate?4() +eric5.Plugins.PluginCodeStyleChecker.CodeStyleCheckerPlugin.deactivate?4() +eric5.Plugins.PluginCodeStyleChecker.CodeStyleCheckerPlugin?1(ui) +eric5.Plugins.PluginCodeStyleChecker.author?7 +eric5.Plugins.PluginCodeStyleChecker.autoactivate?7 +eric5.Plugins.PluginCodeStyleChecker.className?7 +eric5.Plugins.PluginCodeStyleChecker.deactivateable?7 +eric5.Plugins.PluginCodeStyleChecker.error?7 +eric5.Plugins.PluginCodeStyleChecker.longDescription?7 +eric5.Plugins.PluginCodeStyleChecker.name?7 +eric5.Plugins.PluginCodeStyleChecker.packageName?7 +eric5.Plugins.PluginCodeStyleChecker.pyqtApi?7 +eric5.Plugins.PluginCodeStyleChecker.shortDescription?7 +eric5.Plugins.PluginCodeStyleChecker.version?7 eric5.Plugins.PluginEricapi.EricapiPlugin.activate?4() eric5.Plugins.PluginEricapi.EricapiPlugin.deactivate?4() eric5.Plugins.PluginEricapi.EricapiPlugin?1(ui) @@ -4009,20 +4023,6 @@ eric5.Plugins.PluginEricdoc.pyqtApi?7 eric5.Plugins.PluginEricdoc.shortDescription?7 eric5.Plugins.PluginEricdoc.version?7 -eric5.Plugins.PluginPep8Checker.Pep8CheckerPlugin.activate?4() -eric5.Plugins.PluginPep8Checker.Pep8CheckerPlugin.deactivate?4() -eric5.Plugins.PluginPep8Checker.Pep8CheckerPlugin?1(ui) -eric5.Plugins.PluginPep8Checker.author?7 -eric5.Plugins.PluginPep8Checker.autoactivate?7 -eric5.Plugins.PluginPep8Checker.className?7 -eric5.Plugins.PluginPep8Checker.deactivateable?7 -eric5.Plugins.PluginPep8Checker.error?7 -eric5.Plugins.PluginPep8Checker.longDescription?7 -eric5.Plugins.PluginPep8Checker.name?7 -eric5.Plugins.PluginPep8Checker.packageName?7 -eric5.Plugins.PluginPep8Checker.pyqtApi?7 -eric5.Plugins.PluginPep8Checker.shortDescription?7 -eric5.Plugins.PluginPep8Checker.version?7 eric5.Plugins.PluginSyntaxChecker.SyntaxCheckerPlugin.activate?4() eric5.Plugins.PluginSyntaxChecker.SyntaxCheckerPlugin.deactivate?4() eric5.Plugins.PluginSyntaxChecker.SyntaxCheckerPlugin?1(ui) @@ -8389,34 +8389,34 @@ eric5.Utilities.win32_Kill?4(pid) eric5.Utilities.win32_getRealName?4() eric5.Utilities.writeEncodedFile?4(filename, text, orig_coding) -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Checker.Codes?7 -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Checker.run?4() -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Checker.unpackArgs?4() -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Checker?1(source, filename, select, ignore, expected, repeat, maxLineLength=79, docType="pep257") -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Context.contextType?4() -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Context.end?4() -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Context.indent?4() -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Context.source?4() -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Context.ssource?4() -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Context.start?4() -eric5.UtilitiesPython2.Pep257CheckerPy2.Pep257Context?1(source, startLine, contextType) -eric5.UtilitiesPython2.Pep8Checker.Pep8Report.docType?7 -eric5.UtilitiesPython2.Pep8Checker.Pep8Report.error_args?4(line_number, offset, code, check, *args) -eric5.UtilitiesPython2.Pep8Checker.Pep8Report.filename?7 -eric5.UtilitiesPython2.Pep8Checker.Pep8Report.hang_closing?7 -eric5.UtilitiesPython2.Pep8Checker.Pep8Report.ignore?7 -eric5.UtilitiesPython2.Pep8Checker.Pep8Report.max_line_length?7 -eric5.UtilitiesPython2.Pep8Checker.Pep8Report.repeat?7 -eric5.UtilitiesPython2.Pep8Checker.Pep8Report.select?7 -eric5.UtilitiesPython2.Pep8Checker.Pep8Report?1(options) -eric5.UtilitiesPython2.Pep8NamingCheckerPy2.Pep8NamingChecker.CamelcaseRegexp?7 -eric5.UtilitiesPython2.Pep8NamingCheckerPy2.Pep8NamingChecker.Codes?7 -eric5.UtilitiesPython2.Pep8NamingCheckerPy2.Pep8NamingChecker.LowercaseRegex?7 -eric5.UtilitiesPython2.Pep8NamingCheckerPy2.Pep8NamingChecker.MixedcaseRegexp?7 -eric5.UtilitiesPython2.Pep8NamingCheckerPy2.Pep8NamingChecker.UppercaseRegexp?7 -eric5.UtilitiesPython2.Pep8NamingCheckerPy2.Pep8NamingChecker.run?4() -eric5.UtilitiesPython2.Pep8NamingCheckerPy2.Pep8NamingChecker.unpackArgs?4() -eric5.UtilitiesPython2.Pep8NamingCheckerPy2.Pep8NamingChecker?1(tree, filename, options) +eric5.UtilitiesPython2.CodeStyleChecker.CodeStyleReport.docType?7 +eric5.UtilitiesPython2.CodeStyleChecker.CodeStyleReport.error_args?4(line_number, offset, code, check, *args) +eric5.UtilitiesPython2.CodeStyleChecker.CodeStyleReport.filename?7 +eric5.UtilitiesPython2.CodeStyleChecker.CodeStyleReport.hang_closing?7 +eric5.UtilitiesPython2.CodeStyleChecker.CodeStyleReport.ignore?7 +eric5.UtilitiesPython2.CodeStyleChecker.CodeStyleReport.max_line_length?7 +eric5.UtilitiesPython2.CodeStyleChecker.CodeStyleReport.repeat?7 +eric5.UtilitiesPython2.CodeStyleChecker.CodeStyleReport.select?7 +eric5.UtilitiesPython2.CodeStyleChecker.CodeStyleReport?1(options) +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleChecker.Codes?7 +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleChecker.run?4() +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleChecker.unpackArgs?4() +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleChecker?1(source, filename, select, ignore, expected, repeat, maxLineLength=79, docType="pep257") +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleContext.contextType?4() +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleContext.end?4() +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleContext.indent?4() +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleContext.source?4() +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleContext.ssource?4() +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleContext.start?4() +eric5.UtilitiesPython2.DocStyleCheckerPy2.DocStyleContext?1(source, startLine, contextType) +eric5.UtilitiesPython2.NamingStyleCheckerPy2.NamingStyleChecker.CamelcaseRegexp?7 +eric5.UtilitiesPython2.NamingStyleCheckerPy2.NamingStyleChecker.Codes?7 +eric5.UtilitiesPython2.NamingStyleCheckerPy2.NamingStyleChecker.LowercaseRegex?7 +eric5.UtilitiesPython2.NamingStyleCheckerPy2.NamingStyleChecker.MixedcaseRegexp?7 +eric5.UtilitiesPython2.NamingStyleCheckerPy2.NamingStyleChecker.UppercaseRegexp?7 +eric5.UtilitiesPython2.NamingStyleCheckerPy2.NamingStyleChecker.run?4() +eric5.UtilitiesPython2.NamingStyleCheckerPy2.NamingStyleChecker.unpackArgs?4() +eric5.UtilitiesPython2.NamingStyleCheckerPy2.NamingStyleChecker?1(tree, filename, options) eric5.UtilitiesPython2.Py2SyntaxChecker.compile?4(file, codestring) eric5.UtilitiesPython2.Py2SyntaxChecker.flakesCheck?4(fileName, codestring, ignoreStarImportWarnings) eric5.UtilitiesPython2.Tabnanny.NannyNag.get_line?4()
--- a/APIs/Python3/eric5.bas Fri Oct 04 17:35:44 2013 +0200 +++ b/APIs/Python3/eric5.bas Fri Oct 04 17:48:17 2013 +0200 @@ -73,6 +73,13 @@ ClickToFlashWhitelistDialog QDialog Ui_ClickToFlashWhitelistDialog ClosedTabsManager QObject CodeMetricsDialog QDialog Ui_CodeMetricsDialog +CodeStyleCheckerDialog QDialog Ui_CodeStyleCheckerDialog +CodeStyleCheckerPlugin QObject +CodeStyleCheckerReport pep8.BaseReport +CodeStyleCodeSelectionDialog QDialog Ui_CodeStyleCodeSelectionDialog +CodeStyleFixer QObject +CodeStyleReport pep8.BaseReport +CodeStyleStatisticsDialog QDialog Ui_CodeStyleStatisticsDialog Coding ClbrBase CodingError Exception ColorDialogWizard QObject @@ -474,12 +481,6 @@ PasswordReader QXmlStreamReader PasswordWriter QXmlStreamWriter PasswordsDialog QDialog Ui_PasswordsDialog -Pep8CheckerPlugin QObject -Pep8CodeSelectionDialog QDialog Ui_Pep8CodeSelectionDialog -Pep8Dialog QDialog Ui_Pep8Dialog -Pep8Fixer QObject -Pep8Report pep8.BaseReport -Pep8StatisticsDialog QDialog Ui_Pep8StatisticsDialog PersonalDataDialog QDialog Ui_PersonalDataDialog PersonalInformationManager QObject PixmapDiagram E5MainWindow
--- a/Documentation/Help/source.qhp Fri Oct 04 17:35:44 2013 +0200 +++ b/Documentation/Help/source.qhp Fri Oct 04 17:48:17 2013 +0200 @@ -453,15 +453,15 @@ <section title="eric5.Plugins.AboutPlugin.AboutDialog" ref="eric5.Plugins.AboutPlugin.AboutDialog.html" /> </section> <section title="eric5.Plugins.CheckerPlugins" ref="index-eric5.Plugins.CheckerPlugins.html"> - <section title="eric5.Plugins.CheckerPlugins.Pep8" ref="index-eric5.Plugins.CheckerPlugins.Pep8.html"> - <section title="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html" /> - <section title="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html" /> - <section title="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html" /> - <section title="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html" /> - <section title="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html" /> - <section title="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html" /> - <section title="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html" /> - <section title="eric5.Plugins.CheckerPlugins.Pep8.pep8" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html" /> + <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker" ref="index-eric5.Plugins.CheckerPlugins.CodeStyleChecker.html"> + <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html" /> + <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html" /> + <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html" /> + <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html" /> + <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html" /> + <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html" /> + <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html" /> + <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html" /> </section> <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker" ref="index-eric5.Plugins.CheckerPlugins.SyntaxChecker.html"> <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html" /> @@ -691,9 +691,9 @@ </section> </section> <section title="eric5.Plugins.PluginAbout" ref="eric5.Plugins.PluginAbout.html" /> + <section title="eric5.Plugins.PluginCodeStyleChecker" ref="eric5.Plugins.PluginCodeStyleChecker.html" /> <section title="eric5.Plugins.PluginEricapi" ref="eric5.Plugins.PluginEricapi.html" /> <section title="eric5.Plugins.PluginEricdoc" ref="eric5.Plugins.PluginEricdoc.html" /> - <section title="eric5.Plugins.PluginPep8Checker" ref="eric5.Plugins.PluginPep8Checker.html" /> <section title="eric5.Plugins.PluginSyntaxChecker" ref="eric5.Plugins.PluginSyntaxChecker.html" /> <section title="eric5.Plugins.PluginTabnanny" ref="eric5.Plugins.PluginTabnanny.html" /> <section title="eric5.Plugins.PluginVcsMercurial" ref="eric5.Plugins.PluginVcsMercurial.html" /> @@ -970,9 +970,9 @@ <section title="eric5.UtilitiesPython2.py2flakes.checker" ref="eric5.UtilitiesPython2.py2flakes.checker.html" /> <section title="eric5.UtilitiesPython2.py2flakes.messages" ref="eric5.UtilitiesPython2.py2flakes.messages.html" /> </section> - <section title="eric5.UtilitiesPython2.Pep257CheckerPy2" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html" /> - <section title="eric5.UtilitiesPython2.Pep8Checker" ref="eric5.UtilitiesPython2.Pep8Checker.html" /> - <section title="eric5.UtilitiesPython2.Pep8NamingCheckerPy2" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html" /> + <section title="eric5.UtilitiesPython2.CodeStyleChecker" ref="eric5.UtilitiesPython2.CodeStyleChecker.html" /> + <section title="eric5.UtilitiesPython2.DocStyleCheckerPy2" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html" /> + <section title="eric5.UtilitiesPython2.NamingStyleCheckerPy2" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html" /> <section title="eric5.UtilitiesPython2.Py2SyntaxChecker" ref="eric5.UtilitiesPython2.Py2SyntaxChecker.html" /> <section title="eric5.UtilitiesPython2.PySideImporter" ref="eric5.UtilitiesPython2.PySideImporter.html" /> <section title="eric5.UtilitiesPython2.Tabnanny" ref="eric5.UtilitiesPython2.Tabnanny.html" /> @@ -1465,31 +1465,31 @@ <keyword name="AutoSaver.changeOccurred" id="AutoSaver.changeOccurred" ref="eric5.Utilities.AutoSaver.html#AutoSaver.changeOccurred" /> <keyword name="AutoSaver.saveIfNeccessary" id="AutoSaver.saveIfNeccessary" ref="eric5.Utilities.AutoSaver.html#AutoSaver.saveIfNeccessary" /> <keyword name="AutoSaver.timerEvent" id="AutoSaver.timerEvent" ref="eric5.Utilities.AutoSaver.html#AutoSaver.timerEvent" /> - <keyword name="BaseReport" id="BaseReport" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport" /> + <keyword name="BaseReport" id="BaseReport" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport" /> <keyword name="BaseReport" id="BaseReport" ref="eric5.UtilitiesPython2.pep8.html#BaseReport" /> - <keyword name="BaseReport (Constructor)" id="BaseReport (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.__init__" /> + <keyword name="BaseReport (Constructor)" id="BaseReport (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.__init__" /> <keyword name="BaseReport (Constructor)" id="BaseReport (Constructor)" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.__init__" /> - <keyword name="BaseReport.error" id="BaseReport.error" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.error" /> + <keyword name="BaseReport.error" id="BaseReport.error" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.error" /> <keyword name="BaseReport.error" id="BaseReport.error" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.error" /> - <keyword name="BaseReport.error_args" id="BaseReport.error_args" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.error_args" /> + <keyword name="BaseReport.error_args" id="BaseReport.error_args" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.error_args" /> <keyword name="BaseReport.error_args" id="BaseReport.error_args" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.error_args" /> - <keyword name="BaseReport.get_count" id="BaseReport.get_count" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.get_count" /> + <keyword name="BaseReport.get_count" id="BaseReport.get_count" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.get_count" /> <keyword name="BaseReport.get_count" id="BaseReport.get_count" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.get_count" /> - <keyword name="BaseReport.get_file_results" id="BaseReport.get_file_results" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.get_file_results" /> + <keyword name="BaseReport.get_file_results" id="BaseReport.get_file_results" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.get_file_results" /> <keyword name="BaseReport.get_file_results" id="BaseReport.get_file_results" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.get_file_results" /> - <keyword name="BaseReport.get_statistics" id="BaseReport.get_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.get_statistics" /> + <keyword name="BaseReport.get_statistics" id="BaseReport.get_statistics" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.get_statistics" /> <keyword name="BaseReport.get_statistics" id="BaseReport.get_statistics" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.get_statistics" /> - <keyword name="BaseReport.increment_logical_line" id="BaseReport.increment_logical_line" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.increment_logical_line" /> + <keyword name="BaseReport.increment_logical_line" id="BaseReport.increment_logical_line" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.increment_logical_line" /> <keyword name="BaseReport.increment_logical_line" id="BaseReport.increment_logical_line" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.increment_logical_line" /> - <keyword name="BaseReport.init_file" id="BaseReport.init_file" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.init_file" /> + <keyword name="BaseReport.init_file" id="BaseReport.init_file" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.init_file" /> <keyword name="BaseReport.init_file" id="BaseReport.init_file" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.init_file" /> - <keyword name="BaseReport.print_benchmark" id="BaseReport.print_benchmark" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.print_benchmark" /> + <keyword name="BaseReport.print_benchmark" id="BaseReport.print_benchmark" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.print_benchmark" /> <keyword name="BaseReport.print_benchmark" id="BaseReport.print_benchmark" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.print_benchmark" /> - <keyword name="BaseReport.print_statistics" id="BaseReport.print_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.print_statistics" /> + <keyword name="BaseReport.print_statistics" id="BaseReport.print_statistics" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.print_statistics" /> <keyword name="BaseReport.print_statistics" id="BaseReport.print_statistics" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.print_statistics" /> - <keyword name="BaseReport.start" id="BaseReport.start" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.start" /> + <keyword name="BaseReport.start" id="BaseReport.start" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.start" /> <keyword name="BaseReport.start" id="BaseReport.start" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.start" /> - <keyword name="BaseReport.stop" id="BaseReport.stop" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#BaseReport.stop" /> + <keyword name="BaseReport.stop" id="BaseReport.stop" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#BaseReport.stop" /> <keyword name="BaseReport.stop" id="BaseReport.stop" ref="eric5.UtilitiesPython2.pep8.html#BaseReport.stop" /> <keyword name="BinaryModel" id="BinaryModel" ref="eric5.UI.NumbersWidget.html#BinaryModel" /> <keyword name="BinaryModel (Constructor)" id="BinaryModel (Constructor)" ref="eric5.UI.NumbersWidget.html#BinaryModel.__init__" /> @@ -1974,11 +1974,11 @@ <keyword name="ChatWidget.on_usersList_customContextMenuRequested" id="ChatWidget.on_usersList_customContextMenuRequested" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_usersList_customContextMenuRequested" /> <keyword name="ChatWidget.preferencesChanged" id="ChatWidget.preferencesChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.preferencesChanged" /> <keyword name="ChatWidget.shutdown" id="ChatWidget.shutdown" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.shutdown" /> - <keyword name="Checker" id="Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker" /> + <keyword name="Checker" id="Checker" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker" /> <keyword name="Checker" id="Checker" ref="eric5.Utilities.py3flakes.checker.html#Checker" /> <keyword name="Checker" id="Checker" ref="eric5.UtilitiesPython2.pep8.html#Checker" /> <keyword name="Checker" id="Checker" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker" /> - <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.__init__" /> + <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.__init__" /> <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.Utilities.py3flakes.checker.html#Checker.__init__" /> <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.UtilitiesPython2.pep8.html#Checker.__init__" /> <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.__init__" /> @@ -2014,19 +2014,19 @@ <keyword name="Checker.addArgs" id="Checker.addArgs" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.addArgs" /> <keyword name="Checker.addBinding" id="Checker.addBinding" ref="eric5.Utilities.py3flakes.checker.html#Checker.addBinding" /> <keyword name="Checker.addBinding" id="Checker.addBinding" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.addBinding" /> - <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.build_tokens_line" /> + <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.build_tokens_line" /> <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.UtilitiesPython2.pep8.html#Checker.build_tokens_line" /> <keyword name="Checker.checkUnusedAssignments" id="Checker.checkUnusedAssignments" ref="eric5.Utilities.py3flakes.checker.html#Checker.checkUnusedAssignments" /> <keyword name="Checker.checkUnusedAssignments" id="Checker.checkUnusedAssignments" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.checkUnusedAssignments" /> - <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_all" /> + <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_all" /> <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_all" /> - <keyword name="Checker.check_ast" id="Checker.check_ast" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_ast" /> + <keyword name="Checker.check_ast" id="Checker.check_ast" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_ast" /> <keyword name="Checker.check_ast" id="Checker.check_ast" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_ast" /> <keyword name="Checker.check_dead_scopes" id="Checker.check_dead_scopes" ref="eric5.Utilities.py3flakes.checker.html#Checker.check_dead_scopes" /> <keyword name="Checker.check_dead_scopes" id="Checker.check_dead_scopes" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.check_dead_scopes" /> - <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_logical" /> + <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_logical" /> <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_logical" /> - <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_physical" /> + <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_physical" /> <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_physical" /> <keyword name="Checker.collectLoopVars" id="Checker.collectLoopVars" ref="eric5.Utilities.py3flakes.checker.html#Checker.collectLoopVars" /> <keyword name="Checker.collectLoopVars" id="Checker.collectLoopVars" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.collectLoopVars" /> @@ -2034,7 +2034,7 @@ <keyword name="Checker.deferAssignment" id="Checker.deferAssignment" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.deferAssignment" /> <keyword name="Checker.deferFunction" id="Checker.deferFunction" ref="eric5.Utilities.py3flakes.checker.html#Checker.deferFunction" /> <keyword name="Checker.deferFunction" id="Checker.deferFunction" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.deferFunction" /> - <keyword name="Checker.generate_tokens" id="Checker.generate_tokens" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.generate_tokens" /> + <keyword name="Checker.generate_tokens" id="Checker.generate_tokens" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.generate_tokens" /> <keyword name="Checker.generate_tokens" id="Checker.generate_tokens" ref="eric5.UtilitiesPython2.pep8.html#Checker.generate_tokens" /> <keyword name="Checker.handleAssignName" id="Checker.handleAssignName" ref="eric5.Utilities.py3flakes.checker.html#Checker.handleAssignName" /> <keyword name="Checker.handleBody" id="Checker.handleBody" ref="eric5.Utilities.py3flakes.checker.html#Checker.handleBody" /> @@ -2052,17 +2052,17 @@ <keyword name="Checker.pushClassScope" id="Checker.pushClassScope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.pushClassScope" /> <keyword name="Checker.pushFunctionScope" id="Checker.pushFunctionScope" ref="eric5.Utilities.py3flakes.checker.html#Checker.pushFunctionScope" /> <keyword name="Checker.pushFunctionScope" id="Checker.pushFunctionScope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.pushFunctionScope" /> - <keyword name="Checker.readline" id="Checker.readline" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.readline" /> + <keyword name="Checker.readline" id="Checker.readline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.readline" /> <keyword name="Checker.readline" id="Checker.readline" ref="eric5.UtilitiesPython2.pep8.html#Checker.readline" /> - <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.readline_check_physical" /> + <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.readline_check_physical" /> <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.UtilitiesPython2.pep8.html#Checker.readline_check_physical" /> <keyword name="Checker.report" id="Checker.report" ref="eric5.Utilities.py3flakes.checker.html#Checker.report" /> <keyword name="Checker.report" id="Checker.report" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.report" /> - <keyword name="Checker.report_invalid_syntax" id="Checker.report_invalid_syntax" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.report_invalid_syntax" /> + <keyword name="Checker.report_invalid_syntax" id="Checker.report_invalid_syntax" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.report_invalid_syntax" /> <keyword name="Checker.report_invalid_syntax" id="Checker.report_invalid_syntax" ref="eric5.UtilitiesPython2.pep8.html#Checker.report_invalid_syntax" /> <keyword name="Checker.runFunction" id="Checker.runFunction" ref="eric5.Utilities.py3flakes.checker.html#Checker.runFunction" /> <keyword name="Checker.runFunction" id="Checker.runFunction" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.runFunction" /> - <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.run_check" /> + <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.run_check" /> <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.UtilitiesPython2.pep8.html#Checker.run_check" /> <keyword name="Checker.scope" id="Checker.scope" ref="eric5.Utilities.py3flakes.checker.html#Checker.scope" /> <keyword name="Checker.scope" id="Checker.scope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.scope" /> @@ -2204,6 +2204,126 @@ <keyword name="CodeMetricsDialog.on_startButton_clicked" id="CodeMetricsDialog.on_startButton_clicked" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.on_startButton_clicked" /> <keyword name="CodeMetricsDialog.prepare" id="CodeMetricsDialog.prepare" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.prepare" /> <keyword name="CodeMetricsDialog.start" id="CodeMetricsDialog.start" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.start" /> + <keyword name="CodeStyleChecker (Module)" id="CodeStyleChecker (Module)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html" /> + <keyword name="CodeStyleChecker (Module)" id="CodeStyleChecker (Module)" ref="eric5.UtilitiesPython2.CodeStyleChecker.html" /> + <keyword name="CodeStyleChecker (Package)" id="CodeStyleChecker (Package)" ref="index-eric5.Plugins.CheckerPlugins.CodeStyleChecker.html" /> + <keyword name="CodeStyleCheckerDialog" id="CodeStyleCheckerDialog" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog" /> + <keyword name="CodeStyleCheckerDialog (Constructor)" id="CodeStyleCheckerDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__init__" /> + <keyword name="CodeStyleCheckerDialog (Module)" id="CodeStyleCheckerDialog (Module)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html" /> + <keyword name="CodeStyleCheckerDialog.__clearErrors" id="CodeStyleCheckerDialog.__clearErrors" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__clearErrors" /> + <keyword name="CodeStyleCheckerDialog.__createResultItem" id="CodeStyleCheckerDialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__createResultItem" /> + <keyword name="CodeStyleCheckerDialog.__finish" id="CodeStyleCheckerDialog.__finish" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__finish" /> + <keyword name="CodeStyleCheckerDialog.__getSelectedFixableItems" id="CodeStyleCheckerDialog.__getSelectedFixableItems" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__getSelectedFixableItems" /> + <keyword name="CodeStyleCheckerDialog.__itemFixable" id="CodeStyleCheckerDialog.__itemFixable" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__itemFixable" /> + <keyword name="CodeStyleCheckerDialog.__modifyFixedResultItem" id="CodeStyleCheckerDialog.__modifyFixedResultItem" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__modifyFixedResultItem" /> + <keyword name="CodeStyleCheckerDialog.__resetStatistics" id="CodeStyleCheckerDialog.__resetStatistics" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__resetStatistics" /> + <keyword name="CodeStyleCheckerDialog.__resort" id="CodeStyleCheckerDialog.__resort" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__resort" /> + <keyword name="CodeStyleCheckerDialog.__selectCodes" id="CodeStyleCheckerDialog.__selectCodes" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__selectCodes" /> + <keyword name="CodeStyleCheckerDialog.__updateFixerStatistics" id="CodeStyleCheckerDialog.__updateFixerStatistics" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__updateFixerStatistics" /> + <keyword name="CodeStyleCheckerDialog.__updateStatistics" id="CodeStyleCheckerDialog.__updateStatistics" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.__updateStatistics" /> + <keyword name="CodeStyleCheckerDialog.on_buttonBox_clicked" id="CodeStyleCheckerDialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_buttonBox_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked" id="CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_fixButton_clicked" id="CodeStyleCheckerDialog.on_fixButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_fixButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_fixIssuesSelectButton_clicked" id="CodeStyleCheckerDialog.on_fixIssuesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_fixIssuesSelectButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_includeMessagesSelectButton_clicked" id="CodeStyleCheckerDialog.on_includeMessagesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_includeMessagesSelectButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_loadDefaultButton_clicked" id="CodeStyleCheckerDialog.on_loadDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_loadDefaultButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_noFixIssuesSelectButton_clicked" id="CodeStyleCheckerDialog.on_noFixIssuesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_noFixIssuesSelectButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_resetDefaultButton_clicked" id="CodeStyleCheckerDialog.on_resetDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_resetDefaultButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_resultList_itemActivated" id="CodeStyleCheckerDialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_resultList_itemActivated" /> + <keyword name="CodeStyleCheckerDialog.on_resultList_itemSelectionChanged" id="CodeStyleCheckerDialog.on_resultList_itemSelectionChanged" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_resultList_itemSelectionChanged" /> + <keyword name="CodeStyleCheckerDialog.on_showButton_clicked" id="CodeStyleCheckerDialog.on_showButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_showButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_startButton_clicked" id="CodeStyleCheckerDialog.on_startButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_startButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_statisticsButton_clicked" id="CodeStyleCheckerDialog.on_statisticsButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_statisticsButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.on_storeDefaultButton_clicked" id="CodeStyleCheckerDialog.on_storeDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.on_storeDefaultButton_clicked" /> + <keyword name="CodeStyleCheckerDialog.prepare" id="CodeStyleCheckerDialog.prepare" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.prepare" /> + <keyword name="CodeStyleCheckerDialog.start" id="CodeStyleCheckerDialog.start" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerDialog.start" /> + <keyword name="CodeStyleCheckerPlugin" id="CodeStyleCheckerPlugin" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin" /> + <keyword name="CodeStyleCheckerPlugin (Constructor)" id="CodeStyleCheckerPlugin (Constructor)" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__init__" /> + <keyword name="CodeStyleCheckerPlugin.__editorClosed" id="CodeStyleCheckerPlugin.__editorClosed" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__editorClosed" /> + <keyword name="CodeStyleCheckerPlugin.__editorCodeStyleCheck" id="CodeStyleCheckerPlugin.__editorCodeStyleCheck" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__editorCodeStyleCheck" /> + <keyword name="CodeStyleCheckerPlugin.__editorOpened" id="CodeStyleCheckerPlugin.__editorOpened" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__editorOpened" /> + <keyword name="CodeStyleCheckerPlugin.__editorShowMenu" id="CodeStyleCheckerPlugin.__editorShowMenu" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__editorShowMenu" /> + <keyword name="CodeStyleCheckerPlugin.__initialize" id="CodeStyleCheckerPlugin.__initialize" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__initialize" /> + <keyword name="CodeStyleCheckerPlugin.__projectBrowserCodeStyleCheck" id="CodeStyleCheckerPlugin.__projectBrowserCodeStyleCheck" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__projectBrowserCodeStyleCheck" /> + <keyword name="CodeStyleCheckerPlugin.__projectBrowserShowMenu" id="CodeStyleCheckerPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__projectBrowserShowMenu" /> + <keyword name="CodeStyleCheckerPlugin.__projectCodeStyleCheck" id="CodeStyleCheckerPlugin.__projectCodeStyleCheck" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__projectCodeStyleCheck" /> + <keyword name="CodeStyleCheckerPlugin.__projectShowMenu" id="CodeStyleCheckerPlugin.__projectShowMenu" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.__projectShowMenu" /> + <keyword name="CodeStyleCheckerPlugin.activate" id="CodeStyleCheckerPlugin.activate" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.activate" /> + <keyword name="CodeStyleCheckerPlugin.deactivate" id="CodeStyleCheckerPlugin.deactivate" ref="eric5.Plugins.PluginCodeStyleChecker.html#CodeStyleCheckerPlugin.deactivate" /> + <keyword name="CodeStyleCheckerPy2" id="CodeStyleCheckerPy2" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html#CodeStyleCheckerPy2" /> + <keyword name="CodeStyleCheckerPy2 (Constructor)" id="CodeStyleCheckerPy2 (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html#CodeStyleCheckerPy2.__init__" /> + <keyword name="CodeStyleCheckerReport" id="CodeStyleCheckerReport" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerReport" /> + <keyword name="CodeStyleCheckerReport (Constructor)" id="CodeStyleCheckerReport (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerReport.__init__" /> + <keyword name="CodeStyleCheckerReport.error_args" id="CodeStyleCheckerReport.error_args" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html#CodeStyleCheckerReport.error_args" /> + <keyword name="CodeStyleCodeSelectionDialog" id="CodeStyleCodeSelectionDialog" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html#CodeStyleCodeSelectionDialog" /> + <keyword name="CodeStyleCodeSelectionDialog (Constructor)" id="CodeStyleCodeSelectionDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html#CodeStyleCodeSelectionDialog.__init__" /> + <keyword name="CodeStyleCodeSelectionDialog (Module)" id="CodeStyleCodeSelectionDialog (Module)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html" /> + <keyword name="CodeStyleCodeSelectionDialog.getSelectedCodes" id="CodeStyleCodeSelectionDialog.getSelectedCodes" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html#CodeStyleCodeSelectionDialog.getSelectedCodes" /> + <keyword name="CodeStyleFixer" id="CodeStyleFixer" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer" /> + <keyword name="CodeStyleFixer (Constructor)" id="CodeStyleFixer (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__init__" /> + <keyword name="CodeStyleFixer (Module)" id="CodeStyleFixer (Module)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html" /> + <keyword name="CodeStyleFixer.__codeMatch" id="CodeStyleFixer.__codeMatch" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__codeMatch" /> + <keyword name="CodeStyleFixer.__findLogical" id="CodeStyleFixer.__findLogical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__findLogical" /> + <keyword name="CodeStyleFixer.__fixD111" id="CodeStyleFixer.__fixD111" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD111" /> + <keyword name="CodeStyleFixer.__fixD112" id="CodeStyleFixer.__fixD112" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD112" /> + <keyword name="CodeStyleFixer.__fixD121" id="CodeStyleFixer.__fixD121" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD121" /> + <keyword name="CodeStyleFixer.__fixD131" id="CodeStyleFixer.__fixD131" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD131" /> + <keyword name="CodeStyleFixer.__fixD141" id="CodeStyleFixer.__fixD141" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD141" /> + <keyword name="CodeStyleFixer.__fixD142" id="CodeStyleFixer.__fixD142" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD142" /> + <keyword name="CodeStyleFixer.__fixD143" id="CodeStyleFixer.__fixD143" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD143" /> + <keyword name="CodeStyleFixer.__fixD144" id="CodeStyleFixer.__fixD144" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD144" /> + <keyword name="CodeStyleFixer.__fixD145" id="CodeStyleFixer.__fixD145" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD145" /> + <keyword name="CodeStyleFixer.__fixD221" id="CodeStyleFixer.__fixD221" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD221" /> + <keyword name="CodeStyleFixer.__fixD242" id="CodeStyleFixer.__fixD242" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD242" /> + <keyword name="CodeStyleFixer.__fixD243" id="CodeStyleFixer.__fixD243" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD243" /> + <keyword name="CodeStyleFixer.__fixD247" id="CodeStyleFixer.__fixD247" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixD247" /> + <keyword name="CodeStyleFixer.__fixE101" id="CodeStyleFixer.__fixE101" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE101" /> + <keyword name="CodeStyleFixer.__fixE121" id="CodeStyleFixer.__fixE121" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE121" /> + <keyword name="CodeStyleFixer.__fixE122" id="CodeStyleFixer.__fixE122" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE122" /> + <keyword name="CodeStyleFixer.__fixE123" id="CodeStyleFixer.__fixE123" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE123" /> + <keyword name="CodeStyleFixer.__fixE125" id="CodeStyleFixer.__fixE125" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE125" /> + <keyword name="CodeStyleFixer.__fixE126" id="CodeStyleFixer.__fixE126" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE126" /> + <keyword name="CodeStyleFixer.__fixE127" id="CodeStyleFixer.__fixE127" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE127" /> + <keyword name="CodeStyleFixer.__fixE201" id="CodeStyleFixer.__fixE201" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE201" /> + <keyword name="CodeStyleFixer.__fixE221" id="CodeStyleFixer.__fixE221" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE221" /> + <keyword name="CodeStyleFixer.__fixE231" id="CodeStyleFixer.__fixE231" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE231" /> + <keyword name="CodeStyleFixer.__fixE251" id="CodeStyleFixer.__fixE251" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE251" /> + <keyword name="CodeStyleFixer.__fixE261" id="CodeStyleFixer.__fixE261" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE261" /> + <keyword name="CodeStyleFixer.__fixE301" id="CodeStyleFixer.__fixE301" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE301" /> + <keyword name="CodeStyleFixer.__fixE302" id="CodeStyleFixer.__fixE302" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE302" /> + <keyword name="CodeStyleFixer.__fixE303" id="CodeStyleFixer.__fixE303" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE303" /> + <keyword name="CodeStyleFixer.__fixE304" id="CodeStyleFixer.__fixE304" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE304" /> + <keyword name="CodeStyleFixer.__fixE401" id="CodeStyleFixer.__fixE401" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE401" /> + <keyword name="CodeStyleFixer.__fixE501" id="CodeStyleFixer.__fixE501" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE501" /> + <keyword name="CodeStyleFixer.__fixE502" id="CodeStyleFixer.__fixE502" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE502" /> + <keyword name="CodeStyleFixer.__fixE701" id="CodeStyleFixer.__fixE701" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE701" /> + <keyword name="CodeStyleFixer.__fixE702" id="CodeStyleFixer.__fixE702" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE702" /> + <keyword name="CodeStyleFixer.__fixE711" id="CodeStyleFixer.__fixE711" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixE711" /> + <keyword name="CodeStyleFixer.__fixN804" id="CodeStyleFixer.__fixN804" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixN804" /> + <keyword name="CodeStyleFixer.__fixN806" id="CodeStyleFixer.__fixN806" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixN806" /> + <keyword name="CodeStyleFixer.__fixReindent" id="CodeStyleFixer.__fixReindent" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixReindent" /> + <keyword name="CodeStyleFixer.__fixW291" id="CodeStyleFixer.__fixW291" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixW291" /> + <keyword name="CodeStyleFixer.__fixW292" id="CodeStyleFixer.__fixW292" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixW292" /> + <keyword name="CodeStyleFixer.__fixW391" id="CodeStyleFixer.__fixW391" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixW391" /> + <keyword name="CodeStyleFixer.__fixW603" id="CodeStyleFixer.__fixW603" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixW603" /> + <keyword name="CodeStyleFixer.__fixWhitespace" id="CodeStyleFixer.__fixWhitespace" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__fixWhitespace" /> + <keyword name="CodeStyleFixer.__getEol" id="CodeStyleFixer.__getEol" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__getEol" /> + <keyword name="CodeStyleFixer.__getID" id="CodeStyleFixer.__getID" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__getID" /> + <keyword name="CodeStyleFixer.__getIndent" id="CodeStyleFixer.__getIndent" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__getIndent" /> + <keyword name="CodeStyleFixer.__getIndentWord" id="CodeStyleFixer.__getIndentWord" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__getIndentWord" /> + <keyword name="CodeStyleFixer.__getLogical" id="CodeStyleFixer.__getLogical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__getLogical" /> + <keyword name="CodeStyleFixer.__multilineStringLines" id="CodeStyleFixer.__multilineStringLines" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.__multilineStringLines" /> + <keyword name="CodeStyleFixer.finalize" id="CodeStyleFixer.finalize" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.finalize" /> + <keyword name="CodeStyleFixer.fixIssue" id="CodeStyleFixer.fixIssue" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.fixIssue" /> + <keyword name="CodeStyleFixer.mutualStartswith" id="CodeStyleFixer.mutualStartswith" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.mutualStartswith" /> + <keyword name="CodeStyleFixer.saveFile" id="CodeStyleFixer.saveFile" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#CodeStyleFixer.saveFile" /> + <keyword name="CodeStyleReport" id="CodeStyleReport" ref="eric5.UtilitiesPython2.CodeStyleChecker.html#CodeStyleReport" /> + <keyword name="CodeStyleReport (Constructor)" id="CodeStyleReport (Constructor)" ref="eric5.UtilitiesPython2.CodeStyleChecker.html#CodeStyleReport.__init__" /> + <keyword name="CodeStyleReport.error_args" id="CodeStyleReport.error_args" ref="eric5.UtilitiesPython2.CodeStyleChecker.html#CodeStyleReport.error_args" /> + <keyword name="CodeStyleStatisticsDialog" id="CodeStyleStatisticsDialog" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html#CodeStyleStatisticsDialog" /> + <keyword name="CodeStyleStatisticsDialog (Constructor)" id="CodeStyleStatisticsDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html#CodeStyleStatisticsDialog.__init__" /> + <keyword name="CodeStyleStatisticsDialog (Module)" id="CodeStyleStatisticsDialog (Module)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html" /> + <keyword name="CodeStyleStatisticsDialog.__createItem" id="CodeStyleStatisticsDialog.__createItem" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html#CodeStyleStatisticsDialog.__createItem" /> <keyword name="Coding" id="Coding" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#Coding" /> <keyword name="Coding (Constructor)" id="Coding (Constructor)" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#Coding.__init__" /> <keyword name="CodingError" id="CodingError" ref="eric5.Utilities.__init__.html#CodingError" /> @@ -3278,11 +3398,11 @@ <keyword name="DiffDialog.on_file2Button_clicked" id="DiffDialog.on_file2Button_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_file2Button_clicked" /> <keyword name="DiffDialog.on_saveButton_clicked" id="DiffDialog.on_saveButton_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_saveButton_clicked" /> <keyword name="DiffDialog.show" id="DiffDialog.show" ref="eric5.UI.DiffDialog.html#DiffDialog.show" /> - <keyword name="DiffReport" id="DiffReport" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#DiffReport" /> + <keyword name="DiffReport" id="DiffReport" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#DiffReport" /> <keyword name="DiffReport" id="DiffReport" ref="eric5.UtilitiesPython2.pep8.html#DiffReport" /> - <keyword name="DiffReport (Constructor)" id="DiffReport (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#DiffReport.__init__" /> + <keyword name="DiffReport (Constructor)" id="DiffReport (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#DiffReport.__init__" /> <keyword name="DiffReport (Constructor)" id="DiffReport (Constructor)" ref="eric5.UtilitiesPython2.pep8.html#DiffReport.__init__" /> - <keyword name="DiffReport.error" id="DiffReport.error" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#DiffReport.error" /> + <keyword name="DiffReport.error" id="DiffReport.error" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#DiffReport.error" /> <keyword name="DiffReport.error" id="DiffReport.error" ref="eric5.UtilitiesPython2.pep8.html#DiffReport.error" /> <keyword name="DiffWindow" id="DiffWindow" ref="eric5.UI.DiffDialog.html#DiffWindow" /> <keyword name="DiffWindow (Constructor)" id="DiffWindow (Constructor)" ref="eric5.UI.DiffDialog.html#DiffWindow.__init__" /> @@ -3302,6 +3422,111 @@ <keyword name="DirectorySyncHandler.syncPasswords" id="DirectorySyncHandler.syncPasswords" ref="eric5.Helpviewer.Sync.DirectorySyncHandler.html#DirectorySyncHandler.syncPasswords" /> <keyword name="DirectorySyncHandler.syncSpeedDial" id="DirectorySyncHandler.syncSpeedDial" ref="eric5.Helpviewer.Sync.DirectorySyncHandler.html#DirectorySyncHandler.syncSpeedDial" /> <keyword name="DirectorySyncHandler.syncUserAgents" id="DirectorySyncHandler.syncUserAgents" ref="eric5.Helpviewer.Sync.DirectorySyncHandler.html#DirectorySyncHandler.syncUserAgents" /> + <keyword name="DocStyleChecker" id="DocStyleChecker" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker" /> + <keyword name="DocStyleChecker" id="DocStyleChecker" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker" /> + <keyword name="DocStyleChecker (Constructor)" id="DocStyleChecker (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__init__" /> + <keyword name="DocStyleChecker (Constructor)" id="DocStyleChecker (Constructor)" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__init__" /> + <keyword name="DocStyleChecker (Module)" id="DocStyleChecker (Module)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html" /> + <keyword name="DocStyleChecker.__checkBackslashes" id="DocStyleChecker.__checkBackslashes" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkBackslashes" /> + <keyword name="DocStyleChecker.__checkBackslashes" id="DocStyleChecker.__checkBackslashes" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkBackslashes" /> + <keyword name="DocStyleChecker.__checkBlankAfterLastParagraph" id="DocStyleChecker.__checkBlankAfterLastParagraph" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkBlankAfterLastParagraph" /> + <keyword name="DocStyleChecker.__checkBlankAfterLastParagraph" id="DocStyleChecker.__checkBlankAfterLastParagraph" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkBlankAfterLastParagraph" /> + <keyword name="DocStyleChecker.__checkBlankAfterSummary" id="DocStyleChecker.__checkBlankAfterSummary" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkBlankAfterSummary" /> + <keyword name="DocStyleChecker.__checkBlankAfterSummary" id="DocStyleChecker.__checkBlankAfterSummary" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkBlankAfterSummary" /> + <keyword name="DocStyleChecker.__checkBlankBeforeAndAfterClass" id="DocStyleChecker.__checkBlankBeforeAndAfterClass" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkBlankBeforeAndAfterClass" /> + <keyword name="DocStyleChecker.__checkBlankBeforeAndAfterClass" id="DocStyleChecker.__checkBlankBeforeAndAfterClass" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkBlankBeforeAndAfterClass" /> + <keyword name="DocStyleChecker.__checkClassDocstring" id="DocStyleChecker.__checkClassDocstring" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkClassDocstring" /> + <keyword name="DocStyleChecker.__checkClassDocstring" id="DocStyleChecker.__checkClassDocstring" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkClassDocstring" /> + <keyword name="DocStyleChecker.__checkEndsWithPeriod" id="DocStyleChecker.__checkEndsWithPeriod" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkEndsWithPeriod" /> + <keyword name="DocStyleChecker.__checkEndsWithPeriod" id="DocStyleChecker.__checkEndsWithPeriod" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkEndsWithPeriod" /> + <keyword name="DocStyleChecker.__checkEricBlankAfterSummary" id="DocStyleChecker.__checkEricBlankAfterSummary" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkEricBlankAfterSummary" /> + <keyword name="DocStyleChecker.__checkEricBlankAfterSummary" id="DocStyleChecker.__checkEricBlankAfterSummary" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkEricBlankAfterSummary" /> + <keyword name="DocStyleChecker.__checkEricEndsWithPeriod" id="DocStyleChecker.__checkEricEndsWithPeriod" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkEricEndsWithPeriod" /> + <keyword name="DocStyleChecker.__checkEricEndsWithPeriod" id="DocStyleChecker.__checkEricEndsWithPeriod" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkEricEndsWithPeriod" /> + <keyword name="DocStyleChecker.__checkEricException" id="DocStyleChecker.__checkEricException" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkEricException" /> + <keyword name="DocStyleChecker.__checkEricException" id="DocStyleChecker.__checkEricException" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkEricException" /> + <keyword name="DocStyleChecker.__checkEricFunctionArguments" id="DocStyleChecker.__checkEricFunctionArguments" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkEricFunctionArguments" /> + <keyword name="DocStyleChecker.__checkEricFunctionArguments" id="DocStyleChecker.__checkEricFunctionArguments" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkEricFunctionArguments" /> + <keyword name="DocStyleChecker.__checkEricNBlankAfterLastParagraph" id="DocStyleChecker.__checkEricNBlankAfterLastParagraph" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkEricNBlankAfterLastParagraph" /> + <keyword name="DocStyleChecker.__checkEricNBlankAfterLastParagraph" id="DocStyleChecker.__checkEricNBlankAfterLastParagraph" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkEricNBlankAfterLastParagraph" /> + <keyword name="DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction" id="DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction" /> + <keyword name="DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction" id="DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction" /> + <keyword name="DocStyleChecker.__checkEricQuotesOnSeparateLines" id="DocStyleChecker.__checkEricQuotesOnSeparateLines" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkEricQuotesOnSeparateLines" /> + <keyword name="DocStyleChecker.__checkEricQuotesOnSeparateLines" id="DocStyleChecker.__checkEricQuotesOnSeparateLines" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkEricQuotesOnSeparateLines" /> + <keyword name="DocStyleChecker.__checkEricReturn" id="DocStyleChecker.__checkEricReturn" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkEricReturn" /> + <keyword name="DocStyleChecker.__checkEricReturn" id="DocStyleChecker.__checkEricReturn" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkEricReturn" /> + <keyword name="DocStyleChecker.__checkFunctionDocstring" id="DocStyleChecker.__checkFunctionDocstring" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkFunctionDocstring" /> + <keyword name="DocStyleChecker.__checkFunctionDocstring" id="DocStyleChecker.__checkFunctionDocstring" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkFunctionDocstring" /> + <keyword name="DocStyleChecker.__checkImperativeMood" id="DocStyleChecker.__checkImperativeMood" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkImperativeMood" /> + <keyword name="DocStyleChecker.__checkImperativeMood" id="DocStyleChecker.__checkImperativeMood" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkImperativeMood" /> + <keyword name="DocStyleChecker.__checkIndent" id="DocStyleChecker.__checkIndent" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkIndent" /> + <keyword name="DocStyleChecker.__checkIndent" id="DocStyleChecker.__checkIndent" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkIndent" /> + <keyword name="DocStyleChecker.__checkModulesDocstrings" id="DocStyleChecker.__checkModulesDocstrings" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkModulesDocstrings" /> + <keyword name="DocStyleChecker.__checkModulesDocstrings" id="DocStyleChecker.__checkModulesDocstrings" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkModulesDocstrings" /> + <keyword name="DocStyleChecker.__checkNoBlankLineBefore" id="DocStyleChecker.__checkNoBlankLineBefore" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkNoBlankLineBefore" /> + <keyword name="DocStyleChecker.__checkNoBlankLineBefore" id="DocStyleChecker.__checkNoBlankLineBefore" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkNoBlankLineBefore" /> + <keyword name="DocStyleChecker.__checkNoSignature" id="DocStyleChecker.__checkNoSignature" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkNoSignature" /> + <keyword name="DocStyleChecker.__checkNoSignature" id="DocStyleChecker.__checkNoSignature" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkNoSignature" /> + <keyword name="DocStyleChecker.__checkOneLiner" id="DocStyleChecker.__checkOneLiner" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkOneLiner" /> + <keyword name="DocStyleChecker.__checkOneLiner" id="DocStyleChecker.__checkOneLiner" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkOneLiner" /> + <keyword name="DocStyleChecker.__checkReturnType" id="DocStyleChecker.__checkReturnType" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkReturnType" /> + <keyword name="DocStyleChecker.__checkReturnType" id="DocStyleChecker.__checkReturnType" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkReturnType" /> + <keyword name="DocStyleChecker.__checkTripleDoubleQuotes" id="DocStyleChecker.__checkTripleDoubleQuotes" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkTripleDoubleQuotes" /> + <keyword name="DocStyleChecker.__checkTripleDoubleQuotes" id="DocStyleChecker.__checkTripleDoubleQuotes" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkTripleDoubleQuotes" /> + <keyword name="DocStyleChecker.__checkUnicode" id="DocStyleChecker.__checkUnicode" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__checkUnicode" /> + <keyword name="DocStyleChecker.__checkUnicode" id="DocStyleChecker.__checkUnicode" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__checkUnicode" /> + <keyword name="DocStyleChecker.__error" id="DocStyleChecker.__error" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__error" /> + <keyword name="DocStyleChecker.__error" id="DocStyleChecker.__error" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__error" /> + <keyword name="DocStyleChecker.__getArgNames" id="DocStyleChecker.__getArgNames" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__getArgNames" /> + <keyword name="DocStyleChecker.__getArgNames" id="DocStyleChecker.__getArgNames" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__getArgNames" /> + <keyword name="DocStyleChecker.__getSummaryLine" id="DocStyleChecker.__getSummaryLine" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__getSummaryLine" /> + <keyword name="DocStyleChecker.__getSummaryLine" id="DocStyleChecker.__getSummaryLine" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__getSummaryLine" /> + <keyword name="DocStyleChecker.__getSummaryLines" id="DocStyleChecker.__getSummaryLines" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__getSummaryLines" /> + <keyword name="DocStyleChecker.__getSummaryLines" id="DocStyleChecker.__getSummaryLines" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__getSummaryLines" /> + <keyword name="DocStyleChecker.__ignoreCode" id="DocStyleChecker.__ignoreCode" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__ignoreCode" /> + <keyword name="DocStyleChecker.__ignoreCode" id="DocStyleChecker.__ignoreCode" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__ignoreCode" /> + <keyword name="DocStyleChecker.__parseClasses" id="DocStyleChecker.__parseClasses" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__parseClasses" /> + <keyword name="DocStyleChecker.__parseClasses" id="DocStyleChecker.__parseClasses" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__parseClasses" /> + <keyword name="DocStyleChecker.__parseContexts" id="DocStyleChecker.__parseContexts" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__parseContexts" /> + <keyword name="DocStyleChecker.__parseContexts" id="DocStyleChecker.__parseContexts" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__parseContexts" /> + <keyword name="DocStyleChecker.__parseDocstring" id="DocStyleChecker.__parseDocstring" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__parseDocstring" /> + <keyword name="DocStyleChecker.__parseDocstring" id="DocStyleChecker.__parseDocstring" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__parseDocstring" /> + <keyword name="DocStyleChecker.__parseFunctions" id="DocStyleChecker.__parseFunctions" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__parseFunctions" /> + <keyword name="DocStyleChecker.__parseFunctions" id="DocStyleChecker.__parseFunctions" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__parseFunctions" /> + <keyword name="DocStyleChecker.__parseMethods" id="DocStyleChecker.__parseMethods" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__parseMethods" /> + <keyword name="DocStyleChecker.__parseMethods" id="DocStyleChecker.__parseMethods" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__parseMethods" /> + <keyword name="DocStyleChecker.__parseModuleDocstring" id="DocStyleChecker.__parseModuleDocstring" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__parseModuleDocstring" /> + <keyword name="DocStyleChecker.__parseModuleDocstring" id="DocStyleChecker.__parseModuleDocstring" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__parseModuleDocstring" /> + <keyword name="DocStyleChecker.__parseTopLevel" id="DocStyleChecker.__parseTopLevel" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__parseTopLevel" /> + <keyword name="DocStyleChecker.__parseTopLevel" id="DocStyleChecker.__parseTopLevel" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__parseTopLevel" /> + <keyword name="DocStyleChecker.__readline" id="DocStyleChecker.__readline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__readline" /> + <keyword name="DocStyleChecker.__readline" id="DocStyleChecker.__readline" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__readline" /> + <keyword name="DocStyleChecker.__resetReadline" id="DocStyleChecker.__resetReadline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__resetReadline" /> + <keyword name="DocStyleChecker.__resetReadline" id="DocStyleChecker.__resetReadline" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__resetReadline" /> + <keyword name="DocStyleChecker.__skipIndentedBlock" id="DocStyleChecker.__skipIndentedBlock" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.__skipIndentedBlock" /> + <keyword name="DocStyleChecker.__skipIndentedBlock" id="DocStyleChecker.__skipIndentedBlock" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.__skipIndentedBlock" /> + <keyword name="DocStyleChecker.getMessage" id="DocStyleChecker.getMessage" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.getMessage" /> + <keyword name="DocStyleChecker.run" id="DocStyleChecker.run" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.run" /> + <keyword name="DocStyleChecker.run" id="DocStyleChecker.run" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.run" /> + <keyword name="DocStyleChecker.unpackArgs" id="DocStyleChecker.unpackArgs" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleChecker.unpackArgs" /> + <keyword name="DocStyleChecker.unpackArgs" id="DocStyleChecker.unpackArgs" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleChecker.unpackArgs" /> + <keyword name="DocStyleCheckerPy2 (Module)" id="DocStyleCheckerPy2 (Module)" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html" /> + <keyword name="DocStyleContext" id="DocStyleContext" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext" /> + <keyword name="DocStyleContext" id="DocStyleContext" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleContext" /> + <keyword name="DocStyleContext (Constructor)" id="DocStyleContext (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.__init__" /> + <keyword name="DocStyleContext (Constructor)" id="DocStyleContext (Constructor)" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleContext.__init__" /> + <keyword name="DocStyleContext.contextType" id="DocStyleContext.contextType" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.contextType" /> + <keyword name="DocStyleContext.contextType" id="DocStyleContext.contextType" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleContext.contextType" /> + <keyword name="DocStyleContext.end" id="DocStyleContext.end" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.end" /> + <keyword name="DocStyleContext.end" id="DocStyleContext.end" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleContext.end" /> + <keyword name="DocStyleContext.indent" id="DocStyleContext.indent" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.indent" /> + <keyword name="DocStyleContext.indent" id="DocStyleContext.indent" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleContext.indent" /> + <keyword name="DocStyleContext.source" id="DocStyleContext.source" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.source" /> + <keyword name="DocStyleContext.source" id="DocStyleContext.source" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleContext.source" /> + <keyword name="DocStyleContext.ssource" id="DocStyleContext.ssource" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.ssource" /> + <keyword name="DocStyleContext.ssource" id="DocStyleContext.ssource" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleContext.ssource" /> + <keyword name="DocStyleContext.start" id="DocStyleContext.start" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.start" /> + <keyword name="DocStyleContext.start" id="DocStyleContext.start" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html#DocStyleContext.start" /> <keyword name="DocumentationPlugins (Package)" id="DocumentationPlugins (Package)" ref="index-eric5.Plugins.DocumentationPlugins.html" /> <keyword name="DocumentationTools (Package)" id="DocumentationTools (Package)" ref="index-eric5.DocumentationTools.html" /> <keyword name="Download (Package)" id="Download (Package)" ref="index-eric5.Helpviewer.Download.html" /> @@ -4700,7 +4925,7 @@ <keyword name="FileReply.bytesAvailable" id="FileReply.bytesAvailable" ref="eric5.Helpviewer.Network.FileReply.html#FileReply.bytesAvailable" /> <keyword name="FileReply.isSequential" id="FileReply.isSequential" ref="eric5.Helpviewer.Network.FileReply.html#FileReply.isSequential" /> <keyword name="FileReply.readData" id="FileReply.readData" ref="eric5.Helpviewer.Network.FileReply.html#FileReply.readData" /> - <keyword name="FileReport" id="FileReport" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#FileReport" /> + <keyword name="FileReport" id="FileReport" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#FileReport" /> <keyword name="FileReport" id="FileReport" ref="eric5.UtilitiesPython2.pep8.html#FileReport" /> <keyword name="FiletypeAssociationDialog" id="FiletypeAssociationDialog" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog" /> <keyword name="FiletypeAssociationDialog (Constructor)" id="FiletypeAssociationDialog (Constructor)" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__init__" /> @@ -6600,6 +6825,10 @@ <keyword name="ImportsDiagramBuilder.getPersistenceData" id="ImportsDiagramBuilder.getPersistenceData" ref="eric5.Graphics.ImportsDiagramBuilder.html#ImportsDiagramBuilder.getPersistenceData" /> <keyword name="ImportsDiagramBuilder.initialize" id="ImportsDiagramBuilder.initialize" ref="eric5.Graphics.ImportsDiagramBuilder.html#ImportsDiagramBuilder.initialize" /> <keyword name="ImportsDiagramBuilder.parsePersistenceData" id="ImportsDiagramBuilder.parsePersistenceData" ref="eric5.Graphics.ImportsDiagramBuilder.html#ImportsDiagramBuilder.parsePersistenceData" /> + <keyword name="IndentationWrapper" id="IndentationWrapper" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#IndentationWrapper" /> + <keyword name="IndentationWrapper (Constructor)" id="IndentationWrapper (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#IndentationWrapper.__init__" /> + <keyword name="IndentationWrapper.__buildTokensLogical" id="IndentationWrapper.__buildTokensLogical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#IndentationWrapper.__buildTokensLogical" /> + <keyword name="IndentationWrapper.pep8Expected" id="IndentationWrapper.pep8Expected" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#IndentationWrapper.pep8Expected" /> <keyword name="IndexGenerator" id="IndexGenerator" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator" /> <keyword name="IndexGenerator (Constructor)" id="IndexGenerator (Constructor)" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.__init__" /> <keyword name="IndexGenerator (Module)" id="IndexGenerator (Module)" ref="eric5.DocumentationTools.IndexGenerator.html" /> @@ -7250,6 +7479,18 @@ <keyword name="LexerYAML.isCommentStyle" id="LexerYAML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isCommentStyle" /> <keyword name="LexerYAML.isStringStyle" id="LexerYAML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isStringStyle" /> <keyword name="Lexers (Package)" id="Lexers (Package)" ref="index-eric5.QScintilla.Lexers.html" /> + <keyword name="LineShortener" id="LineShortener" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener" /> + <keyword name="LineShortener (Constructor)" id="LineShortener (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__init__" /> + <keyword name="LineShortener.__breakMultiline" id="LineShortener.__breakMultiline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__breakMultiline" /> + <keyword name="LineShortener.__checkSyntax" id="LineShortener.__checkSyntax" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__checkSyntax" /> + <keyword name="LineShortener.__countUnbalancedBrackets" id="LineShortener.__countUnbalancedBrackets" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__countUnbalancedBrackets" /> + <keyword name="LineShortener.__getIndent" id="LineShortener.__getIndent" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__getIndent" /> + <keyword name="LineShortener.__isProbablyInsideStringOrComment" id="LineShortener.__isProbablyInsideStringOrComment" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__isProbablyInsideStringOrComment" /> + <keyword name="LineShortener.__lineShorteningRank" id="LineShortener.__lineShorteningRank" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__lineShorteningRank" /> + <keyword name="LineShortener.__normalizeMultiline" id="LineShortener.__normalizeMultiline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__normalizeMultiline" /> + <keyword name="LineShortener.__shortenComment" id="LineShortener.__shortenComment" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__shortenComment" /> + <keyword name="LineShortener.__shortenLine" id="LineShortener.__shortenLine" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.__shortenLine" /> + <keyword name="LineShortener.shorten" id="LineShortener.shorten" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.shorten" /> <keyword name="LinkedResource" id="LinkedResource" ref="eric5.Helpviewer.HelpBrowserWV.html#LinkedResource" /> <keyword name="LinkedResource (Constructor)" id="LinkedResource (Constructor)" ref="eric5.Helpviewer.HelpBrowserWV.html#LinkedResource.__init__" /> <keyword name="Listspace" id="Listspace" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace" /> @@ -7586,6 +7827,44 @@ <keyword name="MultiProjectWriter (Constructor)" id="MultiProjectWriter (Constructor)" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.__init__" /> <keyword name="MultiProjectWriter (Module)" id="MultiProjectWriter (Module)" ref="eric5.E5XML.MultiProjectWriter.html" /> <keyword name="MultiProjectWriter.writeXML" id="MultiProjectWriter.writeXML" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.writeXML" /> + <keyword name="NamingStyleChecker" id="NamingStyleChecker" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker" /> + <keyword name="NamingStyleChecker" id="NamingStyleChecker" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker" /> + <keyword name="NamingStyleChecker (Constructor)" id="NamingStyleChecker (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__init__" /> + <keyword name="NamingStyleChecker (Constructor)" id="NamingStyleChecker (Constructor)" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__init__" /> + <keyword name="NamingStyleChecker (Module)" id="NamingStyleChecker (Module)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html" /> + <keyword name="NamingStyleChecker.__checkClassName" id="NamingStyleChecker.__checkClassName" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__checkClassName" /> + <keyword name="NamingStyleChecker.__checkClassName" id="NamingStyleChecker.__checkClassName" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__checkClassName" /> + <keyword name="NamingStyleChecker.__checkFunctionArgumentNames" id="NamingStyleChecker.__checkFunctionArgumentNames" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__checkFunctionArgumentNames" /> + <keyword name="NamingStyleChecker.__checkFunctionArgumentNames" id="NamingStyleChecker.__checkFunctionArgumentNames" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__checkFunctionArgumentNames" /> + <keyword name="NamingStyleChecker.__checkFuntionName" id="NamingStyleChecker.__checkFuntionName" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__checkFuntionName" /> + <keyword name="NamingStyleChecker.__checkFuntionName" id="NamingStyleChecker.__checkFuntionName" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__checkFuntionName" /> + <keyword name="NamingStyleChecker.__checkImportAs" id="NamingStyleChecker.__checkImportAs" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__checkImportAs" /> + <keyword name="NamingStyleChecker.__checkImportAs" id="NamingStyleChecker.__checkImportAs" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__checkImportAs" /> + <keyword name="NamingStyleChecker.__checkModule" id="NamingStyleChecker.__checkModule" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__checkModule" /> + <keyword name="NamingStyleChecker.__checkModule" id="NamingStyleChecker.__checkModule" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__checkModule" /> + <keyword name="NamingStyleChecker.__checkNameToBeAvoided" id="NamingStyleChecker.__checkNameToBeAvoided" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__checkNameToBeAvoided" /> + <keyword name="NamingStyleChecker.__checkNameToBeAvoided" id="NamingStyleChecker.__checkNameToBeAvoided" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__checkNameToBeAvoided" /> + <keyword name="NamingStyleChecker.__checkVariablesInFunction" id="NamingStyleChecker.__checkVariablesInFunction" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__checkVariablesInFunction" /> + <keyword name="NamingStyleChecker.__checkVariablesInFunction" id="NamingStyleChecker.__checkVariablesInFunction" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__checkVariablesInFunction" /> + <keyword name="NamingStyleChecker.__error" id="NamingStyleChecker.__error" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__error" /> + <keyword name="NamingStyleChecker.__error" id="NamingStyleChecker.__error" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__error" /> + <keyword name="NamingStyleChecker.__findGlobalDefs" id="NamingStyleChecker.__findGlobalDefs" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__findGlobalDefs" /> + <keyword name="NamingStyleChecker.__findGlobalDefs" id="NamingStyleChecker.__findGlobalDefs" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__findGlobalDefs" /> + <keyword name="NamingStyleChecker.__getArgNames" id="NamingStyleChecker.__getArgNames" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__getArgNames" /> + <keyword name="NamingStyleChecker.__getArgNames" id="NamingStyleChecker.__getArgNames" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__getArgNames" /> + <keyword name="NamingStyleChecker.__isNameToBeAvoided" id="NamingStyleChecker.__isNameToBeAvoided" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__isNameToBeAvoided" /> + <keyword name="NamingStyleChecker.__isNameToBeAvoided" id="NamingStyleChecker.__isNameToBeAvoided" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__isNameToBeAvoided" /> + <keyword name="NamingStyleChecker.__tagClassFunctions" id="NamingStyleChecker.__tagClassFunctions" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__tagClassFunctions" /> + <keyword name="NamingStyleChecker.__tagClassFunctions" id="NamingStyleChecker.__tagClassFunctions" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__tagClassFunctions" /> + <keyword name="NamingStyleChecker.__visitNode" id="NamingStyleChecker.__visitNode" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__visitNode" /> + <keyword name="NamingStyleChecker.__visitNode" id="NamingStyleChecker.__visitNode" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__visitNode" /> + <keyword name="NamingStyleChecker.__visitTree" id="NamingStyleChecker.__visitTree" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.__visitTree" /> + <keyword name="NamingStyleChecker.__visitTree" id="NamingStyleChecker.__visitTree" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.__visitTree" /> + <keyword name="NamingStyleChecker.getMessage" id="NamingStyleChecker.getMessage" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.getMessage" /> + <keyword name="NamingStyleChecker.run" id="NamingStyleChecker.run" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html#NamingStyleChecker.run" /> + <keyword name="NamingStyleChecker.run" id="NamingStyleChecker.run" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.run" /> + <keyword name="NamingStyleChecker.unpackArgs" id="NamingStyleChecker.unpackArgs" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html#NamingStyleChecker.unpackArgs" /> + <keyword name="NamingStyleCheckerPy2 (Module)" id="NamingStyleCheckerPy2 (Module)" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html" /> <keyword name="NannyNag" id="NannyNag" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag" /> <keyword name="NannyNag" id="NannyNag" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag" /> <keyword name="NannyNag (Constructor)" id="NannyNag (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.__init__" /> @@ -7962,292 +8241,6 @@ <keyword name="PasswordsDialog (Module)" id="PasswordsDialog (Module)" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html" /> <keyword name="PasswordsDialog.__calculateHeaderSizes" id="PasswordsDialog.__calculateHeaderSizes" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.__calculateHeaderSizes" /> <keyword name="PasswordsDialog.on_passwordsButton_clicked" id="PasswordsDialog.on_passwordsButton_clicked" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.on_passwordsButton_clicked" /> - <keyword name="Pep257Checker" id="Pep257Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker" /> - <keyword name="Pep257Checker" id="Pep257Checker" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker" /> - <keyword name="Pep257Checker (Constructor)" id="Pep257Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__init__" /> - <keyword name="Pep257Checker (Constructor)" id="Pep257Checker (Constructor)" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__init__" /> - <keyword name="Pep257Checker (Module)" id="Pep257Checker (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html" /> - <keyword name="Pep257Checker.__checkBackslashes" id="Pep257Checker.__checkBackslashes" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkBackslashes" /> - <keyword name="Pep257Checker.__checkBackslashes" id="Pep257Checker.__checkBackslashes" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkBackslashes" /> - <keyword name="Pep257Checker.__checkBlankAfterLastParagraph" id="Pep257Checker.__checkBlankAfterLastParagraph" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkBlankAfterLastParagraph" /> - <keyword name="Pep257Checker.__checkBlankAfterLastParagraph" id="Pep257Checker.__checkBlankAfterLastParagraph" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkBlankAfterLastParagraph" /> - <keyword name="Pep257Checker.__checkBlankAfterSummary" id="Pep257Checker.__checkBlankAfterSummary" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkBlankAfterSummary" /> - <keyword name="Pep257Checker.__checkBlankAfterSummary" id="Pep257Checker.__checkBlankAfterSummary" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkBlankAfterSummary" /> - <keyword name="Pep257Checker.__checkBlankBeforeAndAfterClass" id="Pep257Checker.__checkBlankBeforeAndAfterClass" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkBlankBeforeAndAfterClass" /> - <keyword name="Pep257Checker.__checkBlankBeforeAndAfterClass" id="Pep257Checker.__checkBlankBeforeAndAfterClass" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkBlankBeforeAndAfterClass" /> - <keyword name="Pep257Checker.__checkClassDocstring" id="Pep257Checker.__checkClassDocstring" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkClassDocstring" /> - <keyword name="Pep257Checker.__checkClassDocstring" id="Pep257Checker.__checkClassDocstring" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkClassDocstring" /> - <keyword name="Pep257Checker.__checkEndsWithPeriod" id="Pep257Checker.__checkEndsWithPeriod" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkEndsWithPeriod" /> - <keyword name="Pep257Checker.__checkEndsWithPeriod" id="Pep257Checker.__checkEndsWithPeriod" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkEndsWithPeriod" /> - <keyword name="Pep257Checker.__checkEricBlankAfterSummary" id="Pep257Checker.__checkEricBlankAfterSummary" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkEricBlankAfterSummary" /> - <keyword name="Pep257Checker.__checkEricBlankAfterSummary" id="Pep257Checker.__checkEricBlankAfterSummary" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkEricBlankAfterSummary" /> - <keyword name="Pep257Checker.__checkEricEndsWithPeriod" id="Pep257Checker.__checkEricEndsWithPeriod" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkEricEndsWithPeriod" /> - <keyword name="Pep257Checker.__checkEricEndsWithPeriod" id="Pep257Checker.__checkEricEndsWithPeriod" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkEricEndsWithPeriod" /> - <keyword name="Pep257Checker.__checkEricException" id="Pep257Checker.__checkEricException" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkEricException" /> - <keyword name="Pep257Checker.__checkEricException" id="Pep257Checker.__checkEricException" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkEricException" /> - <keyword name="Pep257Checker.__checkEricFunctionArguments" id="Pep257Checker.__checkEricFunctionArguments" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkEricFunctionArguments" /> - <keyword name="Pep257Checker.__checkEricFunctionArguments" id="Pep257Checker.__checkEricFunctionArguments" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkEricFunctionArguments" /> - <keyword name="Pep257Checker.__checkEricNBlankAfterLastParagraph" id="Pep257Checker.__checkEricNBlankAfterLastParagraph" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkEricNBlankAfterLastParagraph" /> - <keyword name="Pep257Checker.__checkEricNBlankAfterLastParagraph" id="Pep257Checker.__checkEricNBlankAfterLastParagraph" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkEricNBlankAfterLastParagraph" /> - <keyword name="Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction" id="Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction" /> - <keyword name="Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction" id="Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction" /> - <keyword name="Pep257Checker.__checkEricQuotesOnSeparateLines" id="Pep257Checker.__checkEricQuotesOnSeparateLines" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkEricQuotesOnSeparateLines" /> - <keyword name="Pep257Checker.__checkEricQuotesOnSeparateLines" id="Pep257Checker.__checkEricQuotesOnSeparateLines" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkEricQuotesOnSeparateLines" /> - <keyword name="Pep257Checker.__checkEricReturn" id="Pep257Checker.__checkEricReturn" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkEricReturn" /> - <keyword name="Pep257Checker.__checkEricReturn" id="Pep257Checker.__checkEricReturn" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkEricReturn" /> - <keyword name="Pep257Checker.__checkFunctionDocstring" id="Pep257Checker.__checkFunctionDocstring" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkFunctionDocstring" /> - <keyword name="Pep257Checker.__checkFunctionDocstring" id="Pep257Checker.__checkFunctionDocstring" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkFunctionDocstring" /> - <keyword name="Pep257Checker.__checkImperativeMood" id="Pep257Checker.__checkImperativeMood" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkImperativeMood" /> - <keyword name="Pep257Checker.__checkImperativeMood" id="Pep257Checker.__checkImperativeMood" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkImperativeMood" /> - <keyword name="Pep257Checker.__checkIndent" id="Pep257Checker.__checkIndent" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkIndent" /> - <keyword name="Pep257Checker.__checkIndent" id="Pep257Checker.__checkIndent" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkIndent" /> - <keyword name="Pep257Checker.__checkModulesDocstrings" id="Pep257Checker.__checkModulesDocstrings" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkModulesDocstrings" /> - <keyword name="Pep257Checker.__checkModulesDocstrings" id="Pep257Checker.__checkModulesDocstrings" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkModulesDocstrings" /> - <keyword name="Pep257Checker.__checkNoBlankLineBefore" id="Pep257Checker.__checkNoBlankLineBefore" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkNoBlankLineBefore" /> - <keyword name="Pep257Checker.__checkNoBlankLineBefore" id="Pep257Checker.__checkNoBlankLineBefore" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkNoBlankLineBefore" /> - <keyword name="Pep257Checker.__checkNoSignature" id="Pep257Checker.__checkNoSignature" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkNoSignature" /> - <keyword name="Pep257Checker.__checkNoSignature" id="Pep257Checker.__checkNoSignature" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkNoSignature" /> - <keyword name="Pep257Checker.__checkOneLiner" id="Pep257Checker.__checkOneLiner" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkOneLiner" /> - <keyword name="Pep257Checker.__checkOneLiner" id="Pep257Checker.__checkOneLiner" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkOneLiner" /> - <keyword name="Pep257Checker.__checkReturnType" id="Pep257Checker.__checkReturnType" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkReturnType" /> - <keyword name="Pep257Checker.__checkReturnType" id="Pep257Checker.__checkReturnType" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkReturnType" /> - <keyword name="Pep257Checker.__checkTripleDoubleQuotes" id="Pep257Checker.__checkTripleDoubleQuotes" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkTripleDoubleQuotes" /> - <keyword name="Pep257Checker.__checkTripleDoubleQuotes" id="Pep257Checker.__checkTripleDoubleQuotes" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkTripleDoubleQuotes" /> - <keyword name="Pep257Checker.__checkUnicode" id="Pep257Checker.__checkUnicode" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__checkUnicode" /> - <keyword name="Pep257Checker.__checkUnicode" id="Pep257Checker.__checkUnicode" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__checkUnicode" /> - <keyword name="Pep257Checker.__error" id="Pep257Checker.__error" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__error" /> - <keyword name="Pep257Checker.__error" id="Pep257Checker.__error" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__error" /> - <keyword name="Pep257Checker.__getArgNames" id="Pep257Checker.__getArgNames" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__getArgNames" /> - <keyword name="Pep257Checker.__getArgNames" id="Pep257Checker.__getArgNames" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__getArgNames" /> - <keyword name="Pep257Checker.__getSummaryLine" id="Pep257Checker.__getSummaryLine" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__getSummaryLine" /> - <keyword name="Pep257Checker.__getSummaryLine" id="Pep257Checker.__getSummaryLine" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__getSummaryLine" /> - <keyword name="Pep257Checker.__getSummaryLines" id="Pep257Checker.__getSummaryLines" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__getSummaryLines" /> - <keyword name="Pep257Checker.__getSummaryLines" id="Pep257Checker.__getSummaryLines" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__getSummaryLines" /> - <keyword name="Pep257Checker.__ignoreCode" id="Pep257Checker.__ignoreCode" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__ignoreCode" /> - <keyword name="Pep257Checker.__ignoreCode" id="Pep257Checker.__ignoreCode" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__ignoreCode" /> - <keyword name="Pep257Checker.__parseClasses" id="Pep257Checker.__parseClasses" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__parseClasses" /> - <keyword name="Pep257Checker.__parseClasses" id="Pep257Checker.__parseClasses" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__parseClasses" /> - <keyword name="Pep257Checker.__parseContexts" id="Pep257Checker.__parseContexts" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__parseContexts" /> - <keyword name="Pep257Checker.__parseContexts" id="Pep257Checker.__parseContexts" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__parseContexts" /> - <keyword name="Pep257Checker.__parseDocstring" id="Pep257Checker.__parseDocstring" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__parseDocstring" /> - <keyword name="Pep257Checker.__parseDocstring" id="Pep257Checker.__parseDocstring" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__parseDocstring" /> - <keyword name="Pep257Checker.__parseFunctions" id="Pep257Checker.__parseFunctions" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__parseFunctions" /> - <keyword name="Pep257Checker.__parseFunctions" id="Pep257Checker.__parseFunctions" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__parseFunctions" /> - <keyword name="Pep257Checker.__parseMethods" id="Pep257Checker.__parseMethods" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__parseMethods" /> - <keyword name="Pep257Checker.__parseMethods" id="Pep257Checker.__parseMethods" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__parseMethods" /> - <keyword name="Pep257Checker.__parseModuleDocstring" id="Pep257Checker.__parseModuleDocstring" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__parseModuleDocstring" /> - <keyword name="Pep257Checker.__parseModuleDocstring" id="Pep257Checker.__parseModuleDocstring" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__parseModuleDocstring" /> - <keyword name="Pep257Checker.__parseTopLevel" id="Pep257Checker.__parseTopLevel" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__parseTopLevel" /> - <keyword name="Pep257Checker.__parseTopLevel" id="Pep257Checker.__parseTopLevel" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__parseTopLevel" /> - <keyword name="Pep257Checker.__readline" id="Pep257Checker.__readline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__readline" /> - <keyword name="Pep257Checker.__readline" id="Pep257Checker.__readline" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__readline" /> - <keyword name="Pep257Checker.__resetReadline" id="Pep257Checker.__resetReadline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__resetReadline" /> - <keyword name="Pep257Checker.__resetReadline" id="Pep257Checker.__resetReadline" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__resetReadline" /> - <keyword name="Pep257Checker.__skipIndentedBlock" id="Pep257Checker.__skipIndentedBlock" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.__skipIndentedBlock" /> - <keyword name="Pep257Checker.__skipIndentedBlock" id="Pep257Checker.__skipIndentedBlock" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.__skipIndentedBlock" /> - <keyword name="Pep257Checker.getMessage" id="Pep257Checker.getMessage" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.getMessage" /> - <keyword name="Pep257Checker.run" id="Pep257Checker.run" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.run" /> - <keyword name="Pep257Checker.run" id="Pep257Checker.run" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.run" /> - <keyword name="Pep257Checker.unpackArgs" id="Pep257Checker.unpackArgs" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Checker.unpackArgs" /> - <keyword name="Pep257Checker.unpackArgs" id="Pep257Checker.unpackArgs" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Checker.unpackArgs" /> - <keyword name="Pep257CheckerPy2 (Module)" id="Pep257CheckerPy2 (Module)" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html" /> - <keyword name="Pep257Context" id="Pep257Context" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Context" /> - <keyword name="Pep257Context" id="Pep257Context" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Context" /> - <keyword name="Pep257Context (Constructor)" id="Pep257Context (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Context.__init__" /> - <keyword name="Pep257Context (Constructor)" id="Pep257Context (Constructor)" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Context.__init__" /> - <keyword name="Pep257Context.contextType" id="Pep257Context.contextType" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Context.contextType" /> - <keyword name="Pep257Context.contextType" id="Pep257Context.contextType" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Context.contextType" /> - <keyword name="Pep257Context.end" id="Pep257Context.end" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Context.end" /> - <keyword name="Pep257Context.end" id="Pep257Context.end" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Context.end" /> - <keyword name="Pep257Context.indent" id="Pep257Context.indent" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Context.indent" /> - <keyword name="Pep257Context.indent" id="Pep257Context.indent" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Context.indent" /> - <keyword name="Pep257Context.source" id="Pep257Context.source" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Context.source" /> - <keyword name="Pep257Context.source" id="Pep257Context.source" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Context.source" /> - <keyword name="Pep257Context.ssource" id="Pep257Context.ssource" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Context.ssource" /> - <keyword name="Pep257Context.ssource" id="Pep257Context.ssource" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Context.ssource" /> - <keyword name="Pep257Context.start" id="Pep257Context.start" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html#Pep257Context.start" /> - <keyword name="Pep257Context.start" id="Pep257Context.start" ref="eric5.UtilitiesPython2.Pep257CheckerPy2.html#Pep257Context.start" /> - <keyword name="Pep8 (Package)" id="Pep8 (Package)" ref="index-eric5.Plugins.CheckerPlugins.Pep8.html" /> - <keyword name="Pep8Checker (Module)" id="Pep8Checker (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html" /> - <keyword name="Pep8Checker (Module)" id="Pep8Checker (Module)" ref="eric5.UtilitiesPython2.Pep8Checker.html" /> - <keyword name="Pep8CheckerPlugin" id="Pep8CheckerPlugin" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin" /> - <keyword name="Pep8CheckerPlugin (Constructor)" id="Pep8CheckerPlugin (Constructor)" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__init__" /> - <keyword name="Pep8CheckerPlugin.__editorClosed" id="Pep8CheckerPlugin.__editorClosed" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorClosed" /> - <keyword name="Pep8CheckerPlugin.__editorOpened" id="Pep8CheckerPlugin.__editorOpened" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorOpened" /> - <keyword name="Pep8CheckerPlugin.__editorPep8Check" id="Pep8CheckerPlugin.__editorPep8Check" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorPep8Check" /> - <keyword name="Pep8CheckerPlugin.__editorShowMenu" id="Pep8CheckerPlugin.__editorShowMenu" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorShowMenu" /> - <keyword name="Pep8CheckerPlugin.__initialize" id="Pep8CheckerPlugin.__initialize" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__initialize" /> - <keyword name="Pep8CheckerPlugin.__projectBrowserPep8Check" id="Pep8CheckerPlugin.__projectBrowserPep8Check" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectBrowserPep8Check" /> - <keyword name="Pep8CheckerPlugin.__projectBrowserShowMenu" id="Pep8CheckerPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectBrowserShowMenu" /> - <keyword name="Pep8CheckerPlugin.__projectPep8Check" id="Pep8CheckerPlugin.__projectPep8Check" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectPep8Check" /> - <keyword name="Pep8CheckerPlugin.__projectShowMenu" id="Pep8CheckerPlugin.__projectShowMenu" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectShowMenu" /> - <keyword name="Pep8CheckerPlugin.activate" id="Pep8CheckerPlugin.activate" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.activate" /> - <keyword name="Pep8CheckerPlugin.deactivate" id="Pep8CheckerPlugin.deactivate" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.deactivate" /> - <keyword name="Pep8CodeSelectionDialog" id="Pep8CodeSelectionDialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html#Pep8CodeSelectionDialog" /> - <keyword name="Pep8CodeSelectionDialog (Constructor)" id="Pep8CodeSelectionDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html#Pep8CodeSelectionDialog.__init__" /> - <keyword name="Pep8CodeSelectionDialog (Module)" id="Pep8CodeSelectionDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html" /> - <keyword name="Pep8CodeSelectionDialog.getSelectedCodes" id="Pep8CodeSelectionDialog.getSelectedCodes" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html#Pep8CodeSelectionDialog.getSelectedCodes" /> - <keyword name="Pep8Dialog" id="Pep8Dialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog" /> - <keyword name="Pep8Dialog (Constructor)" id="Pep8Dialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__init__" /> - <keyword name="Pep8Dialog (Module)" id="Pep8Dialog (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html" /> - <keyword name="Pep8Dialog.__clearErrors" id="Pep8Dialog.__clearErrors" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__clearErrors" /> - <keyword name="Pep8Dialog.__createResultItem" id="Pep8Dialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__createResultItem" /> - <keyword name="Pep8Dialog.__finish" id="Pep8Dialog.__finish" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__finish" /> - <keyword name="Pep8Dialog.__getSelectedFixableItems" id="Pep8Dialog.__getSelectedFixableItems" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__getSelectedFixableItems" /> - <keyword name="Pep8Dialog.__itemFixable" id="Pep8Dialog.__itemFixable" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__itemFixable" /> - <keyword name="Pep8Dialog.__modifyFixedResultItem" id="Pep8Dialog.__modifyFixedResultItem" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__modifyFixedResultItem" /> - <keyword name="Pep8Dialog.__resetStatistics" id="Pep8Dialog.__resetStatistics" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__resetStatistics" /> - <keyword name="Pep8Dialog.__resort" id="Pep8Dialog.__resort" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__resort" /> - <keyword name="Pep8Dialog.__selectCodes" id="Pep8Dialog.__selectCodes" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__selectCodes" /> - <keyword name="Pep8Dialog.__updateFixerStatistics" id="Pep8Dialog.__updateFixerStatistics" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__updateFixerStatistics" /> - <keyword name="Pep8Dialog.__updateStatistics" id="Pep8Dialog.__updateStatistics" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__updateStatistics" /> - <keyword name="Pep8Dialog.on_buttonBox_clicked" id="Pep8Dialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_buttonBox_clicked" /> - <keyword name="Pep8Dialog.on_excludeMessagesSelectButton_clicked" id="Pep8Dialog.on_excludeMessagesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_excludeMessagesSelectButton_clicked" /> - <keyword name="Pep8Dialog.on_fixButton_clicked" id="Pep8Dialog.on_fixButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_fixButton_clicked" /> - <keyword name="Pep8Dialog.on_fixIssuesSelectButton_clicked" id="Pep8Dialog.on_fixIssuesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_fixIssuesSelectButton_clicked" /> - <keyword name="Pep8Dialog.on_includeMessagesSelectButton_clicked" id="Pep8Dialog.on_includeMessagesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_includeMessagesSelectButton_clicked" /> - <keyword name="Pep8Dialog.on_loadDefaultButton_clicked" id="Pep8Dialog.on_loadDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_loadDefaultButton_clicked" /> - <keyword name="Pep8Dialog.on_noFixIssuesSelectButton_clicked" id="Pep8Dialog.on_noFixIssuesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_noFixIssuesSelectButton_clicked" /> - <keyword name="Pep8Dialog.on_resetDefaultButton_clicked" id="Pep8Dialog.on_resetDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_resetDefaultButton_clicked" /> - <keyword name="Pep8Dialog.on_resultList_itemActivated" id="Pep8Dialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_resultList_itemActivated" /> - <keyword name="Pep8Dialog.on_resultList_itemSelectionChanged" id="Pep8Dialog.on_resultList_itemSelectionChanged" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_resultList_itemSelectionChanged" /> - <keyword name="Pep8Dialog.on_showButton_clicked" id="Pep8Dialog.on_showButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_showButton_clicked" /> - <keyword name="Pep8Dialog.on_startButton_clicked" id="Pep8Dialog.on_startButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_startButton_clicked" /> - <keyword name="Pep8Dialog.on_statisticsButton_clicked" id="Pep8Dialog.on_statisticsButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_statisticsButton_clicked" /> - <keyword name="Pep8Dialog.on_storeDefaultButton_clicked" id="Pep8Dialog.on_storeDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_storeDefaultButton_clicked" /> - <keyword name="Pep8Dialog.prepare" id="Pep8Dialog.prepare" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.prepare" /> - <keyword name="Pep8Dialog.start" id="Pep8Dialog.start" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.start" /> - <keyword name="Pep8Fixer" id="Pep8Fixer" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer" /> - <keyword name="Pep8Fixer (Constructor)" id="Pep8Fixer (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__init__" /> - <keyword name="Pep8Fixer (Module)" id="Pep8Fixer (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html" /> - <keyword name="Pep8Fixer.__codeMatch" id="Pep8Fixer.__codeMatch" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__codeMatch" /> - <keyword name="Pep8Fixer.__findLogical" id="Pep8Fixer.__findLogical" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__findLogical" /> - <keyword name="Pep8Fixer.__fixD111" id="Pep8Fixer.__fixD111" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD111" /> - <keyword name="Pep8Fixer.__fixD112" id="Pep8Fixer.__fixD112" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD112" /> - <keyword name="Pep8Fixer.__fixD121" id="Pep8Fixer.__fixD121" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD121" /> - <keyword name="Pep8Fixer.__fixD131" id="Pep8Fixer.__fixD131" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD131" /> - <keyword name="Pep8Fixer.__fixD141" id="Pep8Fixer.__fixD141" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD141" /> - <keyword name="Pep8Fixer.__fixD142" id="Pep8Fixer.__fixD142" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD142" /> - <keyword name="Pep8Fixer.__fixD143" id="Pep8Fixer.__fixD143" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD143" /> - <keyword name="Pep8Fixer.__fixD144" id="Pep8Fixer.__fixD144" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD144" /> - <keyword name="Pep8Fixer.__fixD145" id="Pep8Fixer.__fixD145" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD145" /> - <keyword name="Pep8Fixer.__fixD221" id="Pep8Fixer.__fixD221" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD221" /> - <keyword name="Pep8Fixer.__fixD242" id="Pep8Fixer.__fixD242" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD242" /> - <keyword name="Pep8Fixer.__fixD243" id="Pep8Fixer.__fixD243" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD243" /> - <keyword name="Pep8Fixer.__fixD247" id="Pep8Fixer.__fixD247" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixD247" /> - <keyword name="Pep8Fixer.__fixE101" id="Pep8Fixer.__fixE101" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE101" /> - <keyword name="Pep8Fixer.__fixE121" id="Pep8Fixer.__fixE121" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE121" /> - <keyword name="Pep8Fixer.__fixE122" id="Pep8Fixer.__fixE122" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE122" /> - <keyword name="Pep8Fixer.__fixE123" id="Pep8Fixer.__fixE123" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE123" /> - <keyword name="Pep8Fixer.__fixE125" id="Pep8Fixer.__fixE125" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE125" /> - <keyword name="Pep8Fixer.__fixE126" id="Pep8Fixer.__fixE126" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE126" /> - <keyword name="Pep8Fixer.__fixE127" id="Pep8Fixer.__fixE127" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE127" /> - <keyword name="Pep8Fixer.__fixE201" id="Pep8Fixer.__fixE201" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE201" /> - <keyword name="Pep8Fixer.__fixE221" id="Pep8Fixer.__fixE221" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE221" /> - <keyword name="Pep8Fixer.__fixE231" id="Pep8Fixer.__fixE231" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE231" /> - <keyword name="Pep8Fixer.__fixE251" id="Pep8Fixer.__fixE251" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE251" /> - <keyword name="Pep8Fixer.__fixE261" id="Pep8Fixer.__fixE261" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE261" /> - <keyword name="Pep8Fixer.__fixE301" id="Pep8Fixer.__fixE301" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE301" /> - <keyword name="Pep8Fixer.__fixE302" id="Pep8Fixer.__fixE302" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE302" /> - <keyword name="Pep8Fixer.__fixE303" id="Pep8Fixer.__fixE303" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE303" /> - <keyword name="Pep8Fixer.__fixE304" id="Pep8Fixer.__fixE304" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE304" /> - <keyword name="Pep8Fixer.__fixE401" id="Pep8Fixer.__fixE401" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE401" /> - <keyword name="Pep8Fixer.__fixE501" id="Pep8Fixer.__fixE501" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE501" /> - <keyword name="Pep8Fixer.__fixE502" id="Pep8Fixer.__fixE502" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE502" /> - <keyword name="Pep8Fixer.__fixE701" id="Pep8Fixer.__fixE701" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE701" /> - <keyword name="Pep8Fixer.__fixE702" id="Pep8Fixer.__fixE702" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE702" /> - <keyword name="Pep8Fixer.__fixE711" id="Pep8Fixer.__fixE711" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixE711" /> - <keyword name="Pep8Fixer.__fixN804" id="Pep8Fixer.__fixN804" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixN804" /> - <keyword name="Pep8Fixer.__fixN806" id="Pep8Fixer.__fixN806" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixN806" /> - <keyword name="Pep8Fixer.__fixReindent" id="Pep8Fixer.__fixReindent" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixReindent" /> - <keyword name="Pep8Fixer.__fixW291" id="Pep8Fixer.__fixW291" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixW291" /> - <keyword name="Pep8Fixer.__fixW292" id="Pep8Fixer.__fixW292" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixW292" /> - <keyword name="Pep8Fixer.__fixW391" id="Pep8Fixer.__fixW391" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixW391" /> - <keyword name="Pep8Fixer.__fixW603" id="Pep8Fixer.__fixW603" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixW603" /> - <keyword name="Pep8Fixer.__fixWhitespace" id="Pep8Fixer.__fixWhitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespace" /> - <keyword name="Pep8Fixer.__getEol" id="Pep8Fixer.__getEol" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__getEol" /> - <keyword name="Pep8Fixer.__getID" id="Pep8Fixer.__getID" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__getID" /> - <keyword name="Pep8Fixer.__getIndent" id="Pep8Fixer.__getIndent" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__getIndent" /> - <keyword name="Pep8Fixer.__getIndentWord" id="Pep8Fixer.__getIndentWord" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__getIndentWord" /> - <keyword name="Pep8Fixer.__getLogical" id="Pep8Fixer.__getLogical" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__getLogical" /> - <keyword name="Pep8Fixer.__multilineStringLines" id="Pep8Fixer.__multilineStringLines" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__multilineStringLines" /> - <keyword name="Pep8Fixer.finalize" id="Pep8Fixer.finalize" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.finalize" /> - <keyword name="Pep8Fixer.fixIssue" id="Pep8Fixer.fixIssue" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.fixIssue" /> - <keyword name="Pep8Fixer.mutualStartswith" id="Pep8Fixer.mutualStartswith" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.mutualStartswith" /> - <keyword name="Pep8Fixer.saveFile" id="Pep8Fixer.saveFile" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.saveFile" /> - <keyword name="Pep8IndentationWrapper" id="Pep8IndentationWrapper" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8IndentationWrapper" /> - <keyword name="Pep8IndentationWrapper (Constructor)" id="Pep8IndentationWrapper (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8IndentationWrapper.__init__" /> - <keyword name="Pep8IndentationWrapper.__buildTokensLogical" id="Pep8IndentationWrapper.__buildTokensLogical" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8IndentationWrapper.__buildTokensLogical" /> - <keyword name="Pep8IndentationWrapper.pep8Expected" id="Pep8IndentationWrapper.pep8Expected" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8IndentationWrapper.pep8Expected" /> - <keyword name="Pep8LineShortener" id="Pep8LineShortener" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener" /> - <keyword name="Pep8LineShortener (Constructor)" id="Pep8LineShortener (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__init__" /> - <keyword name="Pep8LineShortener.__breakMultiline" id="Pep8LineShortener.__breakMultiline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__breakMultiline" /> - <keyword name="Pep8LineShortener.__checkSyntax" id="Pep8LineShortener.__checkSyntax" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__checkSyntax" /> - <keyword name="Pep8LineShortener.__countUnbalancedBrackets" id="Pep8LineShortener.__countUnbalancedBrackets" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__countUnbalancedBrackets" /> - <keyword name="Pep8LineShortener.__getIndent" id="Pep8LineShortener.__getIndent" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__getIndent" /> - <keyword name="Pep8LineShortener.__isProbablyInsideStringOrComment" id="Pep8LineShortener.__isProbablyInsideStringOrComment" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__isProbablyInsideStringOrComment" /> - <keyword name="Pep8LineShortener.__lineShorteningRank" id="Pep8LineShortener.__lineShorteningRank" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__lineShorteningRank" /> - <keyword name="Pep8LineShortener.__normalizeMultiline" id="Pep8LineShortener.__normalizeMultiline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__normalizeMultiline" /> - <keyword name="Pep8LineShortener.__shortenComment" id="Pep8LineShortener.__shortenComment" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__shortenComment" /> - <keyword name="Pep8LineShortener.__shortenLine" id="Pep8LineShortener.__shortenLine" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.__shortenLine" /> - <keyword name="Pep8LineShortener.shorten" id="Pep8LineShortener.shorten" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8LineShortener.shorten" /> - <keyword name="Pep8NamingChecker" id="Pep8NamingChecker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker" /> - <keyword name="Pep8NamingChecker" id="Pep8NamingChecker" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker" /> - <keyword name="Pep8NamingChecker (Constructor)" id="Pep8NamingChecker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__init__" /> - <keyword name="Pep8NamingChecker (Constructor)" id="Pep8NamingChecker (Constructor)" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__init__" /> - <keyword name="Pep8NamingChecker (Module)" id="Pep8NamingChecker (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html" /> - <keyword name="Pep8NamingChecker.__checkClassName" id="Pep8NamingChecker.__checkClassName" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__checkClassName" /> - <keyword name="Pep8NamingChecker.__checkClassName" id="Pep8NamingChecker.__checkClassName" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__checkClassName" /> - <keyword name="Pep8NamingChecker.__checkFunctionArgumentNames" id="Pep8NamingChecker.__checkFunctionArgumentNames" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__checkFunctionArgumentNames" /> - <keyword name="Pep8NamingChecker.__checkFunctionArgumentNames" id="Pep8NamingChecker.__checkFunctionArgumentNames" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__checkFunctionArgumentNames" /> - <keyword name="Pep8NamingChecker.__checkFuntionName" id="Pep8NamingChecker.__checkFuntionName" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__checkFuntionName" /> - <keyword name="Pep8NamingChecker.__checkFuntionName" id="Pep8NamingChecker.__checkFuntionName" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__checkFuntionName" /> - <keyword name="Pep8NamingChecker.__checkImportAs" id="Pep8NamingChecker.__checkImportAs" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__checkImportAs" /> - <keyword name="Pep8NamingChecker.__checkImportAs" id="Pep8NamingChecker.__checkImportAs" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__checkImportAs" /> - <keyword name="Pep8NamingChecker.__checkModule" id="Pep8NamingChecker.__checkModule" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__checkModule" /> - <keyword name="Pep8NamingChecker.__checkModule" id="Pep8NamingChecker.__checkModule" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__checkModule" /> - <keyword name="Pep8NamingChecker.__checkNameToBeAvoided" id="Pep8NamingChecker.__checkNameToBeAvoided" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__checkNameToBeAvoided" /> - <keyword name="Pep8NamingChecker.__checkNameToBeAvoided" id="Pep8NamingChecker.__checkNameToBeAvoided" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__checkNameToBeAvoided" /> - <keyword name="Pep8NamingChecker.__checkVariablesInFunction" id="Pep8NamingChecker.__checkVariablesInFunction" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__checkVariablesInFunction" /> - <keyword name="Pep8NamingChecker.__checkVariablesInFunction" id="Pep8NamingChecker.__checkVariablesInFunction" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__checkVariablesInFunction" /> - <keyword name="Pep8NamingChecker.__error" id="Pep8NamingChecker.__error" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__error" /> - <keyword name="Pep8NamingChecker.__error" id="Pep8NamingChecker.__error" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__error" /> - <keyword name="Pep8NamingChecker.__findGlobalDefs" id="Pep8NamingChecker.__findGlobalDefs" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__findGlobalDefs" /> - <keyword name="Pep8NamingChecker.__findGlobalDefs" id="Pep8NamingChecker.__findGlobalDefs" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__findGlobalDefs" /> - <keyword name="Pep8NamingChecker.__getArgNames" id="Pep8NamingChecker.__getArgNames" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__getArgNames" /> - <keyword name="Pep8NamingChecker.__getArgNames" id="Pep8NamingChecker.__getArgNames" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__getArgNames" /> - <keyword name="Pep8NamingChecker.__isNameToBeAvoided" id="Pep8NamingChecker.__isNameToBeAvoided" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__isNameToBeAvoided" /> - <keyword name="Pep8NamingChecker.__isNameToBeAvoided" id="Pep8NamingChecker.__isNameToBeAvoided" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__isNameToBeAvoided" /> - <keyword name="Pep8NamingChecker.__tagClassFunctions" id="Pep8NamingChecker.__tagClassFunctions" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__tagClassFunctions" /> - <keyword name="Pep8NamingChecker.__tagClassFunctions" id="Pep8NamingChecker.__tagClassFunctions" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__tagClassFunctions" /> - <keyword name="Pep8NamingChecker.__visitNode" id="Pep8NamingChecker.__visitNode" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__visitNode" /> - <keyword name="Pep8NamingChecker.__visitNode" id="Pep8NamingChecker.__visitNode" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__visitNode" /> - <keyword name="Pep8NamingChecker.__visitTree" id="Pep8NamingChecker.__visitTree" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.__visitTree" /> - <keyword name="Pep8NamingChecker.__visitTree" id="Pep8NamingChecker.__visitTree" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.__visitTree" /> - <keyword name="Pep8NamingChecker.getMessage" id="Pep8NamingChecker.getMessage" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.getMessage" /> - <keyword name="Pep8NamingChecker.run" id="Pep8NamingChecker.run" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html#Pep8NamingChecker.run" /> - <keyword name="Pep8NamingChecker.run" id="Pep8NamingChecker.run" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.run" /> - <keyword name="Pep8NamingChecker.unpackArgs" id="Pep8NamingChecker.unpackArgs" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html#Pep8NamingChecker.unpackArgs" /> - <keyword name="Pep8NamingCheckerPy2 (Module)" id="Pep8NamingCheckerPy2 (Module)" ref="eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html" /> - <keyword name="Pep8Py2Checker" id="Pep8Py2Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Py2Checker" /> - <keyword name="Pep8Py2Checker (Constructor)" id="Pep8Py2Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Py2Checker.__init__" /> - <keyword name="Pep8Reindenter" id="Pep8Reindenter" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Reindenter" /> - <keyword name="Pep8Reindenter (Constructor)" id="Pep8Reindenter (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Reindenter.__init__" /> - <keyword name="Pep8Reindenter.__genStats" id="Pep8Reindenter.__genStats" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Reindenter.__genStats" /> - <keyword name="Pep8Reindenter.__getlspace" id="Pep8Reindenter.__getlspace" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Reindenter.__getlspace" /> - <keyword name="Pep8Reindenter.fixedLine" id="Pep8Reindenter.fixedLine" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Reindenter.fixedLine" /> - <keyword name="Pep8Reindenter.getline" id="Pep8Reindenter.getline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Reindenter.getline" /> - <keyword name="Pep8Reindenter.run" id="Pep8Reindenter.run" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Reindenter.run" /> - <keyword name="Pep8Report" id="Pep8Report" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Report" /> - <keyword name="Pep8Report" id="Pep8Report" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Report" /> - <keyword name="Pep8Report (Constructor)" id="Pep8Report (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Report.__init__" /> - <keyword name="Pep8Report (Constructor)" id="Pep8Report (Constructor)" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Report.__init__" /> - <keyword name="Pep8Report.error_args" id="Pep8Report.error_args" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Report.error_args" /> - <keyword name="Pep8Report.error_args" id="Pep8Report.error_args" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Report.error_args" /> - <keyword name="Pep8StatisticsDialog" id="Pep8StatisticsDialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html#Pep8StatisticsDialog" /> - <keyword name="Pep8StatisticsDialog (Constructor)" id="Pep8StatisticsDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html#Pep8StatisticsDialog.__init__" /> - <keyword name="Pep8StatisticsDialog (Module)" id="Pep8StatisticsDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html" /> - <keyword name="Pep8StatisticsDialog.__createItem" id="Pep8StatisticsDialog.__createItem" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html#Pep8StatisticsDialog.__createItem" /> <keyword name="PersonalDataDialog" id="PersonalDataDialog" ref="eric5.Helpviewer.PersonalInformationManager.PersonalDataDialog.html#PersonalDataDialog" /> <keyword name="PersonalDataDialog (Constructor)" id="PersonalDataDialog (Constructor)" ref="eric5.Helpviewer.PersonalInformationManager.PersonalDataDialog.html#PersonalDataDialog.__init__" /> <keyword name="PersonalDataDialog (Module)" id="PersonalDataDialog (Module)" ref="eric5.Helpviewer.PersonalInformationManager.PersonalDataDialog.html" /> @@ -8334,6 +8327,7 @@ <keyword name="PluginActivationError (Constructor)" id="PluginActivationError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginActivationError.__init__" /> <keyword name="PluginClassFormatError" id="PluginClassFormatError" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError" /> <keyword name="PluginClassFormatError (Constructor)" id="PluginClassFormatError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError.__init__" /> + <keyword name="PluginCodeStyleChecker (Module)" id="PluginCodeStyleChecker (Module)" ref="eric5.Plugins.PluginCodeStyleChecker.html" /> <keyword name="PluginDetailsDialog" id="PluginDetailsDialog" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog" /> <keyword name="PluginDetailsDialog (Constructor)" id="PluginDetailsDialog (Constructor)" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.__init__" /> <keyword name="PluginDetailsDialog (Module)" id="PluginDetailsDialog (Module)" ref="eric5.PluginManager.PluginDetailsDialog.html" /> @@ -8427,7 +8421,6 @@ <keyword name="PluginModulesError (Constructor)" id="PluginModulesError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError.__init__" /> <keyword name="PluginPathError" id="PluginPathError" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError" /> <keyword name="PluginPathError (Constructor)" id="PluginPathError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError.__init__" /> - <keyword name="PluginPep8Checker (Module)" id="PluginPep8Checker (Module)" ref="eric5.Plugins.PluginPep8Checker.html" /> <keyword name="PluginRepositoryDialog" id="PluginRepositoryDialog" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog" /> <keyword name="PluginRepositoryDialog (Constructor)" id="PluginRepositoryDialog (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__init__" /> <keyword name="PluginRepositoryDialog (Module)" id="PluginRepositoryDialog (Module)" ref="eric5.PluginManager.PluginRepositoryDialog.html" /> @@ -9597,6 +9590,13 @@ <keyword name="Redirector.__nWrite" id="Redirector.__nWrite" ref="eric5.UI.UserInterface.html#Redirector.__nWrite" /> <keyword name="Redirector.flush" id="Redirector.flush" ref="eric5.UI.UserInterface.html#Redirector.flush" /> <keyword name="Redirector.write" id="Redirector.write" ref="eric5.UI.UserInterface.html#Redirector.write" /> + <keyword name="Reindenter" id="Reindenter" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#Reindenter" /> + <keyword name="Reindenter (Constructor)" id="Reindenter (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#Reindenter.__init__" /> + <keyword name="Reindenter.__genStats" id="Reindenter.__genStats" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#Reindenter.__genStats" /> + <keyword name="Reindenter.__getlspace" id="Reindenter.__getlspace" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#Reindenter.__getlspace" /> + <keyword name="Reindenter.fixedLine" id="Reindenter.fixedLine" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#Reindenter.fixedLine" /> + <keyword name="Reindenter.getline" id="Reindenter.getline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#Reindenter.getline" /> + <keyword name="Reindenter.run" id="Reindenter.run" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#Reindenter.run" /> <keyword name="RemoveBookmarksCommand" id="RemoveBookmarksCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand" /> <keyword name="RemoveBookmarksCommand (Constructor)" id="RemoveBookmarksCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.__init__" /> <keyword name="RemoveBookmarksCommand.redo" id="RemoveBookmarksCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.redo" /> @@ -10156,17 +10156,17 @@ <keyword name="StackedWidget.removeWidget" id="StackedWidget.removeWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.removeWidget" /> <keyword name="StackedWidget.setCurrentIndex" id="StackedWidget.setCurrentIndex" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentIndex" /> <keyword name="StackedWidget.setCurrentWidget" id="StackedWidget.setCurrentWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentWidget" /> - <keyword name="StandardReport" id="StandardReport" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StandardReport" /> + <keyword name="StandardReport" id="StandardReport" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StandardReport" /> <keyword name="StandardReport" id="StandardReport" ref="eric5.UtilitiesPython2.pep8.html#StandardReport" /> - <keyword name="StandardReport (Constructor)" id="StandardReport (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StandardReport.__init__" /> + <keyword name="StandardReport (Constructor)" id="StandardReport (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StandardReport.__init__" /> <keyword name="StandardReport (Constructor)" id="StandardReport (Constructor)" ref="eric5.UtilitiesPython2.pep8.html#StandardReport.__init__" /> - <keyword name="StandardReport.error" id="StandardReport.error" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StandardReport.error" /> + <keyword name="StandardReport.error" id="StandardReport.error" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StandardReport.error" /> <keyword name="StandardReport.error" id="StandardReport.error" ref="eric5.UtilitiesPython2.pep8.html#StandardReport.error" /> - <keyword name="StandardReport.error_args" id="StandardReport.error_args" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StandardReport.error_args" /> + <keyword name="StandardReport.error_args" id="StandardReport.error_args" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StandardReport.error_args" /> <keyword name="StandardReport.error_args" id="StandardReport.error_args" ref="eric5.UtilitiesPython2.pep8.html#StandardReport.error_args" /> - <keyword name="StandardReport.get_file_results" id="StandardReport.get_file_results" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StandardReport.get_file_results" /> + <keyword name="StandardReport.get_file_results" id="StandardReport.get_file_results" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StandardReport.get_file_results" /> <keyword name="StandardReport.get_file_results" id="StandardReport.get_file_results" ref="eric5.UtilitiesPython2.pep8.html#StandardReport.get_file_results" /> - <keyword name="StandardReport.init_file" id="StandardReport.init_file" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StandardReport.init_file" /> + <keyword name="StandardReport.init_file" id="StandardReport.init_file" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StandardReport.init_file" /> <keyword name="StandardReport.init_file" id="StandardReport.init_file" ref="eric5.UtilitiesPython2.pep8.html#StandardReport.init_file" /> <keyword name="StartDialog" id="StartDialog" ref="eric5.Debugger.StartDialog.html#StartDialog" /> <keyword name="StartDialog (Constructor)" id="StartDialog (Constructor)" ref="eric5.Debugger.StartDialog.html#StartDialog.__init__" /> @@ -10192,23 +10192,23 @@ <keyword name="StatusMonitorLed.__switchOn" id="StatusMonitorLed.__switchOn" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__switchOn" /> <keyword name="StatusMonitorLed._showContextMenu" id="StatusMonitorLed._showContextMenu" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed._showContextMenu" /> <keyword name="StatusMonitorThread (Module)" id="StatusMonitorThread (Module)" ref="eric5.VCS.StatusMonitorThread.html" /> - <keyword name="StyleGuide" id="StyleGuide" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StyleGuide" /> + <keyword name="StyleGuide" id="StyleGuide" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StyleGuide" /> <keyword name="StyleGuide" id="StyleGuide" ref="eric5.UtilitiesPython2.pep8.html#StyleGuide" /> - <keyword name="StyleGuide (Constructor)" id="StyleGuide (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StyleGuide.__init__" /> + <keyword name="StyleGuide (Constructor)" id="StyleGuide (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StyleGuide.__init__" /> <keyword name="StyleGuide (Constructor)" id="StyleGuide (Constructor)" ref="eric5.UtilitiesPython2.pep8.html#StyleGuide.__init__" /> - <keyword name="StyleGuide.check_files" id="StyleGuide.check_files" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StyleGuide.check_files" /> + <keyword name="StyleGuide.check_files" id="StyleGuide.check_files" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StyleGuide.check_files" /> <keyword name="StyleGuide.check_files" id="StyleGuide.check_files" ref="eric5.UtilitiesPython2.pep8.html#StyleGuide.check_files" /> - <keyword name="StyleGuide.excluded" id="StyleGuide.excluded" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StyleGuide.excluded" /> + <keyword name="StyleGuide.excluded" id="StyleGuide.excluded" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StyleGuide.excluded" /> <keyword name="StyleGuide.excluded" id="StyleGuide.excluded" ref="eric5.UtilitiesPython2.pep8.html#StyleGuide.excluded" /> - <keyword name="StyleGuide.get_checks" id="StyleGuide.get_checks" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StyleGuide.get_checks" /> + <keyword name="StyleGuide.get_checks" id="StyleGuide.get_checks" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StyleGuide.get_checks" /> <keyword name="StyleGuide.get_checks" id="StyleGuide.get_checks" ref="eric5.UtilitiesPython2.pep8.html#StyleGuide.get_checks" /> - <keyword name="StyleGuide.ignore_code" id="StyleGuide.ignore_code" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StyleGuide.ignore_code" /> + <keyword name="StyleGuide.ignore_code" id="StyleGuide.ignore_code" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StyleGuide.ignore_code" /> <keyword name="StyleGuide.ignore_code" id="StyleGuide.ignore_code" ref="eric5.UtilitiesPython2.pep8.html#StyleGuide.ignore_code" /> - <keyword name="StyleGuide.init_report" id="StyleGuide.init_report" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StyleGuide.init_report" /> + <keyword name="StyleGuide.init_report" id="StyleGuide.init_report" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StyleGuide.init_report" /> <keyword name="StyleGuide.init_report" id="StyleGuide.init_report" ref="eric5.UtilitiesPython2.pep8.html#StyleGuide.init_report" /> - <keyword name="StyleGuide.input_dir" id="StyleGuide.input_dir" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StyleGuide.input_dir" /> + <keyword name="StyleGuide.input_dir" id="StyleGuide.input_dir" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StyleGuide.input_dir" /> <keyword name="StyleGuide.input_dir" id="StyleGuide.input_dir" ref="eric5.UtilitiesPython2.pep8.html#StyleGuide.input_dir" /> - <keyword name="StyleGuide.input_file" id="StyleGuide.input_file" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#StyleGuide.input_file" /> + <keyword name="StyleGuide.input_file" id="StyleGuide.input_file" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#StyleGuide.input_file" /> <keyword name="StyleGuide.input_file" id="StyleGuide.input_file" ref="eric5.UtilitiesPython2.pep8.html#StyleGuide.input_file" /> <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion" /> <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion" /> @@ -12714,7 +12714,7 @@ <keyword name="__saveShortcut" id="__saveShortcut" ref="eric5.Preferences.Shortcuts.html#__saveShortcut" /> <keyword name="__setAction" id="__setAction" ref="eric5.Preferences.Shortcuts.html#__setAction" /> <keyword name="__showwarning" id="__showwarning" ref="eric5.Utilities.__init__.html#__showwarning" /> - <keyword name="_add_check" id="_add_check" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#_add_check" /> + <keyword name="_add_check" id="_add_check" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#_add_check" /> <keyword name="_add_check" id="_add_check" ref="eric5.UtilitiesPython2.pep8.html#_add_check" /> <keyword name="_buildChildrenLists" id="_buildChildrenLists" ref="eric5.Graphics.GraphicsUtilities.html#_buildChildrenLists" /> <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python.DebugClientThreads.html#_debugclient_start_new_thread" /> @@ -12722,7 +12722,7 @@ <keyword name="_encode_base64" id="_encode_base64" ref="eric5.UI.EmailDialog.html#_encode_base64" /> <keyword name="_indent" id="_indent" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#_indent" /> <keyword name="_indent" id="_indent" ref="eric5.Utilities.ModuleParser.html#_indent" /> - <keyword name="_main" id="_main" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#_main" /> + <keyword name="_main" id="_main" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#_main" /> <keyword name="_main" id="_main" ref="eric5.UtilitiesPython2.pep8.html#_main" /> <keyword name="_percentReplacementFunc" id="_percentReplacementFunc" ref="eric5.Utilities.__init__.html#_percentReplacementFunc" /> <keyword name="addActions" id="addActions" ref="eric5.E5Gui.E5Action.html#addActions" /> @@ -12732,7 +12732,7 @@ <keyword name="analyze" id="analyze" ref="eric5.DataViews.CodeMetrics.html#analyze" /> <keyword name="append_PKCS7_padding" id="append_PKCS7_padding" ref="eric5.Utilities.crypto.py3AES.html#append_PKCS7_padding" /> <keyword name="binplistlib (Module)" id="binplistlib (Module)" ref="eric5.Utilities.binplistlib.html" /> - <keyword name="blank_lines" id="blank_lines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#blank_lines" /> + <keyword name="blank_lines" id="blank_lines" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#blank_lines" /> <keyword name="blank_lines" id="blank_lines" ref="eric5.UtilitiesPython2.pep8.html#blank_lines" /> <keyword name="bookmarks (Module)" id="bookmarks (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html" /> <keyword name="changeRememberedMaster" id="changeRememberedMaster" ref="eric5.Utilities.crypto.__init__.html#changeRememberedMaster" /> @@ -12745,9 +12745,9 @@ <keyword name="cleanUp" id="cleanUp" ref="eric5.install.html#cleanUp" /> <keyword name="close" id="close" ref="eric5.DebugClients.Ruby.AsyncFile.html#close" /> <keyword name="compactPath" id="compactPath" ref="eric5.Utilities.__init__.html#compactPath" /> - <keyword name="comparison_to_singleton" id="comparison_to_singleton" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#comparison_to_singleton" /> + <keyword name="comparison_to_singleton" id="comparison_to_singleton" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#comparison_to_singleton" /> <keyword name="comparison_to_singleton" id="comparison_to_singleton" ref="eric5.UtilitiesPython2.pep8.html#comparison_to_singleton" /> - <keyword name="comparison_type" id="comparison_type" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#comparison_type" /> + <keyword name="comparison_type" id="comparison_type" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#comparison_type" /> <keyword name="comparison_type" id="comparison_type" ref="eric5.UtilitiesPython2.pep8.html#comparison_type" /> <keyword name="compile" id="compile" ref="eric5.Utilities.__init__.html#compile" /> <keyword name="compile" id="compile" ref="eric5.UtilitiesPython2.Py2SyntaxChecker.html#compile" /> @@ -12761,12 +12761,12 @@ <keyword name="compile_ui" id="compile_ui" ref="eric5.Utilities.uic.html#compile_ui" /> <keyword name="compile_ui" id="compile_ui" ref="eric5.compileUiFiles.html#compile_ui" /> <keyword name="compile_ui" id="compile_ui" ref="eric5.install.html#compile_ui" /> - <keyword name="compound_statements" id="compound_statements" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#compound_statements" /> + <keyword name="compound_statements" id="compound_statements" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#compound_statements" /> <keyword name="compound_statements" id="compound_statements" ref="eric5.UtilitiesPython2.pep8.html#compound_statements" /> <keyword name="contentSniff" id="contentSniff" ref="eric5.Helpviewer.HelpBrowserWV.html#contentSniff" /> <keyword name="context" id="context" ref="eric5.DebugClients.Ruby.Debuggee.html#context" /> <keyword name="context_diff" id="context_diff" ref="eric5.UI.DiffDialog.html#context_diff" /> - <keyword name="continued_indentation" id="continued_indentation" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#continued_indentation" /> + <keyword name="continued_indentation" id="continued_indentation" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#continued_indentation" /> <keyword name="continued_indentation" id="continued_indentation" ref="eric5.UtilitiesPython2.pep8.html#continued_indentation" /> <keyword name="convertLineEnds" id="convertLineEnds" ref="eric5.Utilities.__init__.html#convertLineEnds" /> <keyword name="convertPasswords" id="convertPasswords" ref="eric5.Preferences.__init__.html#convertPasswords" /> @@ -12914,9 +12914,9 @@ <keyword name="exeDisplayDataList" id="exeDisplayDataList" ref="eric5.Plugins.PluginEricdoc.html#exeDisplayDataList" /> <keyword name="exit" id="exit" ref="eric5.install.html#exit" /> <keyword name="exit" id="exit" ref="eric5.uninstall.html#exit" /> - <keyword name="expand_indent" id="expand_indent" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#expand_indent" /> + <keyword name="expand_indent" id="expand_indent" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#expand_indent" /> <keyword name="expand_indent" id="expand_indent" ref="eric5.UtilitiesPython2.pep8.html#expand_indent" /> - <keyword name="explicit_line_join" id="explicit_line_join" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#explicit_line_join" /> + <keyword name="explicit_line_join" id="explicit_line_join" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#explicit_line_join" /> <keyword name="explicit_line_join" id="explicit_line_join" ref="eric5.UtilitiesPython2.pep8.html#explicit_line_join" /> <keyword name="exportPreferences" id="exportPreferences" ref="eric5.Preferences.__init__.html#exportPreferences" /> <keyword name="exportShortcuts" id="exportShortcuts" ref="eric5.Preferences.Shortcuts.html#exportShortcuts" /> @@ -12924,12 +12924,12 @@ <keyword name="extractFlagsFromFile" id="extractFlagsFromFile" ref="eric5.Utilities.__init__.html#extractFlagsFromFile" /> <keyword name="extractLineFlags" id="extractLineFlags" ref="eric5.Utilities.__init__.html#extractLineFlags" /> <keyword name="extractLineFlags" id="extractLineFlags" ref="eric5.UtilitiesPython2.Tools.html#extractLineFlags" /> - <keyword name="extraneous_whitespace" id="extraneous_whitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#extraneous_whitespace" /> + <keyword name="extraneous_whitespace" id="extraneous_whitespace" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#extraneous_whitespace" /> <keyword name="extraneous_whitespace" id="extraneous_whitespace" ref="eric5.UtilitiesPython2.pep8.html#extraneous_whitespace" /> <keyword name="factory" id="factory" ref="eric5.VCS.__init__.html#factory" /> <keyword name="factory" id="factory" ref="eric5.ViewManager.__init__.html#factory" /> <keyword name="fetch (Module)" id="fetch (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html" /> - <keyword name="filename_match" id="filename_match" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#filename_match" /> + <keyword name="filename_match" id="filename_match" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#filename_match" /> <keyword name="filename_match" id="filename_match" ref="eric5.UtilitiesPython2.pep8.html#filename_match" /> <keyword name="fileno" id="fileno" ref="eric5.DebugClients.Ruby.AsyncFile.html#fileno" /> <keyword name="filterCharsFromFilename" id="filterCharsFromFilename" ref="eric5.Helpviewer.HelpUtilities.html#filterCharsFromFilename" /> @@ -12999,7 +12999,7 @@ <keyword name="getIrc" id="getIrc" ref="eric5.Preferences.__init__.html#getIrc" /> <keyword name="getLanguageIcon" id="getLanguageIcon" ref="eric5.QScintilla.Lexers.__init__.html#getLanguageIcon" /> <keyword name="getLexer" id="getLexer" ref="eric5.QScintilla.Lexers.__init__.html#getLexer" /> - <keyword name="getMessage" id="getMessage" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#getMessage" /> + <keyword name="getMessage" id="getMessage" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#getMessage" /> <keyword name="getMultiProject" id="getMultiProject" ref="eric5.Preferences.__init__.html#getMultiProject" /> <keyword name="getOpenFileFiltersList" id="getOpenFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getOpenFileFiltersList" /> <keyword name="getOpenFileName" id="getOpenFileName" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileName" /> @@ -13062,7 +13062,7 @@ <keyword name="get_coding" id="get_coding" ref="eric5.Utilities.__init__.html#get_coding" /> <keyword name="get_coding" id="get_coding" ref="eric5.UtilitiesPython2.Tools.html#get_coding" /> <keyword name="get_codingBytes" id="get_codingBytes" ref="eric5.Utilities.__init__.html#get_codingBytes" /> - <keyword name="get_parser" id="get_parser" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#get_parser" /> + <keyword name="get_parser" id="get_parser" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#get_parser" /> <keyword name="get_parser" id="get_parser" ref="eric5.UtilitiesPython2.pep8.html#get_parser" /> <keyword name="get_thread" id="get_thread" ref="eric5.DebugClients.Ruby.Debuggee.html#get_thread" /> <keyword name="getpass" id="getpass" ref="eric5.DebugClients.Python.getpass.html#getpass" /> @@ -13085,9 +13085,9 @@ <keyword name="idlclbr (Module)" id="idlclbr (Module)" ref="eric5.Utilities.ClassBrowsers.idlclbr.html" /> <keyword name="importPreferences" id="importPreferences" ref="eric5.Preferences.__init__.html#importPreferences" /> <keyword name="importShortcuts" id="importShortcuts" ref="eric5.Preferences.Shortcuts.html#importShortcuts" /> - <keyword name="imports_on_separate_lines" id="imports_on_separate_lines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#imports_on_separate_lines" /> + <keyword name="imports_on_separate_lines" id="imports_on_separate_lines" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#imports_on_separate_lines" /> <keyword name="imports_on_separate_lines" id="imports_on_separate_lines" ref="eric5.UtilitiesPython2.pep8.html#imports_on_separate_lines" /> - <keyword name="indentation" id="indentation" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#indentation" /> + <keyword name="indentation" id="indentation" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#indentation" /> <keyword name="indentation" id="indentation" ref="eric5.UtilitiesPython2.pep8.html#indentation" /> <keyword name="information" id="information" ref="eric5.E5Gui.E5MessageBox.html#information" /> <keyword name="initDebugger" id="initDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#initDebugger" /> @@ -13097,7 +13097,7 @@ <keyword name="initGlobals" id="initGlobals" ref="eric5.uninstall.html#initGlobals" /> <keyword name="initPreferences" id="initPreferences" ref="eric5.Preferences.__init__.html#initPreferences" /> <keyword name="initRecentSettings" id="initRecentSettings" ref="eric5.Preferences.__init__.html#initRecentSettings" /> - <keyword name="init_checks_registry" id="init_checks_registry" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#init_checks_registry" /> + <keyword name="init_checks_registry" id="init_checks_registry" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#init_checks_registry" /> <keyword name="init_checks_registry" id="init_checks_registry" ref="eric5.UtilitiesPython2.pep8.html#init_checks_registry" /> <keyword name="initializeResourceSearchPath" id="initializeResourceSearchPath" ref="eric5.Toolbox.Startup.html#initializeResourceSearchPath" /> <keyword name="install (Module)" id="install (Module)" ref="eric5.install.html" /> @@ -13151,19 +13151,19 @@ <keyword name="main" id="main" ref="eric5.uninstall.html#main" /> <keyword name="makeAppInfo" id="makeAppInfo" ref="eric5.Globals.AppInfo.html#makeAppInfo" /> <keyword name="make_thread_list" id="make_thread_list" ref="eric5.DebugClients.Ruby.Debuggee.html#make_thread_list" /> - <keyword name="maximum_line_length" id="maximum_line_length" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#maximum_line_length" /> + <keyword name="maximum_line_length" id="maximum_line_length" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#maximum_line_length" /> <keyword name="maximum_line_length" id="maximum_line_length" ref="eric5.UtilitiesPython2.pep8.html#maximum_line_length" /> <keyword name="messageHandler" id="messageHandler" ref="eric5.E5Gui.E5ErrorMessage.html#messageHandler" /> <keyword name="messageHandlerInstalled" id="messageHandlerInstalled" ref="eric5.E5Gui.E5ErrorMessage.html#messageHandlerInstalled" /> <keyword name="messages (Module)" id="messages (Module)" ref="eric5.Utilities.py3flakes.messages.html" /> <keyword name="messages (Module)" id="messages (Module)" ref="eric5.UtilitiesPython2.py2flakes.messages.html" /> - <keyword name="missing_newline" id="missing_newline" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#missing_newline" /> + <keyword name="missing_newline" id="missing_newline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#missing_newline" /> <keyword name="missing_newline" id="missing_newline" ref="eric5.UtilitiesPython2.pep8.html#missing_newline" /> - <keyword name="missing_whitespace" id="missing_whitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#missing_whitespace" /> + <keyword name="missing_whitespace" id="missing_whitespace" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#missing_whitespace" /> <keyword name="missing_whitespace" id="missing_whitespace" ref="eric5.UtilitiesPython2.pep8.html#missing_whitespace" /> - <keyword name="missing_whitespace_around_operator" id="missing_whitespace_around_operator" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#missing_whitespace_around_operator" /> + <keyword name="missing_whitespace_around_operator" id="missing_whitespace_around_operator" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#missing_whitespace_around_operator" /> <keyword name="missing_whitespace_around_operator" id="missing_whitespace_around_operator" ref="eric5.UtilitiesPython2.pep8.html#missing_whitespace_around_operator" /> - <keyword name="mute_string" id="mute_string" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#mute_string" /> + <keyword name="mute_string" id="mute_string" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#mute_string" /> <keyword name="mute_string" id="mute_string" ref="eric5.UtilitiesPython2.pep8.html#mute_string" /> <keyword name="normabsjoinpath" id="normabsjoinpath" ref="eric5.Utilities.__init__.html#normabsjoinpath" /> <keyword name="normabspath" id="normabspath" ref="eric5.Utilities.__init__.html#normabspath" /> @@ -13175,12 +13175,12 @@ <keyword name="parseEnvironmentString" id="parseEnvironmentString" ref="eric5.Utilities.__init__.html#parseEnvironmentString" /> <keyword name="parseOptionString" id="parseOptionString" ref="eric5.Utilities.__init__.html#parseOptionString" /> <keyword name="parseString" id="parseString" ref="eric5.Utilities.__init__.html#parseString" /> - <keyword name="parse_udiff" id="parse_udiff" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#parse_udiff" /> + <keyword name="parse_udiff" id="parse_udiff" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#parse_udiff" /> <keyword name="parse_udiff" id="parse_udiff" ref="eric5.UtilitiesPython2.pep8.html#parse_udiff" /> <keyword name="patch_modpython (Module)" id="patch_modpython (Module)" ref="eric5.patch_modpython.html" /> <keyword name="pbkdf2" id="pbkdf2" ref="eric5.Utilities.crypto.py3PBKDF2.html#pbkdf2" /> <keyword name="pendingWrite" id="pendingWrite" ref="eric5.DebugClients.Ruby.AsyncFile.html#pendingWrite" /> - <keyword name="pep8 (Module)" id="pep8 (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html" /> + <keyword name="pep8 (Module)" id="pep8 (Module)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html" /> <keyword name="pep8 (Module)" id="pep8 (Module)" ref="eric5.UtilitiesPython2.pep8.html" /> <keyword name="prepareProcess" id="prepareProcess" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html#prepareProcess" /> <keyword name="prepareQtMacBundle" id="prepareQtMacBundle" ref="eric5.Utilities.__init__.html#prepareQtMacBundle" /> @@ -13191,7 +13191,7 @@ <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmTabview.html#previewPix" /> <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python.DebugBase.html#printerr" /> <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python3.DebugBase.html#printerr" /> - <keyword name="process_options" id="process_options" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#process_options" /> + <keyword name="process_options" id="process_options" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#process_options" /> <keyword name="process_options" id="process_options" ref="eric5.UtilitiesPython2.pep8.html#process_options" /> <keyword name="process_tokens" id="process_tokens" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#process_tokens" /> <keyword name="process_tokens" id="process_tokens" ref="eric5.UtilitiesPython2.Tabnanny.html#process_tokens" /> @@ -13213,13 +13213,13 @@ <keyword name="pyName" id="pyName" ref="eric5.compileUiFiles.html#pyName" /> <keyword name="pyName" id="pyName" ref="eric5.install.html#pyName" /> <keyword name="pyclbr (Module)" id="pyclbr (Module)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html" /> - <keyword name="python_3000_backticks" id="python_3000_backticks" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_backticks" /> + <keyword name="python_3000_backticks" id="python_3000_backticks" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#python_3000_backticks" /> <keyword name="python_3000_backticks" id="python_3000_backticks" ref="eric5.UtilitiesPython2.pep8.html#python_3000_backticks" /> - <keyword name="python_3000_has_key" id="python_3000_has_key" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_has_key" /> + <keyword name="python_3000_has_key" id="python_3000_has_key" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#python_3000_has_key" /> <keyword name="python_3000_has_key" id="python_3000_has_key" ref="eric5.UtilitiesPython2.pep8.html#python_3000_has_key" /> - <keyword name="python_3000_not_equal" id="python_3000_not_equal" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_not_equal" /> + <keyword name="python_3000_not_equal" id="python_3000_not_equal" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#python_3000_not_equal" /> <keyword name="python_3000_not_equal" id="python_3000_not_equal" ref="eric5.UtilitiesPython2.pep8.html#python_3000_not_equal" /> - <keyword name="python_3000_raise_comma" id="python_3000_raise_comma" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_raise_comma" /> + <keyword name="python_3000_raise_comma" id="python_3000_raise_comma" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#python_3000_raise_comma" /> <keyword name="python_3000_raise_comma" id="python_3000_raise_comma" ref="eric5.UtilitiesPython2.pep8.html#python_3000_raise_comma" /> <keyword name="qtHandler" id="qtHandler" ref="eric5.E5Gui.E5ErrorMessage.html#qtHandler" /> <keyword name="question" id="question" ref="eric5.E5Gui.E5MessageBox.html#question" /> @@ -13235,13 +13235,13 @@ <keyword name="readShortcuts" id="readShortcuts" ref="eric5.Preferences.Shortcuts.html#readShortcuts" /> <keyword name="readStringFromStream" id="readStringFromStream" ref="eric5.Utilities.__init__.html#readStringFromStream" /> <keyword name="readToolGroups" id="readToolGroups" ref="eric5.Preferences.__init__.html#readToolGroups" /> - <keyword name="read_config" id="read_config" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#read_config" /> + <keyword name="read_config" id="read_config" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#read_config" /> <keyword name="read_config" id="read_config" ref="eric5.UtilitiesPython2.pep8.html#read_config" /> <keyword name="readline" id="readline" ref="eric5.DebugClients.Ruby.AsyncFile.html#readline" /> <keyword name="readlines" id="readlines" ref="eric5.DebugClients.Ruby.AsyncFile.html#readlines" /> - <keyword name="readlines" id="readlines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#readlines" /> + <keyword name="readlines" id="readlines" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#readlines" /> <keyword name="readlines" id="readlines" ref="eric5.UtilitiesPython2.pep8.html#readlines" /> - <keyword name="readlines_1" id="readlines_1" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#readlines_1" /> + <keyword name="readlines_1" id="readlines_1" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#readlines_1" /> <keyword name="readlines_1" id="readlines_1" ref="eric5.UtilitiesPython2.pep8.html#readlines_1" /> <keyword name="readmodule" id="readmodule" ref="eric5.Utilities.ClassBrowsers.__init__.html#readmodule" /> <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.idlclbr.html#readmodule_ex" /> @@ -13250,7 +13250,7 @@ <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#readmodule_ex" /> <keyword name="rebase (Module)" id="rebase (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html" /> <keyword name="registerLexer" id="registerLexer" ref="eric5.QScintilla.Lexers.__init__.html#registerLexer" /> - <keyword name="register_check" id="register_check" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#register_check" /> + <keyword name="register_check" id="register_check" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#register_check" /> <keyword name="register_check" id="register_check" ref="eric5.UtilitiesPython2.pep8.html#register_check" /> <keyword name="rehashPassword" id="rehashPassword" ref="eric5.Utilities.crypto.py3PBKDF2.html#rehashPassword" /> <keyword name="relpath" id="relpath" ref="eric5.Utilities.__init__.html#relpath" /> @@ -13325,16 +13325,16 @@ <keyword name="splitPath" id="splitPath" ref="eric5.Utilities.__init__.html#splitPath" /> <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#startDebugger" /> <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python3.eric5dbgstub.html#startDebugger" /> - <keyword name="stdin_get_value" id="stdin_get_value" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#stdin_get_value" /> + <keyword name="stdin_get_value" id="stdin_get_value" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#stdin_get_value" /> <keyword name="stdin_get_value" id="stdin_get_value" ref="eric5.UtilitiesPython2.pep8.html#stdin_get_value" /> <keyword name="strip_PKCS7_padding" id="strip_PKCS7_padding" ref="eric5.Utilities.crypto.py3AES.html#strip_PKCS7_padding" /> <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html" /> <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html" /> <keyword name="summarize" id="summarize" ref="eric5.DataViews.CodeMetrics.html#summarize" /> <keyword name="syncPreferences" id="syncPreferences" ref="eric5.Preferences.__init__.html#syncPreferences" /> - <keyword name="tabs_obsolete" id="tabs_obsolete" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#tabs_obsolete" /> + <keyword name="tabs_obsolete" id="tabs_obsolete" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#tabs_obsolete" /> <keyword name="tabs_obsolete" id="tabs_obsolete" ref="eric5.UtilitiesPython2.pep8.html#tabs_obsolete" /> - <keyword name="tabs_or_spaces" id="tabs_or_spaces" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#tabs_or_spaces" /> + <keyword name="tabs_or_spaces" id="tabs_or_spaces" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#tabs_or_spaces" /> <keyword name="tabs_or_spaces" id="tabs_or_spaces" ref="eric5.UtilitiesPython2.pep8.html#tabs_or_spaces" /> <keyword name="tell" id="tell" ref="eric5.DebugClients.Ruby.AsyncFile.html#tell" /> <keyword name="thread_list" id="thread_list" ref="eric5.DebugClients.Ruby.Debuggee.html#thread_list" /> @@ -13348,9 +13348,9 @@ <keyword name="toNativeSeparators" id="toNativeSeparators" ref="eric5.Utilities.__init__.html#toNativeSeparators" /> <keyword name="toSecondLevelDomain" id="toSecondLevelDomain" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#toSecondLevelDomain" /> <keyword name="traceRuby?" id="traceRuby?" ref="eric5.DebugClients.Ruby.Debuggee.html#traceRuby?" /> - <keyword name="trailing_blank_lines" id="trailing_blank_lines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#trailing_blank_lines" /> + <keyword name="trailing_blank_lines" id="trailing_blank_lines" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#trailing_blank_lines" /> <keyword name="trailing_blank_lines" id="trailing_blank_lines" ref="eric5.UtilitiesPython2.pep8.html#trailing_blank_lines" /> - <keyword name="trailing_whitespace" id="trailing_whitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#trailing_whitespace" /> + <keyword name="trailing_whitespace" id="trailing_whitespace" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#trailing_whitespace" /> <keyword name="trailing_whitespace" id="trailing_whitespace" ref="eric5.UtilitiesPython2.pep8.html#trailing_whitespace" /> <keyword name="transplant (Module)" id="transplant (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html" /> <keyword name="uiStartUp" id="uiStartUp" ref="eric5.eric5.html#uiStartUp" /> @@ -13378,17 +13378,17 @@ <keyword name="version" id="version" ref="eric5.eric5_api.html#version" /> <keyword name="version" id="version" ref="eric5.eric5_doc.html#version" /> <keyword name="warning" id="warning" ref="eric5.E5Gui.E5MessageBox.html#warning" /> - <keyword name="whitespace_around_comma" id="whitespace_around_comma" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_comma" /> + <keyword name="whitespace_around_comma" id="whitespace_around_comma" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#whitespace_around_comma" /> <keyword name="whitespace_around_comma" id="whitespace_around_comma" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_comma" /> - <keyword name="whitespace_around_keywords" id="whitespace_around_keywords" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_keywords" /> + <keyword name="whitespace_around_keywords" id="whitespace_around_keywords" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#whitespace_around_keywords" /> <keyword name="whitespace_around_keywords" id="whitespace_around_keywords" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_keywords" /> - <keyword name="whitespace_around_named_parameter_equals" id="whitespace_around_named_parameter_equals" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_named_parameter_equals" /> + <keyword name="whitespace_around_named_parameter_equals" id="whitespace_around_named_parameter_equals" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#whitespace_around_named_parameter_equals" /> <keyword name="whitespace_around_named_parameter_equals" id="whitespace_around_named_parameter_equals" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_named_parameter_equals" /> - <keyword name="whitespace_around_operator" id="whitespace_around_operator" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_operator" /> + <keyword name="whitespace_around_operator" id="whitespace_around_operator" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#whitespace_around_operator" /> <keyword name="whitespace_around_operator" id="whitespace_around_operator" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_operator" /> - <keyword name="whitespace_before_inline_comment" id="whitespace_before_inline_comment" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_before_inline_comment" /> + <keyword name="whitespace_before_inline_comment" id="whitespace_before_inline_comment" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#whitespace_before_inline_comment" /> <keyword name="whitespace_before_inline_comment" id="whitespace_before_inline_comment" ref="eric5.UtilitiesPython2.pep8.html#whitespace_before_inline_comment" /> - <keyword name="whitespace_before_parameters" id="whitespace_before_parameters" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_before_parameters" /> + <keyword name="whitespace_before_parameters" id="whitespace_before_parameters" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#whitespace_before_parameters" /> <keyword name="whitespace_before_parameters" id="whitespace_before_parameters" ref="eric5.UtilitiesPython2.pep8.html#whitespace_before_parameters" /> <keyword name="wildcardMatch" id="wildcardMatch" ref="eric5.Helpviewer.GreaseMonkey.GreaseMonkeyUrlMatcher.html#wildcardMatch" /> <keyword name="win32_GetUserName" id="win32_GetUserName" ref="eric5.Utilities.__init__.html#win32_GetUserName" /> @@ -13755,13 +13755,14 @@ <file>eric5.PluginManager.PluginRepositoryDialog.html</file> <file>eric5.PluginManager.PluginUninstallDialog.html</file> <file>eric5.Plugins.AboutPlugin.AboutDialog.html</file> - <file>eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html</file> - <file>eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html</file> - <file>eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html</file> - <file>eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html</file> - <file>eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html</file> - <file>eric5.Plugins.CheckerPlugins.Pep8.Pep8NamingChecker.html</file> - <file>eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html</file> + <file>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html</file> + <file>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html</file> + <file>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html</file> + <file>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html</file> + <file>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html</file> + <file>eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html</file> + <file>eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html</file> + <file>eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html</file> <file>eric5.Plugins.CheckerPlugins.Pep8.pep8.html</file> <file>eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html</file> <file>eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html</file> @@ -13771,9 +13772,9 @@ <file>eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html</file> <file>eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html</file> <file>eric5.Plugins.PluginAbout.html</file> + <file>eric5.Plugins.PluginCodeStyleChecker.html</file> <file>eric5.Plugins.PluginEricapi.html</file> <file>eric5.Plugins.PluginEricdoc.html</file> - <file>eric5.Plugins.PluginPep8Checker.html</file> <file>eric5.Plugins.PluginSyntaxChecker.html</file> <file>eric5.Plugins.PluginTabnanny.html</file> <file>eric5.Plugins.PluginVcsMercurial.html</file> @@ -14161,9 +14162,9 @@ <file>eric5.Utilities.py3flakes.checker.html</file> <file>eric5.Utilities.py3flakes.messages.html</file> <file>eric5.Utilities.uic.html</file> - <file>eric5.UtilitiesPython2.Pep257CheckerPy2.html</file> - <file>eric5.UtilitiesPython2.Pep8Checker.html</file> - <file>eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html</file> + <file>eric5.UtilitiesPython2.CodeStyleChecker.html</file> + <file>eric5.UtilitiesPython2.DocStyleCheckerPy2.html</file> + <file>eric5.UtilitiesPython2.NamingStyleCheckerPy2.html</file> <file>eric5.UtilitiesPython2.Py2SyntaxChecker.html</file> <file>eric5.UtilitiesPython2.PySideImporter.html</file> <file>eric5.UtilitiesPython2.Tabnanny.html</file> @@ -14254,7 +14255,7 @@ <file>index-eric5.Network.html</file> <file>index-eric5.PluginManager.html</file> <file>index-eric5.Plugins.AboutPlugin.html</file> - <file>index-eric5.Plugins.CheckerPlugins.Pep8.html</file> + <file>index-eric5.Plugins.CheckerPlugins.CodeStyleChecker.html</file> <file>index-eric5.Plugins.CheckerPlugins.SyntaxChecker.html</file> <file>index-eric5.Plugins.CheckerPlugins.Tabnanny.html</file> <file>index-eric5.Plugins.CheckerPlugins.html</file>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Fri Oct 04 17:48:17 2013 +0200 @@ -0,0 +1,106 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker</h1> +<p> +Module implementing the code style checker. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#CodeStyleCheckerPy2">CodeStyleCheckerPy2</a></td> +<td>Class implementing the code style checker interface for Python 2.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="CodeStyleCheckerPy2" ID="CodeStyleCheckerPy2"></a> +<h2>CodeStyleCheckerPy2</h2> +<p> + Class implementing the code style checker interface for Python 2. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#CodeStyleCheckerPy2.__init__">CodeStyleCheckerPy2</a></td> +<td>Constructor</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="CodeStyleCheckerPy2.__init__" ID="CodeStyleCheckerPy2.__init__"></a> +<h4>CodeStyleCheckerPy2 (Constructor)</h4> +<b>CodeStyleCheckerPy2</b>(<i>filename, lines, repeat=False, select="", ignore="", max_line_length=79, hang_closing=False, docType="pep257"</i>) +<p> + Constructor +</p><dl> +<dt><i>filename</i></dt> +<dd> +name of the file to check (string) +</dd><dt><i>lines</i></dt> +<dd> +source of the file (list of strings) (ignored) +</dd><dt><i>repeat=</i></dt> +<dd> +flag indicating to repeat message categories (boolean) +</dd><dt><i>select=</i></dt> +<dd> +list of message IDs to check for + (comma separated string) +</dd><dt><i>ignore=</i></dt> +<dd> +list of message IDs to ignore + (comma separated string) +</dd><dt><i>max_line_length=</i></dt> +<dd> +maximum allowed line length (integer) +</dd><dt><i>hang_closing=</i></dt> +<dd> +flag indicating to allow hanging closing + brackets (boolean) +</dd><dt><i>docType=</i></dt> +<dd> +type of the documentation strings + (string, one of 'eric' or 'pep257') +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Fri Oct 04 17:48:17 2013 +0200 @@ -0,0 +1,486 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog</h1> +<p> +Module implementing a dialog to show the results of the code style check. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#CodeStyleCheckerDialog">CodeStyleCheckerDialog</a></td> +<td>Class implementing a dialog to show the results of the code style check.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerReport">CodeStyleCheckerReport</a></td> +<td>Class implementing a special report to be used with our dialog.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="CodeStyleCheckerDialog" ID="CodeStyleCheckerDialog"></a> +<h2>CodeStyleCheckerDialog</h2> +<p> + Class implementing a dialog to show the results of the code style check. +</p> +<h3>Derived from</h3> +QDialog, Ui_CodeStyleCheckerDialog +<h3>Class Attributes</h3> +<table> +<tr><td>codeRole</td></tr><tr><td>filenameRole</td></tr><tr><td>fixableRole</td></tr><tr><td>lineRole</td></tr><tr><td>messageRole</td></tr><tr><td>positionRole</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#CodeStyleCheckerDialog.__init__">CodeStyleCheckerDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__clearErrors">__clearErrors</a></td> +<td>Private method to clear all warning markers of open editors.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__createResultItem">__createResultItem</a></td> +<td>Private method to create an entry in the result list.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__finish">__finish</a></td> +<td>Private slot called when the code style check finished or the user pressed the cancel button.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__getSelectedFixableItems">__getSelectedFixableItems</a></td> +<td>Private method to extract all selected items for fixable issues.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__itemFixable">__itemFixable</a></td> +<td>Private method to check, if an item has a fixable issue.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__modifyFixedResultItem">__modifyFixedResultItem</a></td> +<td>Private method to modify a result list entry to show its positive fixed state.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__resetStatistics">__resetStatistics</a></td> +<td>Private slot to reset the statistics data.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__resort">__resort</a></td> +<td>Private method to resort the tree.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__selectCodes">__selectCodes</a></td> +<td>Private method to select message codes via a selection dialog.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__updateFixerStatistics">__updateFixerStatistics</a></td> +<td>Private method to update the collected fixer related statistics.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.__updateStatistics">__updateStatistics</a></td> +<td>Private method to update the collected statistics.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> +<td>Private slot called by a button of the button box clicked.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked">on_excludeMessagesSelectButton_clicked</a></td> +<td>Private slot to select the message codes to be excluded via a selection dialog.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_fixButton_clicked">on_fixButton_clicked</a></td> +<td>Private slot to fix selected issues.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_fixIssuesSelectButton_clicked">on_fixIssuesSelectButton_clicked</a></td> +<td>Private slot to select the issue codes to be fixed via a selection dialog.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_includeMessagesSelectButton_clicked">on_includeMessagesSelectButton_clicked</a></td> +<td>Private slot to select the message codes to be included via a selection dialog.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_loadDefaultButton_clicked">on_loadDefaultButton_clicked</a></td> +<td>Private slot to load the default configuration values.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_noFixIssuesSelectButton_clicked">on_noFixIssuesSelectButton_clicked</a></td> +<td>Private slot to select the issue codes not to be fixed via a selection dialog.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_resetDefaultButton_clicked">on_resetDefaultButton_clicked</a></td> +<td>Private slot to reset the configuration values to their default values.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> +<td>Private slot to handle the activation of an item.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_resultList_itemSelectionChanged">on_resultList_itemSelectionChanged</a></td> +<td>Private slot to change the dialog state depending on the selection.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_showButton_clicked">on_showButton_clicked</a></td> +<td>Private slot to handle the "Show" button press.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_startButton_clicked">on_startButton_clicked</a></td> +<td>Private slot to start a code style check run.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_statisticsButton_clicked">on_statisticsButton_clicked</a></td> +<td>Private slot to show the statistics dialog.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.on_storeDefaultButton_clicked">on_storeDefaultButton_clicked</a></td> +<td>Private slot to store the current configuration values as default values.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.prepare">prepare</a></td> +<td>Public method to prepare the dialog with a list of filenames.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerDialog.start">start</a></td> +<td>Public slot to start the code style check.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="CodeStyleCheckerDialog.__init__" ID="CodeStyleCheckerDialog.__init__"></a> +<h4>CodeStyleCheckerDialog (Constructor)</h4> +<b>CodeStyleCheckerDialog</b>(<i>parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.__clearErrors" ID="CodeStyleCheckerDialog.__clearErrors"></a> +<h4>CodeStyleCheckerDialog.__clearErrors</h4> +<b>__clearErrors</b>(<i></i>) +<p> + Private method to clear all warning markers of open editors. +</p><a NAME="CodeStyleCheckerDialog.__createResultItem" ID="CodeStyleCheckerDialog.__createResultItem"></a> +<h4>CodeStyleCheckerDialog.__createResultItem</h4> +<b>__createResultItem</b>(<i>file, line, pos, message, fixed, autofixing</i>) +<p> + Private method to create an entry in the result list. +</p><dl> +<dt><i>file</i></dt> +<dd> +file name of the file (string) +</dd><dt><i>line</i></dt> +<dd> +line number of issue (integer or string) +</dd><dt><i>pos</i></dt> +<dd> +character position of issue (integer or string) +</dd><dt><i>message</i></dt> +<dd> +message text (string) +</dd><dt><i>fixed</i></dt> +<dd> +flag indicating a fixed issue (boolean) +</dd><dt><i>autofixing</i></dt> +<dd> +flag indicating, that we are fixing issues + automatically (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the created item (QTreeWidgetItem) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.__finish" ID="CodeStyleCheckerDialog.__finish"></a> +<h4>CodeStyleCheckerDialog.__finish</h4> +<b>__finish</b>(<i></i>) +<p> + Private slot called when the code style check finished or the user + pressed the cancel button. +</p><a NAME="CodeStyleCheckerDialog.__getSelectedFixableItems" ID="CodeStyleCheckerDialog.__getSelectedFixableItems"></a> +<h4>CodeStyleCheckerDialog.__getSelectedFixableItems</h4> +<b>__getSelectedFixableItems</b>(<i></i>) +<p> + Private method to extract all selected items for fixable issues. +</p><dl> +<dt>Returns:</dt> +<dd> +selected items for fixable issues (list of QTreeWidgetItem) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.__itemFixable" ID="CodeStyleCheckerDialog.__itemFixable"></a> +<h4>CodeStyleCheckerDialog.__itemFixable</h4> +<b>__itemFixable</b>(<i>itm</i>) +<p> + Private method to check, if an item has a fixable issue. +</p><dl> +<dt><i>itm</i></dt> +<dd> +item to be checked (QTreeWidgetItem) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating a fixable issue (boolean) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.__modifyFixedResultItem" ID="CodeStyleCheckerDialog.__modifyFixedResultItem"></a> +<h4>CodeStyleCheckerDialog.__modifyFixedResultItem</h4> +<b>__modifyFixedResultItem</b>(<i>itm, text, fixed</i>) +<p> + Private method to modify a result list entry to show its + positive fixed state. +</p><dl> +<dt><i>itm</i></dt> +<dd> +reference to the item to modify (QTreeWidgetItem) +</dd><dt><i>text</i></dt> +<dd> +text to be appended (string) +</dd><dt><i>fixed</i></dt> +<dd> +flag indicating a fixed issue (boolean) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.__resetStatistics" ID="CodeStyleCheckerDialog.__resetStatistics"></a> +<h4>CodeStyleCheckerDialog.__resetStatistics</h4> +<b>__resetStatistics</b>(<i></i>) +<p> + Private slot to reset the statistics data. +</p><a NAME="CodeStyleCheckerDialog.__resort" ID="CodeStyleCheckerDialog.__resort"></a> +<h4>CodeStyleCheckerDialog.__resort</h4> +<b>__resort</b>(<i></i>) +<p> + Private method to resort the tree. +</p><a NAME="CodeStyleCheckerDialog.__selectCodes" ID="CodeStyleCheckerDialog.__selectCodes"></a> +<h4>CodeStyleCheckerDialog.__selectCodes</h4> +<b>__selectCodes</b>(<i>edit, showFixCodes</i>) +<p> + Private method to select message codes via a selection dialog. +</p><dl> +<dt><i>edit</i></dt> +<dd> +reference of the line edit to be populated (QLineEdit) +</dd><dt><i>showFixCodes</i></dt> +<dd> +flag indicating to show a list of fixable + issues (boolean) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.__updateFixerStatistics" ID="CodeStyleCheckerDialog.__updateFixerStatistics"></a> +<h4>CodeStyleCheckerDialog.__updateFixerStatistics</h4> +<b>__updateFixerStatistics</b>(<i>fixer</i>) +<p> + Private method to update the collected fixer related statistics. +</p><dl> +<dt><i>fixer</i></dt> +<dd> +reference to the code style fixer (CodeStyleFixer) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.__updateStatistics" ID="CodeStyleCheckerDialog.__updateStatistics"></a> +<h4>CodeStyleCheckerDialog.__updateStatistics</h4> +<b>__updateStatistics</b>(<i>statistics, fixer</i>) +<p> + Private method to update the collected statistics. +</p><dl> +<dt><i>statistics</i></dt> +<dd> +dictionary of statistical data with + message code as key and message count as value +</dd><dt><i>fixer</i></dt> +<dd> +reference to the code style fixer (CodeStyleFixer) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.on_buttonBox_clicked" ID="CodeStyleCheckerDialog.on_buttonBox_clicked"></a> +<h4>CodeStyleCheckerDialog.on_buttonBox_clicked</h4> +<b>on_buttonBox_clicked</b>(<i>button</i>) +<p> + Private slot called by a button of the button box clicked. +</p><dl> +<dt><i>button</i></dt> +<dd> +button that was clicked (QAbstractButton) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked" ID="CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked</h4> +<b>on_excludeMessagesSelectButton_clicked</b>(<i></i>) +<p> + Private slot to select the message codes to be excluded via a + selection dialog. +</p><a NAME="CodeStyleCheckerDialog.on_fixButton_clicked" ID="CodeStyleCheckerDialog.on_fixButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_fixButton_clicked</h4> +<b>on_fixButton_clicked</b>(<i></i>) +<p> + Private slot to fix selected issues. +</p><a NAME="CodeStyleCheckerDialog.on_fixIssuesSelectButton_clicked" ID="CodeStyleCheckerDialog.on_fixIssuesSelectButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_fixIssuesSelectButton_clicked</h4> +<b>on_fixIssuesSelectButton_clicked</b>(<i></i>) +<p> + Private slot to select the issue codes to be fixed via a + selection dialog. +</p><a NAME="CodeStyleCheckerDialog.on_includeMessagesSelectButton_clicked" ID="CodeStyleCheckerDialog.on_includeMessagesSelectButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_includeMessagesSelectButton_clicked</h4> +<b>on_includeMessagesSelectButton_clicked</b>(<i></i>) +<p> + Private slot to select the message codes to be included via a + selection dialog. +</p><a NAME="CodeStyleCheckerDialog.on_loadDefaultButton_clicked" ID="CodeStyleCheckerDialog.on_loadDefaultButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_loadDefaultButton_clicked</h4> +<b>on_loadDefaultButton_clicked</b>(<i></i>) +<p> + Private slot to load the default configuration values. +</p><a NAME="CodeStyleCheckerDialog.on_noFixIssuesSelectButton_clicked" ID="CodeStyleCheckerDialog.on_noFixIssuesSelectButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_noFixIssuesSelectButton_clicked</h4> +<b>on_noFixIssuesSelectButton_clicked</b>(<i></i>) +<p> + Private slot to select the issue codes not to be fixed via a + selection dialog. +</p><a NAME="CodeStyleCheckerDialog.on_resetDefaultButton_clicked" ID="CodeStyleCheckerDialog.on_resetDefaultButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_resetDefaultButton_clicked</h4> +<b>on_resetDefaultButton_clicked</b>(<i></i>) +<p> + Private slot to reset the configuration values to their default values. +</p><a NAME="CodeStyleCheckerDialog.on_resultList_itemActivated" ID="CodeStyleCheckerDialog.on_resultList_itemActivated"></a> +<h4>CodeStyleCheckerDialog.on_resultList_itemActivated</h4> +<b>on_resultList_itemActivated</b>(<i>item, column</i>) +<p> + Private slot to handle the activation of an item. +</p><dl> +<dt><i>item</i></dt> +<dd> +reference to the activated item (QTreeWidgetItem) +</dd><dt><i>column</i></dt> +<dd> +column the item was activated in (integer) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.on_resultList_itemSelectionChanged" ID="CodeStyleCheckerDialog.on_resultList_itemSelectionChanged"></a> +<h4>CodeStyleCheckerDialog.on_resultList_itemSelectionChanged</h4> +<b>on_resultList_itemSelectionChanged</b>(<i></i>) +<p> + Private slot to change the dialog state depending on the selection. +</p><a NAME="CodeStyleCheckerDialog.on_showButton_clicked" ID="CodeStyleCheckerDialog.on_showButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_showButton_clicked</h4> +<b>on_showButton_clicked</b>(<i></i>) +<p> + Private slot to handle the "Show" button press. +</p><a NAME="CodeStyleCheckerDialog.on_startButton_clicked" ID="CodeStyleCheckerDialog.on_startButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_startButton_clicked</h4> +<b>on_startButton_clicked</b>(<i></i>) +<p> + Private slot to start a code style check run. +</p><a NAME="CodeStyleCheckerDialog.on_statisticsButton_clicked" ID="CodeStyleCheckerDialog.on_statisticsButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_statisticsButton_clicked</h4> +<b>on_statisticsButton_clicked</b>(<i></i>) +<p> + Private slot to show the statistics dialog. +</p><a NAME="CodeStyleCheckerDialog.on_storeDefaultButton_clicked" ID="CodeStyleCheckerDialog.on_storeDefaultButton_clicked"></a> +<h4>CodeStyleCheckerDialog.on_storeDefaultButton_clicked</h4> +<b>on_storeDefaultButton_clicked</b>(<i></i>) +<p> + Private slot to store the current configuration values as + default values. +</p><a NAME="CodeStyleCheckerDialog.prepare" ID="CodeStyleCheckerDialog.prepare"></a> +<h4>CodeStyleCheckerDialog.prepare</h4> +<b>prepare</b>(<i>fileList, project</i>) +<p> + Public method to prepare the dialog with a list of filenames. +</p><dl> +<dt><i>fileList</i></dt> +<dd> +list of filenames (list of strings) +</dd><dt><i>project</i></dt> +<dd> +reference to the project object (Project) +</dd> +</dl><a NAME="CodeStyleCheckerDialog.start" ID="CodeStyleCheckerDialog.start"></a> +<h4>CodeStyleCheckerDialog.start</h4> +<b>start</b>(<i>fn, save=False, repeat=None</i>) +<p> + Public slot to start the code style check. +</p><dl> +<dt><i>fn</i></dt> +<dd> +file or list of files or directory to be checked + (string or list of strings) +</dd><dt><i>save=</i></dt> +<dd> +flag indicating to save the given + file/file list/directory (boolean) +</dd><dt><i>repeat=</i></dt> +<dd> +state of the repeat check box if it is not None + (None or boolean) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="CodeStyleCheckerReport" ID="CodeStyleCheckerReport"></a> +<h2>CodeStyleCheckerReport</h2> +<p> + Class implementing a special report to be used with our dialog. +</p> +<h3>Derived from</h3> +pep8.BaseReport +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#CodeStyleCheckerReport.__init__">CodeStyleCheckerReport</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#CodeStyleCheckerReport.error_args">error_args</a></td> +<td>Public method to collect the error messages.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="CodeStyleCheckerReport.__init__" ID="CodeStyleCheckerReport.__init__"></a> +<h4>CodeStyleCheckerReport (Constructor)</h4> +<b>CodeStyleCheckerReport</b>(<i>options</i>) +<p> + Constructor +</p><dl> +<dt><i>options</i></dt> +<dd> +options for the report (optparse.Values) +</dd> +</dl><a NAME="CodeStyleCheckerReport.error_args" ID="CodeStyleCheckerReport.error_args"></a> +<h4>CodeStyleCheckerReport.error_args</h4> +<b>error_args</b>(<i>line_number, offset, code, check, *args</i>) +<p> + Public method to collect the error messages. +</p><dl> +<dt><i>line_number</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>offset</i></dt> +<dd> +position within line of the issue (integer) +</dd><dt><i>code</i></dt> +<dd> +message code (string) +</dd><dt><i>check</i></dt> +<dd> +reference to the checker function (function) +</dd><dt><i>args</i></dt> +<dd> +arguments for the message (list) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +error code (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html Fri Oct 04 17:48:17 2013 +0200 @@ -0,0 +1,101 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog</h1> +<p> +Module implementing a dialog to select code style message codes. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#CodeStyleCodeSelectionDialog">CodeStyleCodeSelectionDialog</a></td> +<td>Class implementing a dialog to select code style message codes.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="CodeStyleCodeSelectionDialog" ID="CodeStyleCodeSelectionDialog"></a> +<h2>CodeStyleCodeSelectionDialog</h2> +<p> + Class implementing a dialog to select code style message codes. +</p> +<h3>Derived from</h3> +QDialog, Ui_CodeStyleCodeSelectionDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#CodeStyleCodeSelectionDialog.__init__">CodeStyleCodeSelectionDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#CodeStyleCodeSelectionDialog.getSelectedCodes">getSelectedCodes</a></td> +<td>Public method to get a comma separated list of codes selected.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="CodeStyleCodeSelectionDialog.__init__" ID="CodeStyleCodeSelectionDialog.__init__"></a> +<h4>CodeStyleCodeSelectionDialog (Constructor)</h4> +<b>CodeStyleCodeSelectionDialog</b>(<i>codes, showFixCodes, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>codes</i></dt> +<dd> +comma separated list of selected codes (string) +</dd><dt><i>showFixCodes</i></dt> +<dd> +flag indicating to show a list of fixable + issues (boolean) +</dd><dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="CodeStyleCodeSelectionDialog.getSelectedCodes" ID="CodeStyleCodeSelectionDialog.getSelectedCodes"></a> +<h4>CodeStyleCodeSelectionDialog.getSelectedCodes</h4> +<b>getSelectedCodes</b>(<i></i>) +<p> + Public method to get a comma separated list of codes selected. +</p><dl> +<dt>Returns:</dt> +<dd> +comma separated list of selected codes (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html Fri Oct 04 17:48:17 2013 +0200 @@ -0,0 +1,2078 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer</h1> +<p> +Module implementing a class to fix certain code style issues. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>FixableCodeStyleIssues</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#CodeStyleFixer">CodeStyleFixer</a></td> +<td>Class implementing a fixer for certain code style issues.</td> +</tr><tr> +<td><a href="#IndentationWrapper">IndentationWrapper</a></td> +<td>Class used by fixers dealing with indentation.</td> +</tr><tr> +<td><a href="#LineShortener">LineShortener</a></td> +<td>Class used to shorten lines to a given maximum of characters.</td> +</tr><tr> +<td><a href="#Reindenter">Reindenter</a></td> +<td>Class to reindent badly-indented code to uniformly use four-space indentation.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="CodeStyleFixer" ID="CodeStyleFixer"></a> +<h2>CodeStyleFixer</h2> +<p> + Class implementing a fixer for certain code style issues. +</p> +<h3>Derived from</h3> +QObject +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#CodeStyleFixer.__init__">CodeStyleFixer</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__codeMatch">__codeMatch</a></td> +<td>Private method to check, if the code should be fixed.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__findLogical">__findLogical</a></td> +<td>Private method to extract the index of all the starts and ends of lines.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD111">__fixD111</a></td> +<td>Private method to fix docstring enclosed in wrong quotes.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD112">__fixD112</a></td> +<td>Private method to fix docstring 'r' or 'u' in leading quotes.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD121">__fixD121</a></td> +<td>Private method to fix a single line docstring on multiple lines.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD131">__fixD131</a></td> +<td>Private method to fix a docstring summary not ending with a period.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD141">__fixD141</a></td> +<td>Private method to fix a function/method docstring preceded by a blank line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD142">__fixD142</a></td> +<td>Private method to fix a class docstring not preceded by a blank line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD143">__fixD143</a></td> +<td>Private method to fix a class docstring not followed by a blank line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD144">__fixD144</a></td> +<td>Private method to fix a docstring summary not followed by a blank line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD145">__fixD145</a></td> +<td>Private method to fix the last paragraph of a multi-line docstring not followed by a blank line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD221">__fixD221</a></td> +<td>Private method to fix leading and trailing quotes of docstring not on separate lines.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD242">__fixD242</a></td> +<td>Private method to fix a class or function/method docstring preceded by a blank line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD243">__fixD243</a></td> +<td>Private method to fix a class or function/method docstring followed by a blank line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixD247">__fixD247</a></td> +<td>Private method to fix a last paragraph of a docstring followed by a blank line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE101">__fixE101</a></td> +<td>Private method to fix obsolete tab usage and indentation errors.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE121">__fixE121</a></td> +<td>Private method to fix the indentation of continuation lines and closing brackets.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE122">__fixE122</a></td> +<td>Private method to fix a missing indentation of continuation lines.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE123">__fixE123</a></td> +<td>Private method to fix the indentation of a closing bracket lines.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE125">__fixE125</a></td> +<td>Private method to fix the indentation of continuation lines not distinguishable from next logical line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE126">__fixE126</a></td> +<td>Private method to fix over-indented/under-indented hanging indentation.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE127">__fixE127</a></td> +<td>Private method to fix over/under indented lines.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE201">__fixE201</a></td> +<td>Private method to fix extraneous whitespace.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE221">__fixE221</a></td> +<td>Private method to fix extraneous whitespace around operator or keyword.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE231">__fixE231</a></td> +<td>Private method to fix missing whitespace after ',;:'.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE251">__fixE251</a></td> +<td>Private method to fix extraneous whitespace around keyword and default parameter equals.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE261">__fixE261</a></td> +<td>Private method to fix whitespace before or after inline comment.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE301">__fixE301</a></td> +<td>Private method to fix the need for one blank line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE302">__fixE302</a></td> +<td>Private method to fix the need for two blank lines.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE303">__fixE303</a></td> +<td>Private method to fix superfluous blank lines.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE304">__fixE304</a></td> +<td>Private method to fix superfluous blank lines after a function decorator.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE401">__fixE401</a></td> +<td>Private method to fix multiple imports on one line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE501">__fixE501</a></td> +<td>Private method to fix the long lines by breaking them.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE502">__fixE502</a></td> +<td>Private method to fix redundant backslash within brackets.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE701">__fixE701</a></td> +<td>Private method to fix colon-separated compound statements.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE702">__fixE702</a></td> +<td>Private method to fix semicolon-separated compound statements.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixE711">__fixE711</a></td> +<td>Private method to fix comparison with None.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixN804">__fixN804</a></td> +<td>Private method to fix a wrong first argument of normal and class methods.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixN806">__fixN806</a></td> +<td>Private method to fix a wrong first argument of static methods.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixReindent">__fixReindent</a></td> +<td>Private method to fix a badly indented line.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixW291">__fixW291</a></td> +<td>Private method to fix trailing whitespace.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixW292">__fixW292</a></td> +<td>Private method to fix a missing newline at the end of file.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixW391">__fixW391</a></td> +<td>Private method to fix trailing blank lines.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixW603">__fixW603</a></td> +<td>Private method to fix the not equal notation.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__fixWhitespace">__fixWhitespace</a></td> +<td>Private method to correct whitespace at the given offset.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__getEol">__getEol</a></td> +<td>Private method to get the applicable eol string.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__getID">__getID</a></td> +<td>Private method to get the ID for a deferred fix.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__getIndent">__getIndent</a></td> +<td>Private method to get the indentation string.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__getIndentWord">__getIndentWord</a></td> +<td>Private method to determine the indentation type.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__getLogical">__getLogical</a></td> +<td>Private method to get the logical line corresponding to the given position.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.__multilineStringLines">__multilineStringLines</a></td> +<td>Private method to determine the line numbers that are within multi line strings and these which are part of a documentation string.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.finalize">finalize</a></td> +<td>Public method to apply all deferred fixes.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.fixIssue">fixIssue</a></td> +<td>Public method to fix the fixable issues.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.mutualStartswith">mutualStartswith</a></td> +<td>Local helper method to compare the beginnings of two strings against each other.</td> +</tr><tr> +<td><a href="#CodeStyleFixer.saveFile">saveFile</a></td> +<td>Public method to save the modified file.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="CodeStyleFixer.__init__" ID="CodeStyleFixer.__init__"></a> +<h4>CodeStyleFixer (Constructor)</h4> +<b>CodeStyleFixer</b>(<i>project, filename, sourceLines, fixCodes, noFixCodes, maxLineLength, inPlace</i>) +<p> + Constructor +</p><dl> +<dt><i>project</i></dt> +<dd> +reference to the project object (Project) +</dd><dt><i>filename</i></dt> +<dd> +name of the file to be fixed (string) +</dd><dt><i>sourceLines</i></dt> +<dd> +list of source lines including eol marker + (list of string) +</dd><dt><i>fixCodes</i></dt> +<dd> +list of codes to be fixed as a comma separated + string (string) +</dd><dt><i>noFixCodes</i></dt> +<dd> +list of codes not to be fixed as a comma + separated string (string) +</dd><dt><i>maxLineLength</i></dt> +<dd> +maximum allowed line length (integer) +</dd><dt><i>inPlace</i></dt> +<dd> +flag indicating to modify the file in place (boolean) +</dd> +</dl><a NAME="CodeStyleFixer.__codeMatch" ID="CodeStyleFixer.__codeMatch"></a> +<h4>CodeStyleFixer.__codeMatch</h4> +<b>__codeMatch</b>(<i>code</i>) +<p> + Private method to check, if the code should be fixed. +</p><dl> +<dt><i>code</i></dt> +<dd> +to check (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating it should be fixed (boolean) +</dd> +</dl><a NAME="CodeStyleFixer.__findLogical" ID="CodeStyleFixer.__findLogical"></a> +<h4>CodeStyleFixer.__findLogical</h4> +<b>__findLogical</b>(<i></i>) +<p> + Private method to extract the index of all the starts and ends of + lines. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple containing two lists of integer with start and end tuples + of lines +</dd> +</dl><a NAME="CodeStyleFixer.__fixD111" ID="CodeStyleFixer.__fixD111"></a> +<h4>CodeStyleFixer.__fixD111</h4> +<b>__fixD111</b>(<i>code, line, pos</i>) +<p> + Private method to fix docstring enclosed in wrong quotes. +</p><p> + Codes: D111 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD112" ID="CodeStyleFixer.__fixD112"></a> +<h4>CodeStyleFixer.__fixD112</h4> +<b>__fixD112</b>(<i>code, line, pos</i>) +<p> + Private method to fix docstring 'r' or 'u' in leading quotes. +</p><p> + Codes: D112, D113 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD121" ID="CodeStyleFixer.__fixD121"></a> +<h4>CodeStyleFixer.__fixD121</h4> +<b>__fixD121</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a single line docstring on multiple lines. +</p><p> + Codes: D121 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD131" ID="CodeStyleFixer.__fixD131"></a> +<h4>CodeStyleFixer.__fixD131</h4> +<b>__fixD131</b>(<i>code, line, pos</i>) +<p> + Private method to fix a docstring summary not ending with a + period. +</p><p> + Codes: D131 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD141" ID="CodeStyleFixer.__fixD141"></a> +<h4>CodeStyleFixer.__fixD141</h4> +<b>__fixD141</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a function/method docstring preceded by a + blank line. +</p><p> + Codes: D141 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD142" ID="CodeStyleFixer.__fixD142"></a> +<h4>CodeStyleFixer.__fixD142</h4> +<b>__fixD142</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a class docstring not preceded by a + blank line. +</p><p> + Codes: D142 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD143" ID="CodeStyleFixer.__fixD143"></a> +<h4>CodeStyleFixer.__fixD143</h4> +<b>__fixD143</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a class docstring not followed by a + blank line. +</p><p> + Codes: D143 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD144" ID="CodeStyleFixer.__fixD144"></a> +<h4>CodeStyleFixer.__fixD144</h4> +<b>__fixD144</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a docstring summary not followed by a + blank line. +</p><p> + Codes: D144 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD145" ID="CodeStyleFixer.__fixD145"></a> +<h4>CodeStyleFixer.__fixD145</h4> +<b>__fixD145</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix the last paragraph of a multi-line docstring + not followed by a blank line. +</p><p> + Codes: D143 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD221" ID="CodeStyleFixer.__fixD221"></a> +<h4>CodeStyleFixer.__fixD221</h4> +<b>__fixD221</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix leading and trailing quotes of docstring + not on separate lines. +</p><p> + Codes: D221, D222 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD242" ID="CodeStyleFixer.__fixD242"></a> +<h4>CodeStyleFixer.__fixD242</h4> +<b>__fixD242</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a class or function/method docstring preceded + by a blank line. +</p><p> + Codes: D242, D244 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD243" ID="CodeStyleFixer.__fixD243"></a> +<h4>CodeStyleFixer.__fixD243</h4> +<b>__fixD243</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a class or function/method docstring followed + by a blank line. +</p><p> + Codes: D243, D245 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixD247" ID="CodeStyleFixer.__fixD247"></a> +<h4>CodeStyleFixer.__fixD247</h4> +<b>__fixD247</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a last paragraph of a docstring followed + by a blank line. +</p><p> + Codes: D247 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE101" ID="CodeStyleFixer.__fixE101"></a> +<h4>CodeStyleFixer.__fixE101</h4> +<b>__fixE101</b>(<i>code, line, pos</i>) +<p> + Private method to fix obsolete tab usage and indentation errors. +</p><p> + Codes: E101, E111, W191 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE121" ID="CodeStyleFixer.__fixE121"></a> +<h4>CodeStyleFixer.__fixE121</h4> +<b>__fixE121</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix the indentation of continuation lines and + closing brackets. +</p><p> + Codes: E121, E124 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE122" ID="CodeStyleFixer.__fixE122"></a> +<h4>CodeStyleFixer.__fixE122</h4> +<b>__fixE122</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a missing indentation of continuation lines. +</p><p> + Codes: E122 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE123" ID="CodeStyleFixer.__fixE123"></a> +<h4>CodeStyleFixer.__fixE123</h4> +<b>__fixE123</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix the indentation of a closing bracket lines. +</p><p> + Codes: E123 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE125" ID="CodeStyleFixer.__fixE125"></a> +<h4>CodeStyleFixer.__fixE125</h4> +<b>__fixE125</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix the indentation of continuation lines not + distinguishable from next logical line. +</p><p> + Codes: E125 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE126" ID="CodeStyleFixer.__fixE126"></a> +<h4>CodeStyleFixer.__fixE126</h4> +<b>__fixE126</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix over-indented/under-indented hanging + indentation. +</p><p> + Codes: E126, E133 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE127" ID="CodeStyleFixer.__fixE127"></a> +<h4>CodeStyleFixer.__fixE127</h4> +<b>__fixE127</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix over/under indented lines. +</p><p> + Codes: E127, E128 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE201" ID="CodeStyleFixer.__fixE201"></a> +<h4>CodeStyleFixer.__fixE201</h4> +<b>__fixE201</b>(<i>code, line, pos</i>) +<p> + Private method to fix extraneous whitespace. +</p><p> + Codes: E201, E202, E203, E211 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE221" ID="CodeStyleFixer.__fixE221"></a> +<h4>CodeStyleFixer.__fixE221</h4> +<b>__fixE221</b>(<i>code, line, pos</i>) +<p> + Private method to fix extraneous whitespace around operator or + keyword. +</p><p> + Codes: E221, E222, E223, E224, E225, E226, E227, E228, E241, + E242, E271, E272, E273, E274). +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE231" ID="CodeStyleFixer.__fixE231"></a> +<h4>CodeStyleFixer.__fixE231</h4> +<b>__fixE231</b>(<i>code, line, pos</i>) +<p> + Private method to fix missing whitespace after ',;:'. +</p><p> + Codes: E231 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE251" ID="CodeStyleFixer.__fixE251"></a> +<h4>CodeStyleFixer.__fixE251</h4> +<b>__fixE251</b>(<i>code, line, pos</i>) +<p> + Private method to fix extraneous whitespace around keyword and + default parameter equals. +</p><p> + Codes: E251 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE261" ID="CodeStyleFixer.__fixE261"></a> +<h4>CodeStyleFixer.__fixE261</h4> +<b>__fixE261</b>(<i>code, line, pos</i>) +<p> + Private method to fix whitespace before or after inline comment. +</p><p> + Codes: E261, E262 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE301" ID="CodeStyleFixer.__fixE301"></a> +<h4>CodeStyleFixer.__fixE301</h4> +<b>__fixE301</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix the need for one blank line. +</p><p> + Codes: E301 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE302" ID="CodeStyleFixer.__fixE302"></a> +<h4>CodeStyleFixer.__fixE302</h4> +<b>__fixE302</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix the need for two blank lines. +</p><p> + Codes: E302 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE303" ID="CodeStyleFixer.__fixE303"></a> +<h4>CodeStyleFixer.__fixE303</h4> +<b>__fixE303</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix superfluous blank lines. +</p><p> + Codes: E303 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE304" ID="CodeStyleFixer.__fixE304"></a> +<h4>CodeStyleFixer.__fixE304</h4> +<b>__fixE304</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix superfluous blank lines after a function + decorator. +</p><p> + Codes: E304 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE401" ID="CodeStyleFixer.__fixE401"></a> +<h4>CodeStyleFixer.__fixE401</h4> +<b>__fixE401</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix multiple imports on one line. +</p><p> + Codes: E401 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE501" ID="CodeStyleFixer.__fixE501"></a> +<h4>CodeStyleFixer.__fixE501</h4> +<b>__fixE501</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix the long lines by breaking them. +</p><p> + Codes: E501 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE502" ID="CodeStyleFixer.__fixE502"></a> +<h4>CodeStyleFixer.__fixE502</h4> +<b>__fixE502</b>(<i>code, line, pos</i>) +<p> + Private method to fix redundant backslash within brackets. +</p><p> + Codes: E502 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE701" ID="CodeStyleFixer.__fixE701"></a> +<h4>CodeStyleFixer.__fixE701</h4> +<b>__fixE701</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix colon-separated compound statements. +</p><p> + Codes: E701 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE702" ID="CodeStyleFixer.__fixE702"></a> +<h4>CodeStyleFixer.__fixE702</h4> +<b>__fixE702</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix semicolon-separated compound statements. +</p><p> + Codes: E702, E703 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixE711" ID="CodeStyleFixer.__fixE711"></a> +<h4>CodeStyleFixer.__fixE711</h4> +<b>__fixE711</b>(<i>code, line, pos</i>) +<p> + Private method to fix comparison with None. +</p><p> + Codes: E711, E712 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixN804" ID="CodeStyleFixer.__fixN804"></a> +<h4>CodeStyleFixer.__fixN804</h4> +<b>__fixN804</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a wrong first argument of normal and + class methods. +</p><p> + Codes: N804, N805 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixN806" ID="CodeStyleFixer.__fixN806"></a> +<h4>CodeStyleFixer.__fixN806</h4> +<b>__fixN806</b>(<i>code, line, pos, apply=False</i>) +<p> + Private method to fix a wrong first argument of static methods. +</p><p> + Codes: N806 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>apply=</i></dt> +<dd> +flag indicating, that the fix should be applied + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixReindent" ID="CodeStyleFixer.__fixReindent"></a> +<h4>CodeStyleFixer.__fixReindent</h4> +<b>__fixReindent</b>(<i>line, pos, logical</i>) +<p> + Private method to fix a badly indented line. +</p><p> + This is done by adding or removing from its initial indent only. +</p><dl> +<dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd><dt><i>logical</i></dt> +<dd> +logical line structure +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating a change was done (boolean) +</dd> +</dl><a NAME="CodeStyleFixer.__fixW291" ID="CodeStyleFixer.__fixW291"></a> +<h4>CodeStyleFixer.__fixW291</h4> +<b>__fixW291</b>(<i>code, line, pos</i>) +<p> + Private method to fix trailing whitespace. +</p><p> + Codes: W291, W293 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixW292" ID="CodeStyleFixer.__fixW292"></a> +<h4>CodeStyleFixer.__fixW292</h4> +<b>__fixW292</b>(<i>code, line, pos</i>) +<p> + Private method to fix a missing newline at the end of file. +</p><p> + Codes: W292 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixW391" ID="CodeStyleFixer.__fixW391"></a> +<h4>CodeStyleFixer.__fixW391</h4> +<b>__fixW391</b>(<i>code, line, pos</i>) +<p> + Private method to fix trailing blank lines. +</p><p> + Codes: W391 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixW603" ID="CodeStyleFixer.__fixW603"></a> +<h4>CodeStyleFixer.__fixW603</h4> +<b>__fixW603</b>(<i>code, line, pos</i>) +<p> + Private method to fix the not equal notation. +</p><p> + Codes: W603 +</p><dl> +<dt><i>code</i></dt> +<dd> +code of the issue (string) +</dd><dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__fixWhitespace" ID="CodeStyleFixer.__fixWhitespace"></a> +<h4>CodeStyleFixer.__fixWhitespace</h4> +<b>__fixWhitespace</b>(<i>line, offset, replacement</i>) +<p> + Private method to correct whitespace at the given offset. +</p><dl> +<dt><i>line</i></dt> +<dd> +line to be corrected (string) +</dd><dt><i>offset</i></dt> +<dd> +offset within line (integer) +</dd><dt><i>replacement</i></dt> +<dd> +replacement string (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +corrected line +</dd> +</dl><a NAME="CodeStyleFixer.__getEol" ID="CodeStyleFixer.__getEol"></a> +<h4>CodeStyleFixer.__getEol</h4> +<b>__getEol</b>(<i></i>) +<p> + Private method to get the applicable eol string. +</p><dl> +<dt>Returns:</dt> +<dd> +eol string (string) +</dd> +</dl><a NAME="CodeStyleFixer.__getID" ID="CodeStyleFixer.__getID"></a> +<h4>CodeStyleFixer.__getID</h4> +<b>__getID</b>(<i></i>) +<p> + Private method to get the ID for a deferred fix. +</p><dl> +<dt>Returns:</dt> +<dd> +ID for a deferred fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.__getIndent" ID="CodeStyleFixer.__getIndent"></a> +<h4>CodeStyleFixer.__getIndent</h4> +<b>__getIndent</b>(<i>line</i>) +<p> + Private method to get the indentation string. +</p><dl> +<dt><i>line</i></dt> +<dd> +line to determine the indentation string from (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +indentation string (string) +</dd> +</dl><a NAME="CodeStyleFixer.__getIndentWord" ID="CodeStyleFixer.__getIndentWord"></a> +<h4>CodeStyleFixer.__getIndentWord</h4> +<b>__getIndentWord</b>(<i></i>) +<p> + Private method to determine the indentation type. +</p><dl> +<dt>Returns:</dt> +<dd> +string to be used for an indentation (string) +</dd> +</dl><a NAME="CodeStyleFixer.__getLogical" ID="CodeStyleFixer.__getLogical"></a> +<h4>CodeStyleFixer.__getLogical</h4> +<b>__getLogical</b>(<i>line, pos</i>) +<p> + Private method to get the logical line corresponding to the given + position. +</p><dl> +<dt><i>line</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +position inside line (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple of a tuple of two integers giving the start of the + logical line, another tuple of two integers giving the end + of the logical line and a list of strings with the original + source lines +</dd> +</dl><a NAME="CodeStyleFixer.__multilineStringLines" ID="CodeStyleFixer.__multilineStringLines"></a> +<h4>CodeStyleFixer.__multilineStringLines</h4> +<b>__multilineStringLines</b>(<i></i>) +<p> + Private method to determine the line numbers that are within multi line + strings and these which are part of a documentation string. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple of a set of line numbers belonging to a multi line + string and a set of line numbers belonging to a multi line + documentation string (tuple of two set of integer) +</dd> +</dl><a NAME="CodeStyleFixer.finalize" ID="CodeStyleFixer.finalize"></a> +<h4>CodeStyleFixer.finalize</h4> +<b>finalize</b>(<i></i>) +<p> + Public method to apply all deferred fixes. +</p><dl> +<dt>Returns:</dt> +<dd> +dictionary containing the fix results +</dd> +</dl><a NAME="CodeStyleFixer.fixIssue" ID="CodeStyleFixer.fixIssue"></a> +<h4>CodeStyleFixer.fixIssue</h4> +<b>fixIssue</b>(<i>line, pos, message</i>) +<p> + Public method to fix the fixable issues. +</p><dl> +<dt><i>line</i></dt> +<dd> +line number of issue (integer) +</dd><dt><i>pos</i></dt> +<dd> +character position of issue (integer) +</dd><dt><i>message</i></dt> +<dd> +message text (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +value indicating an applied/deferred fix (-1, 0, 1), + a message for the fix (string) and an ID for a deferred + fix (integer) +</dd> +</dl><a NAME="CodeStyleFixer.mutualStartswith" ID="CodeStyleFixer.mutualStartswith"></a> +<h4>CodeStyleFixer.mutualStartswith</h4> +<b>mutualStartswith</b>(<i>b</i>) +<p> + Local helper method to compare the beginnings of two strings + against each other. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating that one string starts with the other + (boolean) +</dd> +</dl><a NAME="CodeStyleFixer.saveFile" ID="CodeStyleFixer.saveFile"></a> +<h4>CodeStyleFixer.saveFile</h4> +<b>saveFile</b>(<i>encoding</i>) +<p> + Public method to save the modified file. +</p><dl> +<dt><i>encoding</i></dt> +<dd> +encoding of the source file (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating success (boolean) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="IndentationWrapper" ID="IndentationWrapper"></a> +<h2>IndentationWrapper</h2> +<p> + Class used by fixers dealing with indentation. +</p><p> + Each instance operates on a single logical line. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>SKIP_TOKENS</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#IndentationWrapper.__init__">IndentationWrapper</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#IndentationWrapper.__buildTokensLogical">__buildTokensLogical</a></td> +<td>Private method to build a logical line from a list of tokens.</td> +</tr><tr> +<td><a href="#IndentationWrapper.pep8Expected">pep8Expected</a></td> +<td>Public method to replicate logic in pep8.py, to know what level to indent things to.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="IndentationWrapper.__init__" ID="IndentationWrapper.__init__"></a> +<h4>IndentationWrapper (Constructor)</h4> +<b>IndentationWrapper</b>(<i>physical_lines</i>) +<p> + Constructor +</p><dl> +<dt><i>physical_lines</i></dt> +<dd> +list of physical lines to operate on + (list of strings) +</dd> +</dl><a NAME="IndentationWrapper.__buildTokensLogical" ID="IndentationWrapper.__buildTokensLogical"></a> +<h4>IndentationWrapper.__buildTokensLogical</h4> +<b>__buildTokensLogical</b>(<i>tokens</i>) +<p> + Private method to build a logical line from a list of tokens. +</p><dl> +<dt><i>tokens</i></dt> +<dd> +list of tokens as generated by tokenize.generate_tokens +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +logical line (string) +</dd> +</dl><a NAME="IndentationWrapper.pep8Expected" ID="IndentationWrapper.pep8Expected"></a> +<h4>IndentationWrapper.pep8Expected</h4> +<b>pep8Expected</b>(<i></i>) +<p> + Public method to replicate logic in pep8.py, to know what level to + indent things to. +</p><dl> +<dt>Returns:</dt> +<dd> +list of lists, where each list represents valid indent levels + for the line in question, relative from the initial indent. However, + the first entry is the indent level which was expected. +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="LineShortener" ID="LineShortener"></a> +<h2>LineShortener</h2> +<p> + Class used to shorten lines to a given maximum of characters. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#LineShortener.__init__">LineShortener</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#LineShortener.__breakMultiline">__breakMultiline</a></td> +<td>Private method to break multi line strings.</td> +</tr><tr> +<td><a href="#LineShortener.__checkSyntax">__checkSyntax</a></td> +<td>Private method to check the syntax of the given code fragment.</td> +</tr><tr> +<td><a href="#LineShortener.__countUnbalancedBrackets">__countUnbalancedBrackets</a></td> +<td>Private method to determine the number of unmatched open/close brackets.</td> +</tr><tr> +<td><a href="#LineShortener.__getIndent">__getIndent</a></td> +<td>Private method to get the indentation string.</td> +</tr><tr> +<td><a href="#LineShortener.__isProbablyInsideStringOrComment">__isProbablyInsideStringOrComment</a></td> +<td>Private method to check, if the given string might be inside a string or comment.</td> +</tr><tr> +<td><a href="#LineShortener.__lineShorteningRank">__lineShorteningRank</a></td> +<td>Private method to rank a candidate.</td> +</tr><tr> +<td><a href="#LineShortener.__normalizeMultiline">__normalizeMultiline</a></td> +<td>Private method to remove multiline-related code that will cause syntax error.</td> +</tr><tr> +<td><a href="#LineShortener.__shortenComment">__shortenComment</a></td> +<td>Private method to shorten a comment line.</td> +</tr><tr> +<td><a href="#LineShortener.__shortenLine">__shortenLine</a></td> +<td>Private method to shorten a line of code at an operator.</td> +</tr><tr> +<td><a href="#LineShortener.shorten">shorten</a></td> +<td>Public method to shorten the line wrapped by the class instance.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="LineShortener.__init__" ID="LineShortener.__init__"></a> +<h4>LineShortener (Constructor)</h4> +<b>LineShortener</b>(<i>curLine, prevLine, nextLine, maxLength=79, eol="\n", indentWord=" ", isDocString=False</i>) +<p> + Constructor +</p><dl> +<dt><i>curLine</i></dt> +<dd> +text to work on (string) +</dd><dt><i>prevLine</i></dt> +<dd> +line before the text to work on (string) +</dd><dt><i>nextLine</i></dt> +<dd> +line after the text to work on (string) +</dd><dt><i>maxLength=</i></dt> +<dd> +maximum allowed line length (integer) +</dd><dt><i>eol=</i></dt> +<dd> +eond-of-line marker (string) +</dd><dt><i>indentWord=</i></dt> +<dd> +string used for indentation (string) +</dd><dt><i>isDocString=</i></dt> +<dd> +flag indicating that the line belongs to + a documentation string (boolean) +</dd> +</dl><a NAME="LineShortener.__breakMultiline" ID="LineShortener.__breakMultiline"></a> +<h4>LineShortener.__breakMultiline</h4> +<b>__breakMultiline</b>(<i></i>) +<p> + Private method to break multi line strings. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple of the shortened line and the changed next line + (string, string) +</dd> +</dl><a NAME="LineShortener.__checkSyntax" ID="LineShortener.__checkSyntax"></a> +<h4>LineShortener.__checkSyntax</h4> +<b>__checkSyntax</b>(<i>code</i>) +<p> + Private method to check the syntax of the given code fragment. +</p><dl> +<dt><i>code</i></dt> +<dd> +code fragment to check (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating syntax is ok (boolean) +</dd> +</dl><a NAME="LineShortener.__countUnbalancedBrackets" ID="LineShortener.__countUnbalancedBrackets"></a> +<h4>LineShortener.__countUnbalancedBrackets</h4> +<b>__countUnbalancedBrackets</b>(<i>line</i>) +<p> + Private method to determine the number of unmatched open/close + brackets. +</p><dl> +<dt><i>line</i></dt> +<dd> +line to work at (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +number of unmatched open/close brackets (integer) +</dd> +</dl><a NAME="LineShortener.__getIndent" ID="LineShortener.__getIndent"></a> +<h4>LineShortener.__getIndent</h4> +<b>__getIndent</b>(<i>line</i>) +<p> + Private method to get the indentation string. +</p><dl> +<dt><i>line</i></dt> +<dd> +line to determine the indentation string from (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +indentation string (string) +</dd> +</dl><a NAME="LineShortener.__isProbablyInsideStringOrComment" ID="LineShortener.__isProbablyInsideStringOrComment"></a> +<h4>LineShortener.__isProbablyInsideStringOrComment</h4> +<b>__isProbablyInsideStringOrComment</b>(<i>line, index</i>) +<p> + Private method to check, if the given string might be inside a string + or comment. +</p><dl> +<dt><i>line</i></dt> +<dd> +line to check (string) +</dd><dt><i>index</i></dt> +<dd> +position inside line to check (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating the possibility of being inside a string + or comment +</dd> +</dl><a NAME="LineShortener.__lineShorteningRank" ID="LineShortener.__lineShorteningRank"></a> +<h4>LineShortener.__lineShorteningRank</h4> +<b>__lineShorteningRank</b>(<i>candidate</i>) +<p> + Private method to rank a candidate. +</p><dl> +<dt><i>candidate</i></dt> +<dd> +candidate line to rank (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +rank of the candidate (integer) +</dd> +</dl><a NAME="LineShortener.__normalizeMultiline" ID="LineShortener.__normalizeMultiline"></a> +<h4>LineShortener.__normalizeMultiline</h4> +<b>__normalizeMultiline</b>(<i>text</i>) +<p> + Private method to remove multiline-related code that will cause syntax + error. +</p><dl> +<dt><i>text</i></dt> +<dd> +code line to work on (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +normalized code line (string) +</dd> +</dl><a NAME="LineShortener.__shortenComment" ID="LineShortener.__shortenComment"></a> +<h4>LineShortener.__shortenComment</h4> +<b>__shortenComment</b>(<i>isLast</i>) +<p> + Private method to shorten a comment line. +</p><dl> +<dt><i>isLast</i></dt> +<dd> +flag indicating, that the line is the last comment line + (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +shortened comment line (string) +</dd> +</dl><a NAME="LineShortener.__shortenLine" ID="LineShortener.__shortenLine"></a> +<h4>LineShortener.__shortenLine</h4> +<b>__shortenLine</b>(<i>tokens, source, indent</i>) +<p> + Private method to shorten a line of code at an operator. +</p><dl> +<dt><i>tokens</i></dt> +<dd> +tokens of the line as generated by tokenize + (list of token) +</dd><dt><i>source</i></dt> +<dd> +code string to work at (string) +</dd><dt><i>indent</i></dt> +<dd> +indentation string of the code line (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +list of candidates (list of string) +</dd> +</dl><a NAME="LineShortener.shorten" ID="LineShortener.shorten"></a> +<h4>LineShortener.shorten</h4> +<b>shorten</b>(<i></i>) +<p> + Public method to shorten the line wrapped by the class instance. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple of a flag indicating successful shortening, the + shortened line and the changed next line (boolean, string, string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="Reindenter" ID="Reindenter"></a> +<h2>Reindenter</h2> +<p> + Class to reindent badly-indented code to uniformly use four-space + indentation. +</p><p> + Released to the public domain, by Tim Peters, 03 October 2000. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#Reindenter.__init__">Reindenter</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#Reindenter.__genStats">__genStats</a></td> +<td>Private method to generate the re-indent statistics.</td> +</tr><tr> +<td><a href="#Reindenter.__getlspace">__getlspace</a></td> +<td>Private method to count number of leading blanks.</td> +</tr><tr> +<td><a href="#Reindenter.fixedLine">fixedLine</a></td> +<td>Public method to get a fixed line.</td> +</tr><tr> +<td><a href="#Reindenter.getline">getline</a></td> +<td>Public method to get a line of text for tokenize.</td> +</tr><tr> +<td><a href="#Reindenter.run">run</a></td> +<td>Public method to run the re-indenter.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="Reindenter.__init__" ID="Reindenter.__init__"></a> +<h4>Reindenter (Constructor)</h4> +<b>Reindenter</b>(<i>sourceLines</i>) +<p> + Constructor +</p><dl> +<dt><i>sourceLines</i></dt> +<dd> +list of source lines including eol marker + (list of string) +</dd> +</dl><a NAME="Reindenter.__genStats" ID="Reindenter.__genStats"></a> +<h4>Reindenter.__genStats</h4> +<b>__genStats</b>(<i>tokens</i>) +<p> + Private method to generate the re-indent statistics. +</p><dl> +<dt><i>tokens</i></dt> +<dd> +tokens generator (tokenize._tokenize) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the generated statistics +</dd> +</dl><a NAME="Reindenter.__getlspace" ID="Reindenter.__getlspace"></a> +<h4>Reindenter.__getlspace</h4> +<b>__getlspace</b>(<i>line</i>) +<p> + Private method to count number of leading blanks. +</p><dl> +<dt><i>line</i></dt> +<dd> +line to check (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +number of leading blanks (integer) +</dd> +</dl><a NAME="Reindenter.fixedLine" ID="Reindenter.fixedLine"></a> +<h4>Reindenter.fixedLine</h4> +<b>fixedLine</b>(<i>line</i>) +<p> + Public method to get a fixed line. +</p><dl> +<dt><i>line</i></dt> +<dd> +number of the line to retrieve (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +fixed line (string) +</dd> +</dl><a NAME="Reindenter.getline" ID="Reindenter.getline"></a> +<h4>Reindenter.getline</h4> +<b>getline</b>(<i></i>) +<p> + Public method to get a line of text for tokenize. +</p><dl> +<dt>Returns:</dt> +<dd> +line of text (string) +</dd> +</dl><a NAME="Reindenter.run" ID="Reindenter.run"></a> +<h4>Reindenter.run</h4> +<b>run</b>(<i></i>) +<p> + Public method to run the re-indenter. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating that a change was done (boolean) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html Fri Oct 04 17:48:17 2013 +0200 @@ -0,0 +1,105 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog</h1> +<p> +Module implementing a dialog showing statistical data for the last code +style checker run. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#CodeStyleStatisticsDialog">CodeStyleStatisticsDialog</a></td> +<td>Class implementing a dialog showing statistical data for the last code style checker run.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="CodeStyleStatisticsDialog" ID="CodeStyleStatisticsDialog"></a> +<h2>CodeStyleStatisticsDialog</h2> +<p> + Class implementing a dialog showing statistical data for the last + code style checker run. +</p> +<h3>Derived from</h3> +QDialog, Ui_CodeStyleStatisticsDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#CodeStyleStatisticsDialog.__init__">CodeStyleStatisticsDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#CodeStyleStatisticsDialog.__createItem">__createItem</a></td> +<td>Private method to create an entry in the result list.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="CodeStyleStatisticsDialog.__init__" ID="CodeStyleStatisticsDialog.__init__"></a> +<h4>CodeStyleStatisticsDialog (Constructor)</h4> +<b>CodeStyleStatisticsDialog</b>(<i>statistics, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>statistics</i></dt> +<dd> +dictionary with the statistical data +</dd><dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="CodeStyleStatisticsDialog.__createItem" ID="CodeStyleStatisticsDialog.__createItem"></a> +<h4>CodeStyleStatisticsDialog.__createItem</h4> +<b>__createItem</b>(<i>count, code, message</i>) +<p> + Private method to create an entry in the result list. +</p><dl> +<dt><i>count</i></dt> +<dd> +occurrences of the issue (integer) +</dd><dt><i>code</i></dt> +<dd> +of a code style issue message (string) +</dd><dt><i>message</i></dt> +<dd> +code style issue message to be shown (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html Fri Oct 04 17:48:17 2013 +0200 @@ -0,0 +1,918 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker</h1> +<p> +Module implementing a checker for documentation string conventions. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#DocStyleChecker">DocStyleChecker</a></td> +<td>Class implementing a checker for documentation string conventions.</td> +</tr><tr> +<td><a href="#DocStyleContext">DocStyleContext</a></td> +<td>Class implementing the source context.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="DocStyleChecker" ID="DocStyleChecker"></a> +<h2>DocStyleChecker</h2> +<p> + Class implementing a checker for documentation string conventions. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>Codes</td></tr><tr><td>Messages</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr> +<td><a href="#DocStyleChecker.getMessage">getMessage</a></td> +<td>Class method to get a translated and formatted message for a given code.</td> +</tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#DocStyleChecker.__init__">DocStyleChecker</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkBackslashes">__checkBackslashes</a></td> +<td>Private method to check, that all docstrings containing backslashes are surrounded by raw triple double quotes.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkBlankAfterLastParagraph">__checkBlankAfterLastParagraph</a></td> +<td>Private method to check, that the last paragraph of docstrings is followed by a blank line.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkBlankAfterSummary">__checkBlankAfterSummary</a></td> +<td>Private method to check, that docstring summaries are followed by a blank line.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkBlankBeforeAndAfterClass">__checkBlankBeforeAndAfterClass</a></td> +<td>Private method to check, that class docstrings have one blank line around them.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkClassDocstring">__checkClassDocstring</a></td> +<td>Private method to check, that all public functions and methods have a docstring.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkEndsWithPeriod">__checkEndsWithPeriod</a></td> +<td>Private method to check, that docstring summaries end with a period.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkEricBlankAfterSummary">__checkEricBlankAfterSummary</a></td> +<td>Private method to check, that docstring summaries are followed by a blank line.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkEricEndsWithPeriod">__checkEricEndsWithPeriod</a></td> +<td>Private method to check, that docstring summaries end with a period.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkEricException">__checkEricException</a></td> +<td>Private method to check, that docstrings contain an @exception line if they raise an exception and don't otherwise.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkEricFunctionArguments">__checkEricFunctionArguments</a></td> +<td>Private method to check, that docstrings contain an @param and/or @keyparam line for each argument.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkEricNBlankAfterLastParagraph">__checkEricNBlankAfterLastParagraph</a></td> +<td>Private method to check, that the last paragraph of docstrings is not followed by a blank line.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction">__checkEricNoBlankBeforeAndAfterClassOrFunction</a></td> +<td>Private method to check, that class and function/method docstrings have no blank line around them.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkEricQuotesOnSeparateLines">__checkEricQuotesOnSeparateLines</a></td> +<td>Private method to check, that leading and trailing quotes are on a line by themselves.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkEricReturn">__checkEricReturn</a></td> +<td>Private method to check, that docstrings contain an @return line if they return anything and don't otherwise.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkFunctionDocstring">__checkFunctionDocstring</a></td> +<td>Private method to check, that all public functions and methods have a docstring.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkImperativeMood">__checkImperativeMood</a></td> +<td>Private method to check, that docstring summaries are in imperative mood.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkIndent">__checkIndent</a></td> +<td>Private method to check, that docstrings are properly indented.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkModulesDocstrings">__checkModulesDocstrings</a></td> +<td>Private method to check, if the module has a docstring.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkNoBlankLineBefore">__checkNoBlankLineBefore</a></td> +<td>Private method to check, that function/method docstrings are not preceded by a blank line.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkNoSignature">__checkNoSignature</a></td> +<td>Private method to check, that docstring summaries don't repeat the function's signature.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkOneLiner">__checkOneLiner</a></td> +<td>Private method to check, that one-liner docstrings fit on one line with quotes.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkReturnType">__checkReturnType</a></td> +<td>Private method to check, that docstrings mention the return value type.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkTripleDoubleQuotes">__checkTripleDoubleQuotes</a></td> +<td>Private method to check, that all docstrings are surrounded by triple double quotes.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__checkUnicode">__checkUnicode</a></td> +<td>Private method to check, that all docstrings containing unicode characters are surrounded by unicode triple double quotes.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__error">__error</a></td> +<td>Private method to record an issue.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__getArgNames">__getArgNames</a></td> +<td></td> +</tr><tr> +<td><a href="#DocStyleChecker.__getSummaryLine">__getSummaryLine</a></td> +<td>Private method to extract the summary line.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__getSummaryLines">__getSummaryLines</a></td> +<td>Private method to extract the summary lines.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__ignoreCode">__ignoreCode</a></td> +<td>Private method to check if the error code should be ignored.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__parseClasses">__parseClasses</a></td> +<td>Private method to extract top-level classes.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__parseContexts">__parseContexts</a></td> +<td>Private method to extract a context from the source.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__parseDocstring">__parseDocstring</a></td> +<td>Private method to extract a docstring given `def` or `class` source.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__parseFunctions">__parseFunctions</a></td> +<td>Private method to extract top-level functions.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__parseMethods">__parseMethods</a></td> +<td>Private method to extract methods of all classes.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__parseModuleDocstring">__parseModuleDocstring</a></td> +<td>Private method to extract a docstring given a module source.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__parseTopLevel">__parseTopLevel</a></td> +<td>Private method to extract top-level functions or classes.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__readline">__readline</a></td> +<td>Private method to get the next line from the source.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__resetReadline">__resetReadline</a></td> +<td>Private method to reset the internal readline function.</td> +</tr><tr> +<td><a href="#DocStyleChecker.__skipIndentedBlock">__skipIndentedBlock</a></td> +<td>Private method to skip over an indented block of source code.</td> +</tr><tr> +<td><a href="#DocStyleChecker.run">run</a></td> +<td>Public method to check the given source for violations of doc string conventions.</td> +</tr><tr> +<td><a href="#DocStyleChecker.unpackArgs">unpackArgs</a></td> +<td>Local helper function to unpack function argument names.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="DocStyleChecker.getMessage" ID="DocStyleChecker.getMessage"></a> +<h4>DocStyleChecker.getMessage (class method)</h4> +<b>getMessage</b>(<i>code, *args</i>) +<p> + Class method to get a translated and formatted message for a + given code. +</p><dl> +<dt><i>code</i></dt> +<dd> +message code (string) +</dd><dt><i>args</i></dt> +<dd> +arguments for a formatted message (list) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +translated and formatted message (string) +</dd> +</dl><a NAME="DocStyleChecker.__init__" ID="DocStyleChecker.__init__"></a> +<h4>DocStyleChecker (Constructor)</h4> +<b>DocStyleChecker</b>(<i>source, filename, select, ignore, expected, repeat, maxLineLength=79, docType="pep257"</i>) +<p> + Constructor +</p><dl> +<dt><i>source</i></dt> +<dd> +source code to be checked (list of string) +</dd><dt><i>filename</i></dt> +<dd> +name of the source file (string) +</dd><dt><i>select</i></dt> +<dd> +list of selected codes (list of string) +</dd><dt><i>ignore</i></dt> +<dd> +list of codes to be ignored (list of string) +</dd><dt><i>expected</i></dt> +<dd> +list of expected codes (list of string) +</dd><dt><i>repeat</i></dt> +<dd> +flag indicating to report each occurrence of a code + (boolean) +</dd><dt><i>maxLineLength=</i></dt> +<dd> +allowed line length (integer) +</dd><dt><i>docType=</i></dt> +<dd> +type of the documentation strings + (string, one of 'eric' or 'pep257') +</dd> +</dl><a NAME="DocStyleChecker.__checkBackslashes" ID="DocStyleChecker.__checkBackslashes"></a> +<h4>DocStyleChecker.__checkBackslashes</h4> +<b>__checkBackslashes</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that all docstrings containing + backslashes are surrounded by raw triple double quotes. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkBlankAfterLastParagraph" ID="DocStyleChecker.__checkBlankAfterLastParagraph"></a> +<h4>DocStyleChecker.__checkBlankAfterLastParagraph</h4> +<b>__checkBlankAfterLastParagraph</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that the last paragraph of docstrings is + followed by a blank line. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkBlankAfterSummary" ID="DocStyleChecker.__checkBlankAfterSummary"></a> +<h4>DocStyleChecker.__checkBlankAfterSummary</h4> +<b>__checkBlankAfterSummary</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstring summaries are followed + by a blank line. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkBlankBeforeAndAfterClass" ID="DocStyleChecker.__checkBlankBeforeAndAfterClass"></a> +<h4>DocStyleChecker.__checkBlankBeforeAndAfterClass</h4> +<b>__checkBlankBeforeAndAfterClass</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that class docstrings have one + blank line around them. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkClassDocstring" ID="DocStyleChecker.__checkClassDocstring"></a> +<h4>DocStyleChecker.__checkClassDocstring</h4> +<b>__checkClassDocstring</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that all public functions and methods + have a docstring. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkEndsWithPeriod" ID="DocStyleChecker.__checkEndsWithPeriod"></a> +<h4>DocStyleChecker.__checkEndsWithPeriod</h4> +<b>__checkEndsWithPeriod</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstring summaries end with a period. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkEricBlankAfterSummary" ID="DocStyleChecker.__checkEricBlankAfterSummary"></a> +<h4>DocStyleChecker.__checkEricBlankAfterSummary</h4> +<b>__checkEricBlankAfterSummary</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstring summaries are followed + by a blank line. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkEricEndsWithPeriod" ID="DocStyleChecker.__checkEricEndsWithPeriod"></a> +<h4>DocStyleChecker.__checkEricEndsWithPeriod</h4> +<b>__checkEricEndsWithPeriod</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstring summaries end with a period. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkEricException" ID="DocStyleChecker.__checkEricException"></a> +<h4>DocStyleChecker.__checkEricException</h4> +<b>__checkEricException</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstrings contain an @exception line + if they raise an exception and don't otherwise. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkEricFunctionArguments" ID="DocStyleChecker.__checkEricFunctionArguments"></a> +<h4>DocStyleChecker.__checkEricFunctionArguments</h4> +<b>__checkEricFunctionArguments</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstrings contain an @param and/or + @keyparam line for each argument. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkEricNBlankAfterLastParagraph" ID="DocStyleChecker.__checkEricNBlankAfterLastParagraph"></a> +<h4>DocStyleChecker.__checkEricNBlankAfterLastParagraph</h4> +<b>__checkEricNBlankAfterLastParagraph</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that the last paragraph of docstrings is + not followed by a blank line. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction" ID="DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction"></a> +<h4>DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction</h4> +<b>__checkEricNoBlankBeforeAndAfterClassOrFunction</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that class and function/method docstrings + have no blank line around them. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkEricQuotesOnSeparateLines" ID="DocStyleChecker.__checkEricQuotesOnSeparateLines"></a> +<h4>DocStyleChecker.__checkEricQuotesOnSeparateLines</h4> +<b>__checkEricQuotesOnSeparateLines</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that leading and trailing quotes are on + a line by themselves. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkEricReturn" ID="DocStyleChecker.__checkEricReturn"></a> +<h4>DocStyleChecker.__checkEricReturn</h4> +<b>__checkEricReturn</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstrings contain an @return line + if they return anything and don't otherwise. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkFunctionDocstring" ID="DocStyleChecker.__checkFunctionDocstring"></a> +<h4>DocStyleChecker.__checkFunctionDocstring</h4> +<b>__checkFunctionDocstring</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that all public functions and methods + have a docstring. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkImperativeMood" ID="DocStyleChecker.__checkImperativeMood"></a> +<h4>DocStyleChecker.__checkImperativeMood</h4> +<b>__checkImperativeMood</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstring summaries are in + imperative mood. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkIndent" ID="DocStyleChecker.__checkIndent"></a> +<h4>DocStyleChecker.__checkIndent</h4> +<b>__checkIndent</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstrings are properly indented. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkModulesDocstrings" ID="DocStyleChecker.__checkModulesDocstrings"></a> +<h4>DocStyleChecker.__checkModulesDocstrings</h4> +<b>__checkModulesDocstrings</b>(<i>docstringContext, context</i>) +<p> + Private method to check, if the module has a docstring. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkNoBlankLineBefore" ID="DocStyleChecker.__checkNoBlankLineBefore"></a> +<h4>DocStyleChecker.__checkNoBlankLineBefore</h4> +<b>__checkNoBlankLineBefore</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that function/method docstrings are not + preceded by a blank line. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkNoSignature" ID="DocStyleChecker.__checkNoSignature"></a> +<h4>DocStyleChecker.__checkNoSignature</h4> +<b>__checkNoSignature</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstring summaries don't repeat + the function's signature. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkOneLiner" ID="DocStyleChecker.__checkOneLiner"></a> +<h4>DocStyleChecker.__checkOneLiner</h4> +<b>__checkOneLiner</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that one-liner docstrings fit on + one line with quotes. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkReturnType" ID="DocStyleChecker.__checkReturnType"></a> +<h4>DocStyleChecker.__checkReturnType</h4> +<b>__checkReturnType</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that docstrings mention the return value type. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkTripleDoubleQuotes" ID="DocStyleChecker.__checkTripleDoubleQuotes"></a> +<h4>DocStyleChecker.__checkTripleDoubleQuotes</h4> +<b>__checkTripleDoubleQuotes</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that all docstrings are surrounded + by triple double quotes. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__checkUnicode" ID="DocStyleChecker.__checkUnicode"></a> +<h4>DocStyleChecker.__checkUnicode</h4> +<b>__checkUnicode</b>(<i>docstringContext, context</i>) +<p> + Private method to check, that all docstrings containing unicode + characters are surrounded by unicode triple double quotes. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd><dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__error" ID="DocStyleChecker.__error"></a> +<h4>DocStyleChecker.__error</h4> +<b>__error</b>(<i>lineNumber, offset, code, *args</i>) +<p> + Private method to record an issue. +</p><dl> +<dt><i>lineNumber</i></dt> +<dd> +line number of the issue (integer) +</dd><dt><i>offset</i></dt> +<dd> +position within line of the issue (integer) +</dd><dt><i>code</i></dt> +<dd> +message code (string) +</dd><dt><i>args</i></dt> +<dd> +arguments for the message (list) +</dd> +</dl><a NAME="DocStyleChecker.__getArgNames" ID="DocStyleChecker.__getArgNames"></a> +<h4>DocStyleChecker.__getArgNames</h4> +<b>__getArgNames</b>(<i>node</i>) +<a NAME="DocStyleChecker.__getSummaryLine" ID="DocStyleChecker.__getSummaryLine"></a> +<h4>DocStyleChecker.__getSummaryLine</h4> +<b>__getSummaryLine</b>(<i>docstringContext</i>) +<p> + Private method to extract the summary line. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +summary line (string) and the line it was found on (integer) +</dd> +</dl><a NAME="DocStyleChecker.__getSummaryLines" ID="DocStyleChecker.__getSummaryLines"></a> +<h4>DocStyleChecker.__getSummaryLines</h4> +<b>__getSummaryLines</b>(<i>docstringContext</i>) +<p> + Private method to extract the summary lines. +</p><dl> +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +summary lines (list of string) and the line it was found on + (integer) +</dd> +</dl><a NAME="DocStyleChecker.__ignoreCode" ID="DocStyleChecker.__ignoreCode"></a> +<h4>DocStyleChecker.__ignoreCode</h4> +<b>__ignoreCode</b>(<i>code</i>) +<p> + Private method to check if the error code should be ignored. +</p><dl> +<dt><i>code</i></dt> +<dd> +message code to check for (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating to ignore the given code (boolean) +</dd> +</dl><a NAME="DocStyleChecker.__parseClasses" ID="DocStyleChecker.__parseClasses"></a> +<h4>DocStyleChecker.__parseClasses</h4> +<b>__parseClasses</b>(<i></i>) +<p> + Private method to extract top-level classes. +</p><dl> +<dt>Returns:</dt> +<dd> +extracted class contexts (list of DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__parseContexts" ID="DocStyleChecker.__parseContexts"></a> +<h4>DocStyleChecker.__parseContexts</h4> +<b>__parseContexts</b>(<i>kind</i>) +<p> + Private method to extract a context from the source. +</p><dl> +<dt><i>kind</i></dt> +<dd> +kind of context to extract (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +requested contexts (list of DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__parseDocstring" ID="DocStyleChecker.__parseDocstring"></a> +<h4>DocStyleChecker.__parseDocstring</h4> +<b>__parseDocstring</b>(<i>context, what=''</i>) +<p> + Private method to extract a docstring given `def` or `class` source. +</p><dl> +<dt><i>context</i></dt> +<dd> +context data to get the docstring from (DocStyleContext) +</dd><dt><i>what</i></dt> +<dd> +string denoting what is being parsed (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +context of extracted docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__parseFunctions" ID="DocStyleChecker.__parseFunctions"></a> +<h4>DocStyleChecker.__parseFunctions</h4> +<b>__parseFunctions</b>(<i></i>) +<p> + Private method to extract top-level functions. +</p><dl> +<dt>Returns:</dt> +<dd> +extracted function contexts (list of DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__parseMethods" ID="DocStyleChecker.__parseMethods"></a> +<h4>DocStyleChecker.__parseMethods</h4> +<b>__parseMethods</b>(<i></i>) +<p> + Private method to extract methods of all classes. +</p><dl> +<dt>Returns:</dt> +<dd> +extracted method contexts (list of DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__parseModuleDocstring" ID="DocStyleChecker.__parseModuleDocstring"></a> +<h4>DocStyleChecker.__parseModuleDocstring</h4> +<b>__parseModuleDocstring</b>(<i>source</i>) +<p> + Private method to extract a docstring given a module source. +</p><dl> +<dt><i>source</i></dt> +<dd> +source to parse (list of string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +context of extracted docstring (DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__parseTopLevel" ID="DocStyleChecker.__parseTopLevel"></a> +<h4>DocStyleChecker.__parseTopLevel</h4> +<b>__parseTopLevel</b>(<i>keyword</i>) +<p> + Private method to extract top-level functions or classes. +</p><dl> +<dt><i>keyword</i></dt> +<dd> +keyword signaling what to extract (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +extracted function or class contexts (list of DocStyleContext) +</dd> +</dl><a NAME="DocStyleChecker.__readline" ID="DocStyleChecker.__readline"></a> +<h4>DocStyleChecker.__readline</h4> +<b>__readline</b>(<i></i>) +<p> + Private method to get the next line from the source. +</p><dl> +<dt>Returns:</dt> +<dd> +next line of source (string) +</dd> +</dl><a NAME="DocStyleChecker.__resetReadline" ID="DocStyleChecker.__resetReadline"></a> +<h4>DocStyleChecker.__resetReadline</h4> +<b>__resetReadline</b>(<i></i>) +<p> + Private method to reset the internal readline function. +</p><a NAME="DocStyleChecker.__skipIndentedBlock" ID="DocStyleChecker.__skipIndentedBlock"></a> +<h4>DocStyleChecker.__skipIndentedBlock</h4> +<b>__skipIndentedBlock</b>(<i>tokenGenerator</i>) +<p> + Private method to skip over an indented block of source code. +</p><dl> +<dt><i>tokenGenerator</i></dt> +<dd> +token generator +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +last token of the indented block +</dd> +</dl><a NAME="DocStyleChecker.run" ID="DocStyleChecker.run"></a> +<h4>DocStyleChecker.run</h4> +<b>run</b>(<i></i>) +<p> + Public method to check the given source for violations of doc string + conventions. +</p><a NAME="DocStyleChecker.unpackArgs" ID="DocStyleChecker.unpackArgs"></a> +<h4>DocStyleChecker.unpackArgs</h4> +<b>unpackArgs</b>(<i></i>) +<p> + Local helper function to unpack function argument names. +</p><dl> +<dt><i>args</i></dt> +<dd> +list of AST node arguments +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +list of argument names (list of string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="DocStyleContext" ID="DocStyleContext"></a> +<h2>DocStyleContext</h2> +<p> + Class implementing the source context. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#DocStyleContext.__init__">DocStyleContext</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#DocStyleContext.contextType">contextType</a></td> +<td>Public method to get the context type.</td> +</tr><tr> +<td><a href="#DocStyleContext.end">end</a></td> +<td>Public method to get the end line number.</td> +</tr><tr> +<td><a href="#DocStyleContext.indent">indent</a></td> +<td>Public method to get the indentation of the first line.</td> +</tr><tr> +<td><a href="#DocStyleContext.source">source</a></td> +<td>Public method to get the source.</td> +</tr><tr> +<td><a href="#DocStyleContext.ssource">ssource</a></td> +<td>Public method to get the joined source lines.</td> +</tr><tr> +<td><a href="#DocStyleContext.start">start</a></td> +<td>Public method to get the start line number.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="DocStyleContext.__init__" ID="DocStyleContext.__init__"></a> +<h4>DocStyleContext (Constructor)</h4> +<b>DocStyleContext</b>(<i>source, startLine, contextType</i>) +<p> + Constructor +</p><dl> +<dt><i>source</i></dt> +<dd> +source code of the context (list of string or string) +</dd><dt><i>startLine</i></dt> +<dd> +line number the context starts in the source (integer) +</dd><dt><i>contextType</i></dt> +<dd> +type of the context object (string) +</dd> +</dl><a NAME="DocStyleContext.contextType" ID="DocStyleContext.contextType"></a> +<h4>DocStyleContext.contextType</h4> +<b>contextType</b>(<i></i>) +<p> + Public method to get the context type. +</p><dl> +<dt>Returns:</dt> +<dd> +context type (string) +</dd> +</dl><a NAME="DocStyleContext.end" ID="DocStyleContext.end"></a> +<h4>DocStyleContext.end</h4> +<b>end</b>(<i></i>) +<p> + Public method to get the end line number. +</p><dl> +<dt>Returns:</dt> +<dd> +end line number (integer) +</dd> +</dl><a NAME="DocStyleContext.indent" ID="DocStyleContext.indent"></a> +<h4>DocStyleContext.indent</h4> +<b>indent</b>(<i></i>) +<p> + Public method to get the indentation of the first line. +</p><dl> +<dt>Returns:</dt> +<dd> +indentation string (string) +</dd> +</dl><a NAME="DocStyleContext.source" ID="DocStyleContext.source"></a> +<h4>DocStyleContext.source</h4> +<b>source</b>(<i></i>) +<p> + Public method to get the source. +</p><dl> +<dt>Returns:</dt> +<dd> +source (list of string) +</dd> +</dl><a NAME="DocStyleContext.ssource" ID="DocStyleContext.ssource"></a> +<h4>DocStyleContext.ssource</h4> +<b>ssource</b>(<i></i>) +<p> + Public method to get the joined source lines. +</p><dl> +<dt>Returns:</dt> +<dd> +source (string) +</dd> +</dl><a NAME="DocStyleContext.start" ID="DocStyleContext.start"></a> +<h4>DocStyleContext.start</h4> +<b>start</b>(<i></i>) +<p> + Public method to get the start line number. +</p><dl> +<dt>Returns:</dt> +<dd> +start line number (integer) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html Fri Oct 04 17:48:17 2013 +0200 @@ -0,0 +1,421 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker</h1> +<p> +Module implementing a checker for naming conventions. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#NamingStyleChecker">NamingStyleChecker</a></td> +<td>Class implementing a checker for naming conventions.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="NamingStyleChecker" ID="NamingStyleChecker"></a> +<h2>NamingStyleChecker</h2> +<p> + Class implementing a checker for naming conventions. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>CamelcaseRegexp</td></tr><tr><td>Codes</td></tr><tr><td>LowercaseRegex</td></tr><tr><td>Messages</td></tr><tr><td>MixedcaseRegexp</td></tr><tr><td>UppercaseRegexp</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr> +<td><a href="#NamingStyleChecker.getMessage">getMessage</a></td> +<td>Class method to get a translated and formatted message for a given code.</td> +</tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#NamingStyleChecker.__init__">NamingStyleChecker</a></td> +<td>Constructor (according to 'extended' pep8.py API)</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__checkClassName">__checkClassName</a></td> +<td>Private class to check the given node for class name conventions (N801).</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__checkFunctionArgumentNames">__checkFunctionArgumentNames</a></td> +<td>Private class to check the argument names of functions (N803, N804, N805, N806).</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__checkFuntionName">__checkFuntionName</a></td> +<td>Private class to check the given node for function name conventions (N802).</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__checkImportAs">__checkImportAs</a></td> +<td>Private method to check that imports don't change the naming convention (N811, N812, N813, N814).</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__checkModule">__checkModule</a></td> +<td>Private method to check module naming conventions (N807, N808).</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__checkNameToBeAvoided">__checkNameToBeAvoided</a></td> +<td>Private class to check the given node for a name to be avoided (N831).</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__checkVariablesInFunction">__checkVariablesInFunction</a></td> +<td>Private method to check local variables in functions (N821).</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__error">__error</a></td> +<td>Private method to build the error information.</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__findGlobalDefs">__findGlobalDefs</a></td> +<td>Private method amend a node with global definitions information.</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__getArgNames">__getArgNames</a></td> +<td>Private method to get the argument names of a function node.</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__isNameToBeAvoided">__isNameToBeAvoided</a></td> +<td>Private method to check, if the given name should be avoided.</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__tagClassFunctions">__tagClassFunctions</a></td> +<td>Private method to tag functions if they are methods, class methods or static methods.</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__visitNode">__visitNode</a></td> +<td>Private method to inspect the given AST node.</td> +</tr><tr> +<td><a href="#NamingStyleChecker.__visitTree">__visitTree</a></td> +<td>Private method to scan the given AST tree.</td> +</tr><tr> +<td><a href="#NamingStyleChecker.run">run</a></td> +<td>Public method run by the pep8.py checker.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="NamingStyleChecker.getMessage" ID="NamingStyleChecker.getMessage"></a> +<h4>NamingStyleChecker.getMessage (class method)</h4> +<b>getMessage</b>(<i>code, *args</i>) +<p> + Class method to get a translated and formatted message for a + given code. +</p><dl> +<dt><i>code</i></dt> +<dd> +message code (string) +</dd><dt><i>args</i></dt> +<dd> +arguments for a formatted message (list) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +translated and formatted message (string) +</dd> +</dl><a NAME="NamingStyleChecker.__init__" ID="NamingStyleChecker.__init__"></a> +<h4>NamingStyleChecker (Constructor)</h4> +<b>NamingStyleChecker</b>(<i>tree, filename, options</i>) +<p> + Constructor (according to 'extended' pep8.py API) +</p><dl> +<dt><i>tree</i></dt> +<dd> +AST tree of the source file +</dd><dt><i>filename</i></dt> +<dd> +name of the source file (string) +</dd><dt><i>options</i></dt> +<dd> +options as parsed by pep8.StyleGuide +</dd> +</dl><a NAME="NamingStyleChecker.__checkClassName" ID="NamingStyleChecker.__checkClassName"></a> +<h4>NamingStyleChecker.__checkClassName</h4> +<b>__checkClassName</b>(<i>node, parents</i>) +<p> + Private class to check the given node for class name + conventions (N801). +</p><p> + Almost without exception, class names use the CapWords convention. + Classes for internal use have a leading underscore in addition. +</p><dl> +<dt><i>node</i></dt> +<dd> +AST note to check +</dd><dt><i>parents</i></dt> +<dd> +list of parent nodes +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line and error code + (integer, integer, string) +</dd> +</dl><a NAME="NamingStyleChecker.__checkFunctionArgumentNames" ID="NamingStyleChecker.__checkFunctionArgumentNames"></a> +<h4>NamingStyleChecker.__checkFunctionArgumentNames</h4> +<b>__checkFunctionArgumentNames</b>(<i>node, parents</i>) +<p> + Private class to check the argument names of functions + (N803, N804, N805, N806). +</p><p> + The argument names of a function should be lowercase, with words + separated by underscores. A class method should have 'cls' as the + first argument. A method should have 'self' as the first argument. +</p><dl> +<dt><i>node</i></dt> +<dd> +AST note to check +</dd><dt><i>parents</i></dt> +<dd> +list of parent nodes +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line and error code + (integer, integer, string) +</dd> +</dl><a NAME="NamingStyleChecker.__checkFuntionName" ID="NamingStyleChecker.__checkFuntionName"></a> +<h4>NamingStyleChecker.__checkFuntionName</h4> +<b>__checkFuntionName</b>(<i>node, parents</i>) +<p> + Private class to check the given node for function name + conventions (N802). +</p><p> + Function names should be lowercase, with words separated by underscores + as necessary to improve readability. Functions <b>not</b> being + methods '__' in front and back are not allowed. Mixed case is allowed + only in contexts where that's already the prevailing style + (e.g. threading.py), to retain backwards compatibility. +</p><dl> +<dt><i>node</i></dt> +<dd> +AST note to check +</dd><dt><i>parents</i></dt> +<dd> +list of parent nodes +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line and error code + (integer, integer, string) +</dd> +</dl><a NAME="NamingStyleChecker.__checkImportAs" ID="NamingStyleChecker.__checkImportAs"></a> +<h4>NamingStyleChecker.__checkImportAs</h4> +<b>__checkImportAs</b>(<i>node, parents</i>) +<p> + Private method to check that imports don't change the + naming convention (N811, N812, N813, N814). +</p><dl> +<dt><i>node</i></dt> +<dd> +AST note to check +</dd><dt><i>parents</i></dt> +<dd> +list of parent nodes +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line and error code + (integer, integer, string) +</dd> +</dl><a NAME="NamingStyleChecker.__checkModule" ID="NamingStyleChecker.__checkModule"></a> +<h4>NamingStyleChecker.__checkModule</h4> +<b>__checkModule</b>(<i>node, parents</i>) +<p> + Private method to check module naming conventions (N807, N808). +</p><p> + Module and package names should be lowercase. +</p><dl> +<dt><i>node</i></dt> +<dd> +AST note to check +</dd><dt><i>parents</i></dt> +<dd> +list of parent nodes +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line and error code + (integer, integer, string) +</dd> +</dl><a NAME="NamingStyleChecker.__checkNameToBeAvoided" ID="NamingStyleChecker.__checkNameToBeAvoided"></a> +<h4>NamingStyleChecker.__checkNameToBeAvoided</h4> +<b>__checkNameToBeAvoided</b>(<i>node, parents</i>) +<p> + Private class to check the given node for a name to be avoided (N831). +</p><dl> +<dt><i>node</i></dt> +<dd> +AST note to check +</dd><dt><i>parents</i></dt> +<dd> +list of parent nodes +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line and error code + (integer, integer, string) +</dd> +</dl><a NAME="NamingStyleChecker.__checkVariablesInFunction" ID="NamingStyleChecker.__checkVariablesInFunction"></a> +<h4>NamingStyleChecker.__checkVariablesInFunction</h4> +<b>__checkVariablesInFunction</b>(<i>node, parents</i>) +<p> + Private method to check local variables in functions (N821). +</p><p> + Local variables in functions should be lowercase. +</p><dl> +<dt><i>node</i></dt> +<dd> +AST note to check +</dd><dt><i>parents</i></dt> +<dd> +list of parent nodes +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line and error code + (integer, integer, string) +</dd> +</dl><a NAME="NamingStyleChecker.__error" ID="NamingStyleChecker.__error"></a> +<h4>NamingStyleChecker.__error</h4> +<b>__error</b>(<i>node, code</i>) +<p> + Private method to build the error information. +</p><dl> +<dt><i>node</i></dt> +<dd> +AST node to report an error for +</dd><dt><i>code</i></dt> +<dd> +error code to report (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line and error code + (integer, integer, string) +</dd> +</dl><a NAME="NamingStyleChecker.__findGlobalDefs" ID="NamingStyleChecker.__findGlobalDefs"></a> +<h4>NamingStyleChecker.__findGlobalDefs</h4> +<b>__findGlobalDefs</b>(<i>functionNode</i>) +<p> + Private method amend a node with global definitions information. +</p><dl> +<dt><i>functionNode</i></dt> +<dd> +AST tree node to amend +</dd> +</dl><a NAME="NamingStyleChecker.__getArgNames" ID="NamingStyleChecker.__getArgNames"></a> +<h4>NamingStyleChecker.__getArgNames</h4> +<b>__getArgNames</b>(<i>node</i>) +<p> + Private method to get the argument names of a function node. +</p><dl> +<dt><i>node</i></dt> +<dd> +AST node to extract arguments names from +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +list of argument names (list of string) +</dd> +</dl><a NAME="NamingStyleChecker.__isNameToBeAvoided" ID="NamingStyleChecker.__isNameToBeAvoided"></a> +<h4>NamingStyleChecker.__isNameToBeAvoided</h4> +<b>__isNameToBeAvoided</b>(<i>name</i>) +<p> + Private method to check, if the given name should be avoided. +</p><dl> +<dt><i>name</i></dt> +<dd> +name to be checked (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating to avoid it (boolen) +</dd> +</dl><a NAME="NamingStyleChecker.__tagClassFunctions" ID="NamingStyleChecker.__tagClassFunctions"></a> +<h4>NamingStyleChecker.__tagClassFunctions</h4> +<b>__tagClassFunctions</b>(<i>classNode</i>) +<p> + Private method to tag functions if they are methods, class methods or + static methods. +</p><dl> +<dt><i>classNode</i></dt> +<dd> +AST tree node to tag +</dd> +</dl><a NAME="NamingStyleChecker.__visitNode" ID="NamingStyleChecker.__visitNode"></a> +<h4>NamingStyleChecker.__visitNode</h4> +<b>__visitNode</b>(<i>node</i>) +<p> + Private method to inspect the given AST node. +</p><dl> +<dt><i>node</i></dt> +<dd> +AST tree node to inspect +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line, code and + checker function +</dd> +</dl><a NAME="NamingStyleChecker.__visitTree" ID="NamingStyleChecker.__visitTree"></a> +<h4>NamingStyleChecker.__visitTree</h4> +<b>__visitTree</b>(<i>node</i>) +<p> + Private method to scan the given AST tree. +</p><dl> +<dt><i>node</i></dt> +<dd> +AST tree node to scan +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line, code and + checker function +</dd> +</dl><a NAME="NamingStyleChecker.run" ID="NamingStyleChecker.run"></a> +<h4>NamingStyleChecker.run</h4> +<b>run</b>(<i></i>) +<p> + Public method run by the pep8.py checker. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple giving line number, offset within line, code and + checker function +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html Fri Oct 04 17:48:17 2013 +0200 @@ -0,0 +1,1282 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8</h1> + +<h3>Global Attributes</h3> +<table> +<tr><td>ARITHMETIC_OP</td></tr><tr><td>BENCHMARK_KEYS</td></tr><tr><td>COMMENT_WITH_NL</td></tr><tr><td>COMPARE_SINGLETON_REGEX</td></tr><tr><td>COMPARE_TYPE_REGEX</td></tr><tr><td>DEFAULT_EXCLUDE</td></tr><tr><td>DEFAULT_IGNORE</td></tr><tr><td>DOCSTRING_REGEX</td></tr><tr><td>ERRORCODE_REGEX</td></tr><tr><td>EXTRANEOUS_WHITESPACE_REGEX</td></tr><tr><td>HUNK_REGEX</td></tr><tr><td>INDENT_REGEX</td></tr><tr><td>KEYWORDS</td></tr><tr><td>KEYWORD_REGEX</td></tr><tr><td>LAMBDA_REGEX</td></tr><tr><td>MAX_LINE_LENGTH</td></tr><tr><td>OPERATOR_REGEX</td></tr><tr><td>PROJECT_CONFIG</td></tr><tr><td>PyCF_ONLY_AST</td></tr><tr><td>RAISE_COMMA_REGEX</td></tr><tr><td>REPORT_FORMAT</td></tr><tr><td>RERAISE_COMMA_REGEX</td></tr><tr><td>SINGLETONS</td></tr><tr><td>SKIP_TOKENS</td></tr><tr><td>TESTSUITE_PATH</td></tr><tr><td>UNARY_OPERATORS</td></tr><tr><td>WHITESPACE</td></tr><tr><td>WHITESPACE_AFTER_COMMA_REGEX</td></tr><tr><td>WS_NEEDED_OPERATORS</td></tr><tr><td>WS_OPTIONAL_OPERATORS</td></tr><tr><td>__version__</td></tr><tr><td>_checks</td></tr><tr><td>noqa</td></tr><tr><td>pep8_messages</td></tr><tr><td>pep8_messages_sample_args</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#BaseReport">BaseReport</a></td> +<td>Collect the results of the checks.</td> +</tr><tr> +<td><a href="#Checker">Checker</a></td> +<td>Load a Python source file, tokenize it, check coding style.</td> +</tr><tr> +<td><a href="#DiffReport">DiffReport</a></td> +<td>Collect and print the results for the changed lines only.</td> +</tr><tr> +<td><a href="#FileReport">FileReport</a></td> +<td>Collect the results of the checks and print only the filenames.</td> +</tr><tr> +<td><a href="#StandardReport">StandardReport</a></td> +<td>Collect and print the results of the checks.</td> +</tr><tr> +<td><a href="#StyleGuide">StyleGuide</a></td> +<td>Initialize a PEP-8 instance with few options.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr> +<td><a href="#_add_check">_add_check</a></td> +<td></td> +</tr><tr> +<td><a href="#_main">_main</a></td> +<td>Parse options and run checks on Python source.</td> +</tr><tr> +<td><a href="#blank_lines">blank_lines</a></td> +<td>Separate top-level function and class definitions with two blank lines.</td> +</tr><tr> +<td><a href="#comparison_to_singleton">comparison_to_singleton</a></td> +<td>Comparisons to singletons like None should always be done with "is" or "is not", never the equality operators.</td> +</tr><tr> +<td><a href="#comparison_type">comparison_type</a></td> +<td>Object type comparisons should always use isinstance() instead of comparing types directly.</td> +</tr><tr> +<td><a href="#compound_statements">compound_statements</a></td> +<td>Compound statements (multiple statements on the same line) are generally discouraged.</td> +</tr><tr> +<td><a href="#continued_indentation">continued_indentation</a></td> +<td>Continuation lines should align wrapped elements either vertically using Python's implicit line joining inside parentheses, brackets and braces, or using a hanging indent.</td> +</tr><tr> +<td><a href="#expand_indent">expand_indent</a></td> +<td>Return the amount of indentation.</td> +</tr><tr> +<td><a href="#explicit_line_join">explicit_line_join</a></td> +<td>Avoid explicit line join between brackets.</td> +</tr><tr> +<td><a href="#extraneous_whitespace">extraneous_whitespace</a></td> +<td>Avoid extraneous whitespace in the following situations:</td> +</tr><tr> +<td><a href="#filename_match">filename_match</a></td> +<td>Check if patterns contains a pattern that matches filename.</td> +</tr><tr> +<td><a href="#getMessage">getMessage</a></td> +<td>Function to get a translated and formatted message for a given code.</td> +</tr><tr> +<td><a href="#get_parser">get_parser</a></td> +<td></td> +</tr><tr> +<td><a href="#imports_on_separate_lines">imports_on_separate_lines</a></td> +<td>Imports should usually be on separate lines.</td> +</tr><tr> +<td><a href="#indentation">indentation</a></td> +<td>Use 4 spaces per indentation level.</td> +</tr><tr> +<td><a href="#init_checks_registry">init_checks_registry</a></td> +<td>Register all globally visible functions where the first argument name is 'physical_line' or 'logical_line'.</td> +</tr><tr> +<td><a href="#maximum_line_length">maximum_line_length</a></td> +<td>Limit all lines to a maximum of 79 characters.</td> +</tr><tr> +<td><a href="#missing_newline">missing_newline</a></td> +<td>JCR: The last line should have a newline.</td> +</tr><tr> +<td><a href="#missing_whitespace">missing_whitespace</a></td> +<td>JCR: Each comma, semicolon or colon should be followed by whitespace.</td> +</tr><tr> +<td><a href="#missing_whitespace_around_operator">missing_whitespace_around_operator</a></td> +<td>- Always surround these binary operators with a single space on either side: assignment (=), augmented assignment (+=, -= etc.), comparisons (==, <, >, !=, <>, <=, >=, in, not in, is, is not), Booleans (and, or, not).</td> +</tr><tr> +<td><a href="#mute_string">mute_string</a></td> +<td>Replace contents with 'xxx' to prevent syntax matching.</td> +</tr><tr> +<td><a href="#parse_udiff">parse_udiff</a></td> +<td>Return a dictionary of matching lines.</td> +</tr><tr> +<td><a href="#process_options">process_options</a></td> +<td>Process options passed either via arglist or via command line args.</td> +</tr><tr> +<td><a href="#python_3000_backticks">python_3000_backticks</a></td> +<td>Backticks are removed in Python 3.</td> +</tr><tr> +<td><a href="#python_3000_has_key">python_3000_has_key</a></td> +<td>The {}.has_key() method is removed in the Python 3.</td> +</tr><tr> +<td><a href="#python_3000_not_equal">python_3000_not_equal</a></td> +<td>!= can also be written <>, but this is an obsolete usage kept for backwards compatibility only.</td> +</tr><tr> +<td><a href="#python_3000_raise_comma">python_3000_raise_comma</a></td> +<td>When raising an exception, use "raise ValueError('message')" instead of the older form "raise ValueError, 'message'".</td> +</tr><tr> +<td><a href="#read_config">read_config</a></td> +<td>Read both user configuration and local configuration.</td> +</tr><tr> +<td><a href="#readlines">readlines</a></td> +<td></td> +</tr><tr> +<td><a href="#readlines_1">readlines</a></td> +<td></td> +</tr><tr> +<td><a href="#register_check">register_check</a></td> +<td>Register a new check object.</td> +</tr><tr> +<td><a href="#stdin_get_value">stdin_get_value</a></td> +<td></td> +</tr><tr> +<td><a href="#tabs_obsolete">tabs_obsolete</a></td> +<td>For new projects, spaces-only are strongly recommended over tabs.</td> +</tr><tr> +<td><a href="#tabs_or_spaces">tabs_or_spaces</a></td> +<td>Never mix tabs and spaces.</td> +</tr><tr> +<td><a href="#trailing_blank_lines">trailing_blank_lines</a></td> +<td>JCR: Trailing blank lines are superfluous.</td> +</tr><tr> +<td><a href="#trailing_whitespace">trailing_whitespace</a></td> +<td>JCR: Trailing whitespace is superfluous.</td> +</tr><tr> +<td><a href="#whitespace_around_comma">whitespace_around_comma</a></td> +<td>Avoid extraneous whitespace in the following situations:</td> +</tr><tr> +<td><a href="#whitespace_around_keywords">whitespace_around_keywords</a></td> +<td>Avoid extraneous whitespace around keywords.</td> +</tr><tr> +<td><a href="#whitespace_around_named_parameter_equals">whitespace_around_named_parameter_equals</a></td> +<td>Don't use spaces around the '=' sign when used to indicate a keyword argument or a default parameter value.</td> +</tr><tr> +<td><a href="#whitespace_around_operator">whitespace_around_operator</a></td> +<td>Avoid extraneous whitespace in the following situations:</td> +</tr><tr> +<td><a href="#whitespace_before_inline_comment">whitespace_before_inline_comment</a></td> +<td>Separate inline comments by at least two spaces.</td> +</tr><tr> +<td><a href="#whitespace_before_parameters">whitespace_before_parameters</a></td> +<td>Avoid extraneous whitespace in the following situations:</td> +</tr> +</table> +<hr /><hr /> +<a NAME="BaseReport" ID="BaseReport"></a> +<h2>BaseReport</h2> +<p> +Collect the results of the checks. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>print_filename</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#BaseReport.__init__">BaseReport</a></td> +<td></td> +</tr><tr> +<td><a href="#BaseReport.error">error</a></td> +<td>Report an error, according to options.</td> +</tr><tr> +<td><a href="#BaseReport.error_args">error_args</a></td> +<td>Report an error, according to options.</td> +</tr><tr> +<td><a href="#BaseReport.get_count">get_count</a></td> +<td>Return the total count of errors and warnings.</td> +</tr><tr> +<td><a href="#BaseReport.get_file_results">get_file_results</a></td> +<td>Return the count of errors and warnings for this file.</td> +</tr><tr> +<td><a href="#BaseReport.get_statistics">get_statistics</a></td> +<td>Get statistics for message codes that start with the prefix.</td> +</tr><tr> +<td><a href="#BaseReport.increment_logical_line">increment_logical_line</a></td> +<td>Signal a new logical line.</td> +</tr><tr> +<td><a href="#BaseReport.init_file">init_file</a></td> +<td>Signal a new file.</td> +</tr><tr> +<td><a href="#BaseReport.print_benchmark">print_benchmark</a></td> +<td>Print benchmark numbers.</td> +</tr><tr> +<td><a href="#BaseReport.print_statistics">print_statistics</a></td> +<td>Print overall statistics (number of errors and warnings).</td> +</tr><tr> +<td><a href="#BaseReport.start">start</a></td> +<td>Start the timer.</td> +</tr><tr> +<td><a href="#BaseReport.stop">stop</a></td> +<td>Stop the timer.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="BaseReport.__init__" ID="BaseReport.__init__"></a> +<h4>BaseReport (Constructor)</h4> +<b>BaseReport</b>(<i>options</i>) +<a NAME="BaseReport.error" ID="BaseReport.error"></a> +<h4>BaseReport.error</h4> +<b>error</b>(<i>line_number, offset, text, check</i>) +<p> +Report an error, according to options. +</p><a NAME="BaseReport.error_args" ID="BaseReport.error_args"></a> +<h4>BaseReport.error_args</h4> +<b>error_args</b>(<i>line_number, offset, code, check, *args</i>) +<p> +Report an error, according to options. +</p><a NAME="BaseReport.get_count" ID="BaseReport.get_count"></a> +<h4>BaseReport.get_count</h4> +<b>get_count</b>(<i>prefix=''</i>) +<p> +Return the total count of errors and warnings. +</p><a NAME="BaseReport.get_file_results" ID="BaseReport.get_file_results"></a> +<h4>BaseReport.get_file_results</h4> +<b>get_file_results</b>(<i></i>) +<p> +Return the count of errors and warnings for this file. +</p><a NAME="BaseReport.get_statistics" ID="BaseReport.get_statistics"></a> +<h4>BaseReport.get_statistics</h4> +<b>get_statistics</b>(<i>prefix=''</i>) +<p> + Get statistics for message codes that start with the prefix. +</p><p> + prefix='' matches all errors and warnings + prefix='E' matches all errors + prefix='W' matches all warnings + prefix='E4' matches all errors that have to do with imports +</p><a NAME="BaseReport.increment_logical_line" ID="BaseReport.increment_logical_line"></a> +<h4>BaseReport.increment_logical_line</h4> +<b>increment_logical_line</b>(<i></i>) +<p> +Signal a new logical line. +</p><a NAME="BaseReport.init_file" ID="BaseReport.init_file"></a> +<h4>BaseReport.init_file</h4> +<b>init_file</b>(<i>filename, lines, expected, line_offset</i>) +<p> +Signal a new file. +</p><a NAME="BaseReport.print_benchmark" ID="BaseReport.print_benchmark"></a> +<h4>BaseReport.print_benchmark</h4> +<b>print_benchmark</b>(<i></i>) +<p> +Print benchmark numbers. +</p><a NAME="BaseReport.print_statistics" ID="BaseReport.print_statistics"></a> +<h4>BaseReport.print_statistics</h4> +<b>print_statistics</b>(<i>prefix=''</i>) +<p> +Print overall statistics (number of errors and warnings). +</p><a NAME="BaseReport.start" ID="BaseReport.start"></a> +<h4>BaseReport.start</h4> +<b>start</b>(<i></i>) +<p> +Start the timer. +</p><a NAME="BaseReport.stop" ID="BaseReport.stop"></a> +<h4>BaseReport.stop</h4> +<b>stop</b>(<i></i>) +<p> +Stop the timer. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="Checker" ID="Checker"></a> +<h2>Checker</h2> +<p> + Load a Python source file, tokenize it, check coding style. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#Checker.__init__">Checker</a></td> +<td></td> +</tr><tr> +<td><a href="#Checker.build_tokens_line">build_tokens_line</a></td> +<td>Build a logical line from tokens.</td> +</tr><tr> +<td><a href="#Checker.check_all">check_all</a></td> +<td>Run all checks on the input file.</td> +</tr><tr> +<td><a href="#Checker.check_ast">check_ast</a></td> +<td></td> +</tr><tr> +<td><a href="#Checker.check_logical">check_logical</a></td> +<td>Build a line from tokens and run all logical checks on it.</td> +</tr><tr> +<td><a href="#Checker.check_physical">check_physical</a></td> +<td>Run all physical checks on a raw input line.</td> +</tr><tr> +<td><a href="#Checker.generate_tokens">generate_tokens</a></td> +<td></td> +</tr><tr> +<td><a href="#Checker.readline">readline</a></td> +<td>Get the next line from the input buffer.</td> +</tr><tr> +<td><a href="#Checker.readline_check_physical">readline_check_physical</a></td> +<td>Check and return the next physical line.</td> +</tr><tr> +<td><a href="#Checker.report_invalid_syntax">report_invalid_syntax</a></td> +<td></td> +</tr><tr> +<td><a href="#Checker.run_check">run_check</a></td> +<td>Run a check plugin.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="Checker.__init__" ID="Checker.__init__"></a> +<h4>Checker (Constructor)</h4> +<b>Checker</b>(<i>filename=None, lines=None, options=None, report=None, **kwargs</i>) +<a NAME="Checker.build_tokens_line" ID="Checker.build_tokens_line"></a> +<h4>Checker.build_tokens_line</h4> +<b>build_tokens_line</b>(<i></i>) +<p> + Build a logical line from tokens. +</p><a NAME="Checker.check_all" ID="Checker.check_all"></a> +<h4>Checker.check_all</h4> +<b>check_all</b>(<i>expected=None, line_offset=0</i>) +<p> + Run all checks on the input file. +</p><a NAME="Checker.check_ast" ID="Checker.check_ast"></a> +<h4>Checker.check_ast</h4> +<b>check_ast</b>(<i></i>) +<a NAME="Checker.check_logical" ID="Checker.check_logical"></a> +<h4>Checker.check_logical</h4> +<b>check_logical</b>(<i></i>) +<p> + Build a line from tokens and run all logical checks on it. +</p><a NAME="Checker.check_physical" ID="Checker.check_physical"></a> +<h4>Checker.check_physical</h4> +<b>check_physical</b>(<i>line</i>) +<p> + Run all physical checks on a raw input line. +</p><a NAME="Checker.generate_tokens" ID="Checker.generate_tokens"></a> +<h4>Checker.generate_tokens</h4> +<b>generate_tokens</b>(<i></i>) +<a NAME="Checker.readline" ID="Checker.readline"></a> +<h4>Checker.readline</h4> +<b>readline</b>(<i></i>) +<p> + Get the next line from the input buffer. +</p><a NAME="Checker.readline_check_physical" ID="Checker.readline_check_physical"></a> +<h4>Checker.readline_check_physical</h4> +<b>readline_check_physical</b>(<i></i>) +<p> + Check and return the next physical line. This method can be + used to feed tokenize.generate_tokens. +</p><a NAME="Checker.report_invalid_syntax" ID="Checker.report_invalid_syntax"></a> +<h4>Checker.report_invalid_syntax</h4> +<b>report_invalid_syntax</b>(<i></i>) +<a NAME="Checker.run_check" ID="Checker.run_check"></a> +<h4>Checker.run_check</h4> +<b>run_check</b>(<i>check, argument_names</i>) +<p> + Run a check plugin. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="DiffReport" ID="DiffReport"></a> +<h2>DiffReport</h2> +<p> +Collect and print the results for the changed lines only. +</p> +<h3>Derived from</h3> +StandardReport +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#DiffReport.__init__">DiffReport</a></td> +<td></td> +</tr><tr> +<td><a href="#DiffReport.error">error</a></td> +<td></td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="DiffReport.__init__" ID="DiffReport.__init__"></a> +<h4>DiffReport (Constructor)</h4> +<b>DiffReport</b>(<i>options</i>) +<a NAME="DiffReport.error" ID="DiffReport.error"></a> +<h4>DiffReport.error</h4> +<b>error</b>(<i>line_number, offset, text, check</i>) + +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="FileReport" ID="FileReport"></a> +<h2>FileReport</h2> +<p> +Collect the results of the checks and print only the filenames. +</p> +<h3>Derived from</h3> +BaseReport +<h3>Class Attributes</h3> +<table> +<tr><td>print_filename</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="StandardReport" ID="StandardReport"></a> +<h2>StandardReport</h2> +<p> +Collect and print the results of the checks. +</p> +<h3>Derived from</h3> +BaseReport +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#StandardReport.__init__">StandardReport</a></td> +<td></td> +</tr><tr> +<td><a href="#StandardReport.error">error</a></td> +<td>Report an error, according to options.</td> +</tr><tr> +<td><a href="#StandardReport.error_args">error_args</a></td> +<td>Report an error, according to options.</td> +</tr><tr> +<td><a href="#StandardReport.get_file_results">get_file_results</a></td> +<td>Print the result and return the overall count for this file.</td> +</tr><tr> +<td><a href="#StandardReport.init_file">init_file</a></td> +<td>Signal a new file.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="StandardReport.__init__" ID="StandardReport.__init__"></a> +<h4>StandardReport (Constructor)</h4> +<b>StandardReport</b>(<i>options</i>) +<a NAME="StandardReport.error" ID="StandardReport.error"></a> +<h4>StandardReport.error</h4> +<b>error</b>(<i>line_number, offset, text, check</i>) +<p> +Report an error, according to options. +</p><a NAME="StandardReport.error_args" ID="StandardReport.error_args"></a> +<h4>StandardReport.error_args</h4> +<b>error_args</b>(<i>line_number, offset, code, check, *args</i>) +<p> +Report an error, according to options. +</p><a NAME="StandardReport.get_file_results" ID="StandardReport.get_file_results"></a> +<h4>StandardReport.get_file_results</h4> +<b>get_file_results</b>(<i></i>) +<p> +Print the result and return the overall count for this file. +</p><a NAME="StandardReport.init_file" ID="StandardReport.init_file"></a> +<h4>StandardReport.init_file</h4> +<b>init_file</b>(<i>filename, lines, expected, line_offset</i>) +<p> +Signal a new file. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="StyleGuide" ID="StyleGuide"></a> +<h2>StyleGuide</h2> +<p> +Initialize a PEP-8 instance with few options. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#StyleGuide.__init__">StyleGuide</a></td> +<td></td> +</tr><tr> +<td><a href="#StyleGuide.check_files">check_files</a></td> +<td>Run all checks on the paths.</td> +</tr><tr> +<td><a href="#StyleGuide.excluded">excluded</a></td> +<td>Check if options.exclude contains a pattern that matches filename.</td> +</tr><tr> +<td><a href="#StyleGuide.get_checks">get_checks</a></td> +<td>Find all globally visible functions where the first argument name starts with argument_name and which contain selected tests.</td> +</tr><tr> +<td><a href="#StyleGuide.ignore_code">ignore_code</a></td> +<td>Check if the error code should be ignored.</td> +</tr><tr> +<td><a href="#StyleGuide.init_report">init_report</a></td> +<td>Initialize the report instance.</td> +</tr><tr> +<td><a href="#StyleGuide.input_dir">input_dir</a></td> +<td>Check all files in this directory and all subdirectories.</td> +</tr><tr> +<td><a href="#StyleGuide.input_file">input_file</a></td> +<td>Run all checks on a Python source file.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="StyleGuide.__init__" ID="StyleGuide.__init__"></a> +<h4>StyleGuide (Constructor)</h4> +<b>StyleGuide</b>(<i>*args, **kwargs</i>) +<a NAME="StyleGuide.check_files" ID="StyleGuide.check_files"></a> +<h4>StyleGuide.check_files</h4> +<b>check_files</b>(<i>paths=None</i>) +<p> +Run all checks on the paths. +</p><a NAME="StyleGuide.excluded" ID="StyleGuide.excluded"></a> +<h4>StyleGuide.excluded</h4> +<b>excluded</b>(<i>filename, parent=None</i>) +<p> + Check if options.exclude contains a pattern that matches filename. +</p><a NAME="StyleGuide.get_checks" ID="StyleGuide.get_checks"></a> +<h4>StyleGuide.get_checks</h4> +<b>get_checks</b>(<i>argument_name</i>) +<p> + Find all globally visible functions where the first argument name + starts with argument_name and which contain selected tests. +</p><a NAME="StyleGuide.ignore_code" ID="StyleGuide.ignore_code"></a> +<h4>StyleGuide.ignore_code</h4> +<b>ignore_code</b>(<i>code</i>) +<p> + Check if the error code should be ignored. +</p><p> + If 'options.select' contains a prefix of the error code, + return False. Else, if 'options.ignore' contains a prefix of + the error code, return True. +</p><a NAME="StyleGuide.init_report" ID="StyleGuide.init_report"></a> +<h4>StyleGuide.init_report</h4> +<b>init_report</b>(<i>reporter=None</i>) +<p> +Initialize the report instance. +</p><a NAME="StyleGuide.input_dir" ID="StyleGuide.input_dir"></a> +<h4>StyleGuide.input_dir</h4> +<b>input_dir</b>(<i>dirname</i>) +<p> +Check all files in this directory and all subdirectories. +</p><a NAME="StyleGuide.input_file" ID="StyleGuide.input_file"></a> +<h4>StyleGuide.input_file</h4> +<b>input_file</b>(<i>filename, lines=None, expected=None, line_offset=0</i>) +<p> +Run all checks on a Python source file. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="_add_check" ID="_add_check"></a> +<h2>_add_check</h2> +<b>_add_check</b>(<i>check, kind, codes, args</i>) + +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="_main" ID="_main"></a> +<h2>_main</h2> +<b>_main</b>(<i></i>) +<p> +Parse options and run checks on Python source. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="blank_lines" ID="blank_lines"></a> +<h2>blank_lines</h2> +<b>blank_lines</b>(<i>logical_line, blank_lines, indent_level, line_number, previous_logical, previous_indent_level</i>) +<p> + Separate top-level function and class definitions with two blank lines. +</p><p> + Method definitions inside a class are separated by a single blank line. +</p><p> + Extra blank lines may be used (sparingly) to separate groups of related + functions. Blank lines may be omitted between a bunch of related + one-liners (e.g. a set of dummy implementations). +</p><p> + Use blank lines in functions, sparingly, to indicate logical sections. +</p><p> + Okay: def a():\n pass\n\n\ndef b():\n pass + Okay: def a():\n pass\n\n\n# Foo\n# Bar\n\ndef b():\n pass +</p><p> + E301: class Foo:\n b = 0\n def bar():\n pass + E302: def a():\n pass\n\ndef b(n):\n pass + E303: def a():\n pass\n\n\n\ndef b(n):\n pass + E303: def a():\n\n\n\n pass + E304: @decorator\n\ndef a():\n pass +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="comparison_to_singleton" ID="comparison_to_singleton"></a> +<h2>comparison_to_singleton</h2> +<b>comparison_to_singleton</b>(<i>logical_line, noqa</i>) +<p> + Comparisons to singletons like None should always be done + with "is" or "is not", never the equality operators. +</p><p> + Okay: if arg is not None: + E711: if arg != None: + E712: if arg == True: +</p><p> + Also, beware of writing if x when you really mean if x is not None -- + e.g. when testing whether a variable or argument that defaults to None was + set to some other value. The other value might have a type (such as a + container) that could be false in a boolean context! +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="comparison_type" ID="comparison_type"></a> +<h2>comparison_type</h2> +<b>comparison_type</b>(<i>logical_line</i>) +<p> + Object type comparisons should always use isinstance() instead of + comparing types directly. +</p><p> + Okay: if isinstance(obj, int): + E721: if type(obj) is type(1): +</p><p> + When checking if an object is a string, keep in mind that it might be a + unicode string too! In Python 2.3, str and unicode have a common base + class, basestring, so you can do: +</p><p> + Okay: if isinstance(obj, basestring): + Okay: if type(a1) is type(b1): +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="compound_statements" ID="compound_statements"></a> +<h2>compound_statements</h2> +<b>compound_statements</b>(<i>logical_line</i>) +<p> + Compound statements (multiple statements on the same line) are + generally discouraged. +</p><p> + While sometimes it's okay to put an if/for/while with a small body + on the same line, never do this for multi-clause statements. Also + avoid folding such long lines! +</p><p> + Okay: if foo == 'blah':\n do_blah_thing() + Okay: do_one() + Okay: do_two() + Okay: do_three() +</p><p> + E701: if foo == 'blah': do_blah_thing() + E701: for x in lst: total += x + E701: while t < 10: t = delay() + E701: if foo == 'blah': do_blah_thing() + E701: else: do_non_blah_thing() + E701: try: something() + E701: finally: cleanup() + E701: if foo == 'blah': one(); two(); three() +</p><p> + E702: do_one(); do_two(); do_three() + E703: do_four(); # useless semicolon +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="continued_indentation" ID="continued_indentation"></a> +<h2>continued_indentation</h2> +<b>continued_indentation</b>(<i>logical_line, tokens, indent_level, hang_closing, noqa, verbose</i>) +<p> + Continuation lines should align wrapped elements either vertically using + Python's implicit line joining inside parentheses, brackets and braces, or + using a hanging indent. +</p><p> + When using a hanging indent the following considerations should be applied: +</p><p> + - there should be no arguments on the first line, and +</p><p> + - further indentation should be used to clearly distinguish itself as a + continuation line. +</p><p> + Okay: a = (\n) + E123: a = (\n ) +</p><p> + Okay: a = (\n 42) + E121: a = (\n 42) + E122: a = (\n42) + E123: a = (\n 42\n ) + E124: a = (24,\n 42\n) + E125: if (a or\n b):\n pass + E126: a = (\n 42) + E127: a = (24,\n 42) + E128: a = (24,\n 42) +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="expand_indent" ID="expand_indent"></a> +<h2>expand_indent</h2> +<b>expand_indent</b>(<i>line</i>) +<p> + Return the amount of indentation. + Tabs are expanded to the next multiple of 8. +</p><p> + >>> expand_indent(' ') + 4 + >>> expand_indent('\t') + 8 + >>> expand_indent(' \t') + 8 + >>> expand_indent(' \t') + 8 + >>> expand_indent(' \t') + 16 +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="explicit_line_join" ID="explicit_line_join"></a> +<h2>explicit_line_join</h2> +<b>explicit_line_join</b>(<i>logical_line, tokens</i>) +<p> + Avoid explicit line join between brackets. +</p><p> + The preferred way of wrapping long lines is by using Python's implied line + continuation inside parentheses, brackets and braces. Long lines can be + broken over multiple lines by wrapping expressions in parentheses. These + should be used in preference to using a backslash for line continuation. +</p><p> + E502: aaa = [123, \\n 123] + E502: aaa = ("bbb " \\n "ccc") +</p><p> + Okay: aaa = [123,\n 123] + Okay: aaa = ("bbb "\n "ccc") + Okay: aaa = "bbb " \\n "ccc" +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="extraneous_whitespace" ID="extraneous_whitespace"></a> +<h2>extraneous_whitespace</h2> +<b>extraneous_whitespace</b>(<i>logical_line</i>) +<p> + Avoid extraneous whitespace in the following situations: +</p><p> + - Immediately inside parentheses, brackets or braces. +</p><p> + - Immediately before a comma, semicolon, or colon. +</p><p> + Okay: spam(ham[1], {eggs: 2}) + E201: spam( ham[1], {eggs: 2}) + E201: spam(ham[ 1], {eggs: 2}) + E201: spam(ham[1], { eggs: 2}) + E202: spam(ham[1], {eggs: 2} ) + E202: spam(ham[1 ], {eggs: 2}) + E202: spam(ham[1], {eggs: 2 }) +</p><p> + E203: if x == 4: print x, y; x, y = y , x + E203: if x == 4: print x, y ; x, y = y, x + E203: if x == 4 : print x, y; x, y = y, x +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="filename_match" ID="filename_match"></a> +<h2>filename_match</h2> +<b>filename_match</b>(<i>filename, patterns, default=True</i>) +<p> + Check if patterns contains a pattern that matches filename. + If patterns is unspecified, this always returns True. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="getMessage" ID="getMessage"></a> +<h2>getMessage</h2> +<b>getMessage</b>(<i>code, *args</i>) +<p> + Function to get a translated and formatted message for a given code. +</p><dl> +<dt><i>code</i></dt> +<dd> +message code (string) +</dd><dt><i>args</i></dt> +<dd> +arguments for a formatted message (list) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +translated and formatted message (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="get_parser" ID="get_parser"></a> +<h2>get_parser</h2> +<b>get_parser</b>(<i>prog='pep8', version=__version__</i>) + +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="imports_on_separate_lines" ID="imports_on_separate_lines"></a> +<h2>imports_on_separate_lines</h2> +<b>imports_on_separate_lines</b>(<i>logical_line</i>) +<p> + Imports should usually be on separate lines. +</p><p> + Okay: import os\nimport sys + E401: import sys, os +</p><p> + Okay: from subprocess import Popen, PIPE + Okay: from myclas import MyClass + Okay: from foo.bar.yourclass import YourClass + Okay: import myclass + Okay: import foo.bar.yourclass +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="indentation" ID="indentation"></a> +<h2>indentation</h2> +<b>indentation</b>(<i>logical_line, previous_logical, indent_char, indent_level, previous_indent_level</i>) +<p> + Use 4 spaces per indentation level. +</p><p> + For really old code that you don't want to mess up, you can continue to + use 8-space tabs. +</p><p> + Okay: a = 1 + Okay: if a == 0:\n a = 1 + E111: a = 1 +</p><p> + Okay: for item in items:\n pass + E112: for item in items:\npass +</p><p> + Okay: a = 1\nb = 2 + E113: a = 1\n b = 2 +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="init_checks_registry" ID="init_checks_registry"></a> +<h2>init_checks_registry</h2> +<b>init_checks_registry</b>(<i></i>) +<p> + Register all globally visible functions where the first argument name + is 'physical_line' or 'logical_line'. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="maximum_line_length" ID="maximum_line_length"></a> +<h2>maximum_line_length</h2> +<b>maximum_line_length</b>(<i>physical_line, max_line_length</i>) +<p> + Limit all lines to a maximum of 79 characters. +</p><p> + There are still many devices around that are limited to 80 character + lines; plus, limiting windows to 80 characters makes it possible to have + several windows side-by-side. The default wrapping on such devices looks + ugly. Therefore, please limit all lines to a maximum of 79 characters. + For flowing long blocks of text (docstrings or comments), limiting the + length to 72 characters is recommended. +</p><p> + Reports error E501. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="missing_newline" ID="missing_newline"></a> +<h2>missing_newline</h2> +<b>missing_newline</b>(<i>physical_line</i>) +<p> + JCR: The last line should have a newline. +</p><p> + Reports warning W292. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="missing_whitespace" ID="missing_whitespace"></a> +<h2>missing_whitespace</h2> +<b>missing_whitespace</b>(<i>logical_line</i>) +<p> + JCR: Each comma, semicolon or colon should be followed by whitespace. +</p><p> + Okay: [a, b] + Okay: (3,) + Okay: a[1:4] + Okay: a[:4] + Okay: a[1:] + Okay: a[1:4:2] + E231: ['a','b'] + E231: foo(bar,baz) + E231: [{'a':'b'}] +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="missing_whitespace_around_operator" ID="missing_whitespace_around_operator"></a> +<h2>missing_whitespace_around_operator</h2> +<b>missing_whitespace_around_operator</b>(<i>logical_line, tokens</i>) +<p> + - Always surround these binary operators with a single space on + either side: assignment (=), augmented assignment (+=, -= etc.), + comparisons (==, <, >, !=, <>, <=, >=, in, not in, is, is not), + Booleans (and, or, not). +</p><p> + - Use spaces around arithmetic operators. +</p><p> + Okay: i = i + 1 + Okay: submitted += 1 + Okay: x = x * 2 - 1 + Okay: hypot2 = x * x + y * y + Okay: c = (a + b) * (a - b) + Okay: foo(bar, key='word', *args, **kwargs) + Okay: alpha[:-i] +</p><p> + E225: i=i+1 + E225: submitted +=1 + E225: x = x /2 - 1 + E225: z = x **y + E226: c = (a+b) * (a-b) + E226: hypot2 = x*x + y*y + E227: c = a|b + E228: msg = fmt%(errno, errmsg) +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="mute_string" ID="mute_string"></a> +<h2>mute_string</h2> +<b>mute_string</b>(<i>text</i>) +<p> + Replace contents with 'xxx' to prevent syntax matching. +</p><p> + >>> mute_string('"abc"') + '"xxx"' + >>> mute_string("'''abc'''") + "'''xxx'''" + >>> mute_string("r'abc'") + "r'xxx'" +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="parse_udiff" ID="parse_udiff"></a> +<h2>parse_udiff</h2> +<b>parse_udiff</b>(<i>diff, patterns=None, parent='.'</i>) +<p> +Return a dictionary of matching lines. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="process_options" ID="process_options"></a> +<h2>process_options</h2> +<b>process_options</b>(<i>arglist=None, parse_argv=False, config_file=None, parser=None</i>) +<p> +Process options passed either via arglist or via command line args. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="python_3000_backticks" ID="python_3000_backticks"></a> +<h2>python_3000_backticks</h2> +<b>python_3000_backticks</b>(<i>logical_line</i>) +<p> + Backticks are removed in Python 3. + Use repr() instead. +</p><p> + Okay: val = repr(1 + 2) + W604: val = `1 + 2` +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="python_3000_has_key" ID="python_3000_has_key"></a> +<h2>python_3000_has_key</h2> +<b>python_3000_has_key</b>(<i>logical_line</i>) +<p> + The {}.has_key() method is removed in the Python 3. + Use the 'in' operation instead. +</p><p> + Okay: if "alph" in d:\n print d["alph"] + W601: assert d.has_key('alph') +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="python_3000_not_equal" ID="python_3000_not_equal"></a> +<h2>python_3000_not_equal</h2> +<b>python_3000_not_equal</b>(<i>logical_line</i>) +<p> + != can also be written <>, but this is an obsolete usage kept for + backwards compatibility only. New code should always use !=. + The older syntax is removed in Python 3. +</p><p> + Okay: if a != 'no': + W603: if a <> 'no': +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="python_3000_raise_comma" ID="python_3000_raise_comma"></a> +<h2>python_3000_raise_comma</h2> +<b>python_3000_raise_comma</b>(<i>logical_line</i>) +<p> + When raising an exception, use "raise ValueError('message')" + instead of the older form "raise ValueError, 'message'". +</p><p> + The paren-using form is preferred because when the exception arguments + are long or include string formatting, you don't need to use line + continuation characters thanks to the containing parentheses. The older + form is removed in Python 3. +</p><p> + Okay: raise DummyError("Message") + W602: raise DummyError, "Message" +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="read_config" ID="read_config"></a> +<h2>read_config</h2> +<b>read_config</b>(<i>options, args, arglist, parser</i>) +<p> +Read both user configuration and local configuration. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="readlines" ID="readlines"></a> +<h2>readlines</h2> +<b>readlines</b>(<i>filename</i>) + +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="readlines_1" ID="readlines_1"></a> +<h2>readlines</h2> +<b>readlines</b>(<i>filename</i>) + +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="register_check" ID="register_check"></a> +<h2>register_check</h2> +<b>register_check</b>(<i>check, codes=None</i>) +<p> + Register a new check object. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="stdin_get_value" ID="stdin_get_value"></a> +<h2>stdin_get_value</h2> +<b>stdin_get_value</b>(<i></i>) + +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="tabs_obsolete" ID="tabs_obsolete"></a> +<h2>tabs_obsolete</h2> +<b>tabs_obsolete</b>(<i>physical_line</i>) +<p> + For new projects, spaces-only are strongly recommended over tabs. Most + editors have features that make this easy to do. +</p><p> + Okay: if True:\n return + W191: if True:\n\treturn +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="tabs_or_spaces" ID="tabs_or_spaces"></a> +<h2>tabs_or_spaces</h2> +<b>tabs_or_spaces</b>(<i>physical_line, indent_char</i>) +<p> + Never mix tabs and spaces. +</p><p> + The most popular way of indenting Python is with spaces only. The + second-most popular way is with tabs only. Code indented with a mixture + of tabs and spaces should be converted to using spaces exclusively. When + invoking the Python command line interpreter with the -t option, it issues + warnings about code that illegally mixes tabs and spaces. When using -tt + these warnings become errors. These options are highly recommended! +</p><p> + Okay: if a == 0:\n a = 1\n b = 1 + E101: if a == 0:\n a = 1\n\tb = 1 +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="trailing_blank_lines" ID="trailing_blank_lines"></a> +<h2>trailing_blank_lines</h2> +<b>trailing_blank_lines</b>(<i>physical_line, lines, line_number</i>) +<p> + JCR: Trailing blank lines are superfluous. +</p><p> + Okay: spam(1) + W391: spam(1)\n +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="trailing_whitespace" ID="trailing_whitespace"></a> +<h2>trailing_whitespace</h2> +<b>trailing_whitespace</b>(<i>physical_line</i>) +<p> + JCR: Trailing whitespace is superfluous. + FBM: Except when it occurs as part of a blank line (i.e. the line is + nothing but whitespace). According to Python docs[1] a line with only + whitespace is considered a blank line, and is to be ignored. However, + matching a blank line to its indentation level avoids mistakenly + terminating a multi-line statement (e.g. class declaration) when + pasting code into the standard Python interpreter. +</p><p> + [1] http://docs.python.org/reference/lexical_analysis.html#blank-lines +</p><p> + The warning returned varies on whether the line itself is blank, for easier + filtering for those who want to indent their blank lines. +</p><p> + Okay: spam(1)\n# + W291: spam(1) \n# + W293: class Foo(object):\n \n bang = 12 +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="whitespace_around_comma" ID="whitespace_around_comma"></a> +<h2>whitespace_around_comma</h2> +<b>whitespace_around_comma</b>(<i>logical_line</i>) +<p> + Avoid extraneous whitespace in the following situations: +</p><p> + - More than one space around an assignment (or other) operator to + align it with another. +</p><p> + JCR: This should also be applied around comma etc. + Note: these checks are disabled by default +</p><p> + Okay: a = (1, 2) + E241: a = (1, 2) + E242: a = (1,\t2) +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="whitespace_around_keywords" ID="whitespace_around_keywords"></a> +<h2>whitespace_around_keywords</h2> +<b>whitespace_around_keywords</b>(<i>logical_line</i>) +<p> + Avoid extraneous whitespace around keywords. +</p><p> + Okay: True and False + E271: True and False + E272: True and False + E273: True and\tFalse + E274: True\tand False +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="whitespace_around_named_parameter_equals" ID="whitespace_around_named_parameter_equals"></a> +<h2>whitespace_around_named_parameter_equals</h2> +<b>whitespace_around_named_parameter_equals</b>(<i>logical_line, tokens</i>) +<p> + Don't use spaces around the '=' sign when used to indicate a + keyword argument or a default parameter value. +</p><p> + Okay: def complex(real, imag=0.0): + Okay: return magic(r=real, i=imag) + Okay: boolean(a == b) + Okay: boolean(a != b) + Okay: boolean(a <= b) + Okay: boolean(a >= b) +</p><p> + E251: def complex(real, imag = 0.0): + E251: return magic(r = real, i = imag) +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="whitespace_around_operator" ID="whitespace_around_operator"></a> +<h2>whitespace_around_operator</h2> +<b>whitespace_around_operator</b>(<i>logical_line</i>) +<p> + Avoid extraneous whitespace in the following situations: +</p><p> + - More than one space around an assignment (or other) operator to + align it with another. +</p><p> + Okay: a = 12 + 3 + E221: a = 4 + 5 + E222: a = 4 + 5 + E223: a = 4\t+ 5 + E224: a = 4 +\t5 +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="whitespace_before_inline_comment" ID="whitespace_before_inline_comment"></a> +<h2>whitespace_before_inline_comment</h2> +<b>whitespace_before_inline_comment</b>(<i>logical_line, tokens</i>) +<p> + Separate inline comments by at least two spaces. +</p><p> + An inline comment is a comment on the same line as a statement. Inline + comments should be separated by at least two spaces from the statement. + They should start with a # and a single space. +</p><p> + Okay: x = x + 1 # Increment x + Okay: x = x + 1 # Increment x + E261: x = x + 1 # Increment x + E262: x = x + 1 #Increment x + E262: x = x + 1 # Increment x +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="whitespace_before_parameters" ID="whitespace_before_parameters"></a> +<h2>whitespace_before_parameters</h2> +<b>whitespace_before_parameters</b>(<i>logical_line, tokens</i>) +<p> + Avoid extraneous whitespace in the following situations: +</p><p> + - Immediately before the open parenthesis that starts the argument + list of a function call. +</p><p> + - Immediately before the open parenthesis that starts an indexing or + slicing. +</p><p> + Okay: spam(1) + E211: spam (1) +</p><p> + Okay: dict['key'] = list[index] + E211: dict ['key'] = list[index] + E211: dict['key'] = list [index] +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.PluginCodeStyleChecker.html Fri Oct 04 17:48:17 2013 +0200 @@ -0,0 +1,216 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.Plugins.PluginCodeStyleChecker</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Plugins.PluginCodeStyleChecker</h1> +<p> +Module implementing the code style checker plug-in. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#CodeStyleCheckerPlugin">CodeStyleCheckerPlugin</a></td> +<td>Class implementing the code style checker plug-in.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="CodeStyleCheckerPlugin" ID="CodeStyleCheckerPlugin"></a> +<h2>CodeStyleCheckerPlugin</h2> +<p> + Class implementing the code style checker plug-in. +</p> +<h3>Derived from</h3> +QObject +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#CodeStyleCheckerPlugin.__init__">CodeStyleCheckerPlugin</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.__editorClosed">__editorClosed</a></td> +<td>Private slot called, when an editor was closed.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.__editorCodeStyleCheck">__editorCodeStyleCheck</a></td> +<td>Private slot to handle the code style check context menu action of the editors.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.__editorOpened">__editorOpened</a></td> +<td>Private slot called, when a new editor was opened.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.__editorShowMenu">__editorShowMenu</a></td> +<td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.__initialize">__initialize</a></td> +<td>Private slot to (re)initialize the plugin.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.__projectBrowserCodeStyleCheck">__projectBrowserCodeStyleCheck</a></td> +<td>Private method to handle the code style check context menu action of the project sources browser.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.__projectBrowserShowMenu">__projectBrowserShowMenu</a></td> +<td>Private slot called, when the the project browser menu or a submenu is about to be shown.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.__projectCodeStyleCheck">__projectCodeStyleCheck</a></td> +<td>Public slot used to check the project files for code style.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> +<td>Private slot called, when the the project menu or a submenu is about to be shown.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.activate">activate</a></td> +<td>Public method to activate this plugin.</td> +</tr><tr> +<td><a href="#CodeStyleCheckerPlugin.deactivate">deactivate</a></td> +<td>Public method to deactivate this plugin.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="CodeStyleCheckerPlugin.__init__" ID="CodeStyleCheckerPlugin.__init__"></a> +<h4>CodeStyleCheckerPlugin (Constructor)</h4> +<b>CodeStyleCheckerPlugin</b>(<i>ui</i>) +<p> + Constructor +</p><dl> +<dt><i>ui</i></dt> +<dd> +reference to the user interface object (UI.UserInterface) +</dd> +</dl><a NAME="CodeStyleCheckerPlugin.__editorClosed" ID="CodeStyleCheckerPlugin.__editorClosed"></a> +<h4>CodeStyleCheckerPlugin.__editorClosed</h4> +<b>__editorClosed</b>(<i>editor</i>) +<p> + Private slot called, when an editor was closed. +</p><dl> +<dt><i>editor</i></dt> +<dd> +reference to the editor (QScintilla.Editor) +</dd> +</dl><a NAME="CodeStyleCheckerPlugin.__editorCodeStyleCheck" ID="CodeStyleCheckerPlugin.__editorCodeStyleCheck"></a> +<h4>CodeStyleCheckerPlugin.__editorCodeStyleCheck</h4> +<b>__editorCodeStyleCheck</b>(<i></i>) +<p> + Private slot to handle the code style check context menu action + of the editors. +</p><a NAME="CodeStyleCheckerPlugin.__editorOpened" ID="CodeStyleCheckerPlugin.__editorOpened"></a> +<h4>CodeStyleCheckerPlugin.__editorOpened</h4> +<b>__editorOpened</b>(<i>editor</i>) +<p> + Private slot called, when a new editor was opened. +</p><dl> +<dt><i>editor</i></dt> +<dd> +reference to the new editor (QScintilla.Editor) +</dd> +</dl><a NAME="CodeStyleCheckerPlugin.__editorShowMenu" ID="CodeStyleCheckerPlugin.__editorShowMenu"></a> +<h4>CodeStyleCheckerPlugin.__editorShowMenu</h4> +<b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) +<p> + Private slot called, when the the editor context menu or a submenu is + about to be shown. +</p><dl> +<dt><i>menuName</i></dt> +<dd> +name of the menu to be shown (string) +</dd><dt><i>menu</i></dt> +<dd> +reference to the menu (QMenu) +</dd><dt><i>editor</i></dt> +<dd> +reference to the editor +</dd> +</dl><a NAME="CodeStyleCheckerPlugin.__initialize" ID="CodeStyleCheckerPlugin.__initialize"></a> +<h4>CodeStyleCheckerPlugin.__initialize</h4> +<b>__initialize</b>(<i></i>) +<p> + Private slot to (re)initialize the plugin. +</p><a NAME="CodeStyleCheckerPlugin.__projectBrowserCodeStyleCheck" ID="CodeStyleCheckerPlugin.__projectBrowserCodeStyleCheck"></a> +<h4>CodeStyleCheckerPlugin.__projectBrowserCodeStyleCheck</h4> +<b>__projectBrowserCodeStyleCheck</b>(<i></i>) +<p> + Private method to handle the code style check context menu action of