Table Of Contents

Previous topic

SyntaxData

Next topic

SyntaxData

This Page

phoenix_title _html

FILE: html.py AUTHOR: Cody Precord

Summary: Lexer configuration module for HTML/DHTML/SGML.

Todo

Add Netscape/Microsoft Tag Extenstions (maybe)

Todo

Styleing needs lots of tweaking


class_hierarchy Inheritance Diagram

Inheritance diagram for module _html

Inheritance diagram of _html


function_summary Functions Summary

AutoIndenter Auto indent python code.
KeywordString Returns the specified Keyword String

class_summary Classes Summary

SyntaxData SyntaxData object for Html and related languages

Functions



AutoIndenter(estc, pos, ichar)

Auto indent python code.

Parameters:
  • estc – EditraStyledTextCtrl
  • pos – current carat position
  • ichar – Indentation character


KeywordString(option=0)

Returns the specified Keyword String

Parameters:option – specific subset of keywords to get