- Jan 08, 2018
-
-
rswindell authored
-
rswindell authored
other than 1.
-
nightfox authored
Made a bug fix when inserting text at the beginning/middle of a line, which was causing the cursor to move to the wrong place after wrapping and seemed to happen when quote lines were in the message.
-
rswindell authored
-
rswindell authored
have to load() the monolothic sbbsdefs.js to get these values.
-
- Jan 07, 2018
-
-
nightfox authored
For SlyEdit v1.55 and higher: Replaced the ASCII-1 character with \1, except when followed by another number. I think this looks cleaner. SlyEdit v1.55 and above allows using \1 in place of the ASCII-1 character in the color theme files.
-
nightfox authored
Updated comments for the new color-related settings noColorSelectionGrpNames, noColorSelectionSubBoardCodes, cvtColorToANSIGrpNames, and cvtColorToANSISubBoardCodes - Now they're only comma-separated rather than comma & space separated.
-
nightfox authored
-
nightfox authored
Updated the settings noColorSelectionInGrpNames, noColorSelectionInSubBoardCodes, cvtColorToANSIGrpNames, and cvtColorToANSISubBoardCodes to be comma-separated only (instead of either comma or space-separated), to keep things simple and in case there are any spaces in any message group descriptions. Removed the TextEditColor setting from the color theme files, since that probably no longer makes sense now that the user can change the text color. When inserting quote lines into a message, ensured the quote lines have the "normal" attribute. The user's chosen colors are applied to their own text lines. When importing a file (for sysops only), any color or attribute codes are stripped if colors are not allowed in the current message area according to the SlyEdit configuration file. Fixed a bug in refreshing the help text line on the bottom of the screen after choosing text colors.
-
rswindell authored
-
rswindell authored
Don't ask the user if their terminal supports RIP unless they already answered yes to ANSI-support (can't have RIP without ANSI).
-
rswindell authored
-
rswindell authored
-
rswindell authored
- if the sysop had text/menu/<filename>.bak (for example), the optoinal menu would attempt to load, resulting in an error ("<filename>.asc not found") - if the sysop specified menu_file or menu_dir (e.g. via Baja), the existing checks for optional menu file existance would not work
-
rswindell authored
sbbsdefs.js now load()'s smbdefs.js This allows modules that only need SMB-related constants to potentially execute faster/leaner.
-
echicken authored
while perusing this earlier.
-
echicken authored
it may be a child frame of some other, and this will remove it from there (and free up memory). Fixes ansiview crash after browsing x number of local directories. Various formatting changes with no functional impact (I hope).
-
- Jan 06, 2018
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
nightfox authored
-
nightfox authored
Version 1.56: Fixed a bug (reported by Al) where saving via /s on an empty line was causing SlyEdit to quit with an error.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Use sauce_lib.js and ansiterm_lib.js to enable support for iCE colored ANSis. We should look into .bin file support too
-
rswindell authored
-
- Jan 05, 2018
-
-
mcmlxxix authored
-
rswindell authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
SlyEdit version 1.55: Added support for changing the text color. Ctrl-K can be used to choose a text color (other key combos that might make more sense such as Ctrl-A or Ctrl-C were already used for other featuers). Text colors/attributes are entered as a series of attributes. For instance, to choose green, one would enter G. To choose high-intensity green, one would enter HG. One can switch back to the normal attribute by choosing N. Colors are also supported in the text replacements file - Color/attribute codes can be used in the substitute words. Also, \1 can now be used in the color configuration files in place of the ASCII-1 character.
-
rswindell authored
-
- Jan 04, 2018
- Jan 03, 2018
- Jan 02, 2018
-
-
rswindell authored
text.
-