Would this not be better done in the theme?
-- Robert J. Rockefeller b...@bobrockefeller.com On Tue, Apr 1, 2014, at 03:17 AM, Jacob Carlborg wrote: I'm playing around with the TextMate source code and I'm trying to set the background color for a specific line. As I understand the source code there's a class, OakTextView, that is the main class for the text view. This view contains a instance of layout_t, which contains a tree of paragraph_t, which contains a vector of node_t, each node_t contains a line_t. line_t have a method to render the background. I'm having trouble to get out the line_t which matches a given line number. How can I do that? -- /Jacob Carlborg _______________________________________________ textmate-dev mailing list [1]textmate-dev@lists.macromates.com [2]http://lists.macromates.com/listinfo/textmate-dev References 1. mailto:textmate-dev@lists.macromates.com 2. http://lists.macromates.com/listinfo/textmate-dev
_______________________________________________ textmate-dev mailing list textmate-dev@lists.macromates.com http://lists.macromates.com/listinfo/textmate-dev