- Sep 12, 2013
- Sep 09, 2013
-
-
deuce authored
pass an extra paramter to resolve_ip which returns an array of all addresses matching the passed hostname... then loop through them and find the first one that matches a location. Should be backward compatible with the Peon version.
-
deuce authored
get_nicklocaiton().
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
the whereis and weather commands.
-
deuce authored
Appears to do something about prefix lengths greater than 1.
-
- Sep 08, 2013
- Sep 07, 2013
-
-
nightfox authored
-
nightfox authored
Bug fix (for SlyEdit v1.31): Disabled the spinning cursor when getting input at all places, to prevent overwriting a character on the screen (i.e., when displaying the text replacements list).
-
nightfox authored
SlyEdit v1.31 - Bug fix: Set a default for the inner text for the text replacement list box in case it's not defined in the color theme file. Also did some small code refactoring.
-
deuce authored
-
- Sep 06, 2013
-
-
deuce authored
when an exceptional condition is signaled by selected.
-
- Sep 05, 2013
- Sep 04, 2013
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
nightfox authored
SlyEdit 1.30: When literal text replacements are being done (not using regular expressions), SlyEdit now won't force the replacement text to be all lower-case.
-
deuce authored
on an unsupported version of Windows like Win32S or Win98 or whatever. I have no idea why we do this.
-
deuce authored
doesn't like it when you don't.
-
- Sep 03, 2013
-
-
deuce authored
Whatever we needed windows.h for here is gone. this fixes the windows.h -> winsock.h / winsock2.h problem.
-
nightfox authored
SlyEdit 1.29: Added a text replacement (AKA Macro) feature. Added a new color setting, used when listing the text replacements: txtReplacementList. Renamed the crossPostBorder and crossPostBorderTxt color settings to the more generic listBoxBorder and listBoxBorderText. Also, did some code refactoring. The new configuration file SlyEdit_TextReplacements.cfg are where the words & their replacements are defined for text replacements. The new configuration option enableTextReplacements toggles whether or not to enable text replacements and has 3 values: false (disabled), true (enabled with literal text matching), and regex (enabled, using regular expressions).
-
- Sep 01, 2013