Package com.amrdeveloper.codeview
See: Description
-
Interface Summary Interface Description Code Interface to represent a different types of code such as keywords or snippets Findable Interface used to support find and match features Replaceable Interface used to support find and replacement feature -
Class Summary Class Description CodeView CodeView is a CustomView to provide a lot of features that you need to highlights and creating an editor for your custom programming language or data format CodeViewAdapter Custom base adapter that to use it in CodeView auto complete and snippets feature CodeViewAdapter supports to take a list of code which can include Keywords and snippets Keyword Keyword is used to save information to provide auto complete features KeywordTokenizer The default tokenizer that used for CodeView auto complete feature Snippet Snippet is used to save information to provide snippets features Token Token is class to represent a position on the source code