GNU Source-highlight 2.11 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNU Source-highlight 2.11 (Default branch)
# 1  
Old 11-16-2008
GNU Source-highlight 2.11 (Default branch)

GNU Source-highlight produces a document withsyntax highlighting when given a source file. Ithandles many languages, e.g., Java, C/C++, Prolog,Perl, PHP3, Python, Flex, HTML, and other formats,e.g., ChangeLog and log files, as source languagesand HTML, XHTML, DocBook, ANSI color escapes, LaTeX, andTexinfo as output formats. Input and outputformats can be specified with a regularexpression-oriented syntax.License: GNU General Public License (GPL)Changes:
Language definitions for Scala and Xorg configuration files were added. The procedure for regular expression matching was improved. Boost regex library discovery in the configure script was improved. The configuration file for bash_completion was added. It is now possible to highlight only specific ranges of lines.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Tk_DrawFocusHighlight(3TK)				       Tk Library Procedures					Tk_DrawFocusHighlight(3TK)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_DrawFocusHighlight - draw the traversal highlight ring for a widget SYNOPSIS
#include <tk.h> Tk_DrawFocusHighlight(tkwin, gc, width, drawable) ARGUMENTS
Tk_Window tkwin (in) Window for which the highlight is being drawn. Used to retrieve the window's dimensions, among other things. GC gc (in) Graphics context to use for drawing the highlight. int width (in) Width of the highlight ring, in pixels. Drawable drawable (in) Drawable in which to draw the highlight; usually an offscreen pixmap for double buffering. _________________________________________________________________ DESCRIPTION
Tk_DrawFocusHighlight is a utility procedure that draws the traversal highlight ring for a widget. It is typically invoked by widgets dur- ing redisplay. KEYWORDS
focus, traversal highlight ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+ NOTES
Source for Tk is available on http://opensolaris.org. Tk 4.0 Tk_DrawFocusHighlight(3TK)