Quoting Serg Stoyan <[EMAIL PROTECTED]>:

> Agree with you. Excelent work, Sašo. Sašo if you don't mind I want to
> integrate ProjectManager's editor into ProjectCenter.

Sure, go ahead. The relevant classes (and files) are:
 - SourceEditorDocument: the editor's NSDocument subclass.
 - EditorTextView: does all the custom drawing and integrates with syntax
highlighting
 - EditorRulerView: the editor's line/character indicator rulers
 - EditorGuide: an object which represents a draggable guide (see file TRICKS).
 - SyntaxHighlighter: the syntax highlighter's core engine
 - SyntaxDefinition: represents a compiled syntax definition used by a
SyntaxHighlighter object

Perhaps I should one day split it off into a separate component bundle... And
there's room for improvement in the syntax highlighter's performance. It
currently isn't totally snappy on my 300MHz Pentium equivalent when I run XMMS
in the background... damn.

Regards
--
Saso



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to