Feature Requests item #1414661, was opened at 2006-01-25 08:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1414661&group_id=2439

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Jim Pattee (jimp03)
Assigned to: Nobody/Anonymous (nobody)
Summary: Modified LexOthers.cxx

Initial Comment:
The attached zip file contains a modified LexOthers.cxx
file that I have been using for a few months.  I use a
lot of batch files and the changes correct a couple of
problems.

1) Changes to variables coloring.  There are changes to
the coloring of variables that parse the input or are
included in a FOR statement.  The test.bat file will
demonstrate the changes.

2) Changes to external commands coloring.  If no
changes are made the external commands will be
displayed as they are now.  But if a second set of
keywords is added, the text will be examined to see if
it is a valid external command.  This eliminates the
false coloring that sometimes occurs.  It also corrects
an occasional paren matching problem.  Again the
test.bat file will demonstrate the changes.

There are three files in the attached zip:

1) LexOthersModified.cxx.  This is the modified lexer
that should replace LexOthers.cpp in a SciLexer compile.

2) SciTEUser.properties.  A properties file that
contains only the batch file keywords.  It can be used
for testing or the keywords can be copied into a
current user file.

3) test.bat.  A short batch file that will demonstrate
the changes.

I don't know how many people use batch files anymore,
but I have found the changes useful.  All changes are
clearly marked in the listing.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1414661&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to