X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <500FDDEB.6090206@laserlinc.com> Date: Wed, 25 Jul 2012 07:52:11 -0400 From: Joshua Lansford User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] Symbol attributes References: <50084839 DOT 9080804 AT sbcglobal DOT net> <201207191830 DOT q6JIUH0o028413 AT envy DOT delorie DOT com> <500DB5AB DOT 4000903 AT sbcglobal DOT net> <500F4824 DOT 1080905 AT sbcglobal DOT net> <20120725063536 DOT GA24867 AT visitor2 DOT iram DOT es> <20120725102654 DOT 55EAD8279F78 AT turkos DOT aspodata DOT se> In-Reply-To: <20120725102654.55EAD8279F78@turkos.aspodata.se> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Also if you hit ex while an attribute is selected you can change its color. ~Joshua On 07/25/2012 06:26 AM, Karl Hammar wrote: > -------- > Gabriel: > ... >> The most annoying issue is that, being an attribute, it is displayed >> in a different color than the text associated with symbols which played >> a similar role in the standard library. I don't think it is right now >> possible to modify the colour depending on regexp matching on the attribute >> name; otherwise it would be nice if attribute name matching ".*label.*" >> would use text color (automatically atattribute promotion time). > ... > > An attribute is simply a pair of lines: > > T 100 1300 5 10 0 0 0 0 1 > author=Karl Hammar > > where the "5" above is the colour, see [1] for details. > > If your program remembers the "previous" line, it can change the > colour. >