Search the web
Sign In
New User? Sign Up
SubEthaEdit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Updating the Makefile mode   Message List  
Reply | Forward Message #201 of 212 |
Re: Updating the Makefile mode

--- In SubEthaEdit@yahoogroups.com, "michael_j_barber" <michael_j_barber@...>
wrote:
> First, the keywords are not colored as I would expect. As a specific example
of the issue, consider the following two lines:
> SHELL=/bin/sh
> SHELL = /bin/sh
> The SHELL in the first line is colored as a keyword, the SHELL in the second
is not. Some keywords don't ever seem to be colored. This happens with the
unmodified Makefile mode as downloaded from the codingmonkeys.de website, before
I make any changes. I really don't have any idea why this is. The definitions
seem consistent with how keywords are given in other modes, so I suspect it may
have something to do with the state definitions.
>

I noticed similar behavior in the PHP-HTML mode and I filed a bug for it
(SEE-3865). As excited as I am for the code folding, I had to downgrade to
3.2.1, because the inconsistent and erratic syntax coloring was proving to be a
distraction and decreasing my productivity.

Jeff Groth




Wed Aug 19, 2009 2:49 pm

jtgroth007
Offline Offline
Send Email Send Email

Forward
Message #201 of 212 |
Expand Messages Author Sort by Date

I've begun adding folding support to the Makefile mode, specifically by adding a Command state to indicate the blocks of build commands for a target. I have a...
michael_j_barber
michael_j_ba...
Offline Send Email
Aug 16, 2009
3:22 pm

... Is = part of <charsintokens> in your case? ... Usually the default state is a parent to all other states. ... <import> imports the contents of a state into...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 19, 2009
3:11 pm

... No, it is not. The contents of <charsintokens> is: <![CDATA[_0987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@-.]]> It looks like SHELL...
michael_j_barber
michael_j_ba...
Offline Send Email
Aug 25, 2009
10:31 am

... Indeed I identified this as a bug we will fix for 3.5.1. It causes some keyword groups to not highlight consistently currently. Sorry for that. Took me a...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 25, 2009
11:09 am

... I noticed similar behavior in the PHP-HTML mode and I filed a bug for it (SEE-3865). As excited as I am for the code folding, I had to downgrade to 3.2.1,...
jtgroth007
Offline Send Email
Aug 19, 2009
3:12 pm

... Not sure these issues are related. I'm sorry for the bug however. We will try to address it for 3.5.1 which should be due in about 2 weeks. All the best, ...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 19, 2009
3:18 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help