KJS Namespace Reference
Detailed Description
Cool, this is all we need here.
Variable Documentation
struct HashEntry KJS::KateJSDocumentProtoTableEntries[] [static] |
Initial value:
{
{ 39, KateJSDocument::CanComment, DontDelete|Function, 2, 24 },
{ 136, KateJSDocument::Text, DontDelete|Function, 4, -1 },
{ 0, 0, 0, 0, -1 },
{ 61, KateJSDocument::InsertLine, DontDelete|Function, 2, -1 },
{ 105, KateJSDocument::RemoveText, DontDelete|Function, 4, 22 },
{ 164, KateJSDocument::TextLine, DontDelete|Function, 1, 21 },
{ 28, KateJSDocument::CanBreakAt, DontDelete|Function, 2, -1 },
{ 0, 0, 0, 0, -1 },
{ 173, KateJSDocument::EditEnd, DontDelete|Function, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 72, KateJSDocument::InsertText, DontDelete|Function, 3, -1 },
{ 189, KateJSDocument::Length, DontDelete|Function, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 202, KateJSDocument::Lines, DontDelete|Function, 0, 27 },
{ 196, KateJSDocument::Clear, DontDelete|Function, 0, -1 },
{ 155, KateJSDocument::FullText, DontDelete|Function, 0, -1 },
{ 94, KateJSDocument::RemoveLine, DontDelete|Function, 1, 23 },
{ 181, KateJSDocument::SetText, DontDelete|Function, 1, -1 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 83, KateJSDocument::LineLength, DontDelete|Function, 1, 26 },
{ 126, KateJSDocument::EditBegin, DontDelete|Function, 0, -1 },
{ 146, KateJSDocument::IsInWord, DontDelete|Function, 2, -1 },
{ 1, KateJSDocument::CommentMarker, DontDelete|Function, 1, 25 },
{ 15, KateJSDocument::CommentStart, DontDelete|Function, 1, -1 },
{ 50, KateJSDocument::CommentEnd, DontDelete|Function, 1, -1 },
{ 116, KateJSDocument::Attribute, DontDelete|Function, 2, -1 }
}
Definition at line 33 of file katejscript.lut.h.
const char KJS::KateJSDocumentProtoTableStrings[] [static] |
Initial value:
{
"\0"
"commentMarker\0"
"commentStart\0"
"canBreakAt\0"
"canComment\0"
"commentEnd\0"
"insertLine\0"
"insertText\0"
"lineLength\0"
"removeLine\0"
"removeText\0"
"attribute\0"
"editBegin\0"
"textRange\0"
"isInWord\0"
"textFull\0"
"textLine\0"
"editEnd\0"
"setText\0"
"length\0"
"clear\0"
"lines\0"
}
Definition at line 7 of file katejscript.lut.h.
struct HashEntry KJS::KateJSDocumentTableEntries[] [static] |
Initial value:
{
{ 39, KateJSDocument::SpaceIndent, DontDelete|ReadOnly, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 15, KateJSDocument::IndentWidth, DontDelete|ReadOnly, 0, -1 },
{ 1, KateJSDocument::HighlightMode, DontDelete|ReadOnly, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 51, KateJSDocument::IndentMode, DontDelete|ReadOnly, 0, 6 },
{ 27, KateJSDocument::MixedIndent, DontDelete|ReadOnly, 0, -1 }
}
Definition at line 82 of file katejscript.lut.h.
const char KJS::KateJSDocumentTableStrings[] [static] |
Initial value:
{
"\0"
"highlightMode\0"
"indentWidth\0"
"mixedIndent\0"
"spaceIndent\0"
"indentMode\0"
}
Definition at line 72 of file katejscript.lut.h.
struct HashEntry KJS::KateJSIndenterProtoTableEntries[] [static] |
Initial value:
{
{ 1, KateJSIndenter::Dummy, DontDelete, 0, -1 }
}
Definition at line 177 of file katejscript.lut.h.
const char KJS::KateJSIndenterProtoTableStrings[] [static] |
struct HashEntry KJS::KateJSIndenterTableEntries[] [static] |
Initial value:
{
{ 1, KateJSIndenter::OnNewline, DontDelete, 0, 3 },
{ 0, 0, 0, 0, -1 },
{ 11, KateJSIndenter::OnChar, DontDelete, 0, -1 },
{ 18, KateJSIndenter::OnLine, DontDelete, 0, -1 }
}
Definition at line 197 of file katejscript.lut.h.
const char KJS::KateJSIndenterTableStrings[] [static] |
Initial value:
{
"\0"
"onnewline\0"
"onchar\0"
"online\0"
}
Definition at line 189 of file katejscript.lut.h.
struct HashEntry KJS::KateJSViewProtoTableEntries[] [static] |
Initial value:
{
{ 60, KateJSView::CursorColumnReal, DontDelete|Function, 0, 14 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 42, KateJSView::SetCursorPosition, DontDelete|Function, 2, -1 },
{ 92, KateJSView::CursorColumn, DontDelete|Function, 0, 15 },
{ 0, 0, 0, 0, -1 },
{ 118, KateJSView::SetSelection, DontDelete|Function, 4, -1 },
{ 0, 0, 0, 0, -1 },
{ 23, KateJSView::RemoveSelectedText, DontDelete|Function, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 142, KateJSView::SelectAll, DontDelete|Function, 0, 16 },
{ 131, KateJSView::CursorLine, DontDelete|Function, 0, -1 },
{ 1, KateJSView::SetCursorPositionReal, DontDelete|Function, 2, -1 },
{ 152, KateJSView::Selection, DontDelete|Function, 0, -1 },
{ 105, KateJSView::HasSelection, DontDelete|Function, 0, -1 },
{ 77, KateJSView::ClearSelection, DontDelete|Function, 0, -1 }
}
Definition at line 116 of file katejscript.lut.h.
const char KJS::KateJSViewProtoTableStrings[] [static] |
Initial value:
{
"\0"
"setCursorPositionReal\0"
"removeSelectedText\0"
"setCursorPosition\0"
"cursorColumnReal\0"
"clearSelection\0"
"cursorColumn\0"
"hasSelection\0"
"setSelection\0"
"cursorLine\0"
"selectAll\0"
"selection\0"
}
Definition at line 100 of file katejscript.lut.h.
struct HashEntry KJS::KateJSViewTableEntries[] [static] |
Initial value:
{
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 60, KateJSView::SelEndLine, DontDelete|ReadOnly, 0, 6 },
{ 0, 0, 0, 0, -1 },
{ 41, KateJSView::SelStartLine, DontDelete|ReadOnly, 0, 5 },
{ 1, KateJSView::SelStartCol, DontDelete|ReadOnly, 0, -1 },
{ 22, KateJSView::SelEndCol, DontDelete|ReadOnly, 0, -1 }
}
Definition at line 153 of file katejscript.lut.h.
const char KJS::KateJSViewTableStrings[] [static] |
Initial value:
{
"\0"
"selectionStartColumn\0"
"selectionEndColumn\0"
"selectionStartLine\0"
"selectionEndLine\0"
}
Definition at line 144 of file katejscript.lut.h.

