To download this library for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://LummoxJR.SyntaxHighlighter##version=3
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://LummoxJR.SyntaxHighlighter##version=3
944 downloads
Version 3
Date added: | Jan 6 2006 |
Last updated: | Jul 29 2009 |
8 fans
|
Syntax Highlighter displays DM code in HTML with full highlighting, just like Dream Maker does. (Actually it's better than the current version of DM, because it also highlights identifiers and numbers.) The output is styled with CSS which is fully customizable. Use it for chat, group programming sessions, or on your DMCGI-powered Web site.
|
|
Related Libraries
A flexible browser library that allows easy implementation and usage of browser interfaces, windows, and forms using ...
|
|
HTML Censor library allows your program to go through strings, allowing some tags, and disallowing others. Attributes ...
|
|
Display your map levels as text or HTML with clickable links.
|
|
A simple HTML interfacing library with Javascript interfacing functionality (if one desires).
|
|
Ever seen the tags in the developer forum, and wished that your project could create that effect too? With this ...
|
|
Create friendly HTML file selection popups
|
|
Disable/modify HTML tags or specific attributes of an HTML tag, or even create your own custom tags!
|
|
HTML library featuring form generation.
|
|
|
|
|
More Libraries by Lummox JR
A configurable name generator based on Werd
|
|
Easy locking mechanism for doors, containers, and rooms
|
|
An advanced text-on-map library for BYOND 4.0
|
|
An extensible smiley library
|
|
Confirmation dialogs made easy
|
|
A library for manipulating icons and colors
|
|
An advanced text-on-map library
|
|
Create friendly HTML file selection popups
|
|
Create custom-colored icons and cache them to reuse as needed.
|
|
Helpful procs for using numbers in text
|
|
Load, save, and reuse temporary maps for unlimited worlds
|
|
A regular expression library for DM
|
|
Copyright © 2024 BYOND Software.
All rights reserved.
Infinite loop suspected--switching proc to background.
If it is not an infinite loop, either do 'set background=1' or set world.loop_checks=0.
proc name: TrimLeadingTabs (/client/highlighter/proc/TrimLeadingTabs)
source file: lummoxjr_syntax_highlighter.dm,122
usr: IainPeregrine (/mob)
src: /client/highlighter (/client/highlighter)
call stack:
/client/highlighter (/client/highlighter): TrimLeadingTabs(" \nclient{ \n\tTopic(href,href...")
IainPeregrine (/client): Topic("action=viewcode;code=\[0x21000...", /list (/list), null)
This occurs when an extra new line (\n) precedes the code to be formatted.