This commit is contained in:
mysticbbs 2012-08-17 14:37:41 -04:00
parent 304caf241e
commit faeea67a7a
1 changed files with 12 additions and 4 deletions

View File

@ -4642,10 +4642,10 @@
regardless of their file casing, just as long as the archive utility is regardless of their file casing, just as long as the archive utility is
able to extract it. able to extract it.
+ Added the poorly done syntax highlighting from the old MIDE into the new + Added syntax highlighting back into MIDE, however it does not and probably
MIDE. It does not support block comments, so just use // if you like that will not support block comment highlighting. Just use the single line
highlighting. The highlighting can be turned on/off via mide.ini by // comments if you like syntax highlighting. The highlighting can be
adding this option under "[General]": turned on/off via mide.ini by adding this option under "[General]":
; do syntax highlighting (note does not support block comments) ; do syntax highlighting (note does not support block comments)
; and is substancially slower in screen updates ; and is substancially slower in screen updates
@ -4664,3 +4664,11 @@
syn_string = 27 syn_string = 27
syn_number = 19 syn_number = 19
syn_comment = 23 syn_comment = 23
syn_hex = 28
syn_charnum = 27
! Fixed a bug that could cause viewing files from within an archive to
fail.
+ MUTIL now has the ability to import FILES.BBS files automatically. See
the MUTIL.CFG file for more information.