Re: [Mudlet-makers] [Bug 373529] Re: Echos, replaces, color changes are not show in html logs.

2010-03-22 Thread Ramiel
You may want to send that to the main group too :) On Mon, Mar 22, 2010 at 4:33 PM, PenquinCoder penquinco...@gmail.comwrote: I too would appreciate this functionality. I believe that for this to work, the function that writes to the log would have to write out AFTER changes to the output

Re: [Mudlet-makers] [Bug 493404] Re: Hard crashes of mudlet result in lost data, if 'Save profile' has not been clicked

2009-12-07 Thread Ramiel
Ahh ok, gotcha. I'm reporting bugs from win32 at the moment, I don't use ubuntu much these days. On Mon, Dec 7, 2009 at 11:57 PM, Heiko koehnhe...@googlemail.com wrote: Ramiel, Vadi is referring to connection dialog-profile history where old profile snapshots can be loaded - default is latest

[Mudlet-makers] [Bug 493401] [NEW] Copying from debug does not copy anything to the clipboard

2009-12-06 Thread Ramiel
Public bug reported: When you select text in the debug window and right click - copy, nothing is copied to the clipboard. If you have something on the clipboard already, mudlet will hard crash. OS: WinXP SP3 Mudlet v1.04 ** Affects: mudlet Importance: Undecided Status: New --

[Mudlet-makers] [Bug 493400] [NEW] Debug shows incorrect mapping of matches[]

2009-12-06 Thread Ramiel
Public bug reported: When triggers show on debug, they show as follows: 12:34:56.000 new line arrived: blahblahblah Trigger name = whatever matches[0] = blahblahblah matches[1] = blah This is misleading. Matches indexes from 1, not 0. It should read: matches[1] = blahblahblah matches[2] = blah

[Mudlet-makers] [Bug 493404] Re: Hard crashes of mudlet result in lost data, if 'Save profile' has not been clicked

2009-12-06 Thread Ramiel
I do my archiving by hand at the moment.. which is easy with the export tools. And I only have to do it once a session. I feel losing data through crashing is a greater evil to losing data by accidentally deleting it then clicking save. -- Hard crashes of mudlet result in lost data, if 'Save

[Mudlet-makers] [Bug 493404] Re: Hard crashes of mudlet result in lost data, if 'Save profile' has not been clicked

2009-12-06 Thread Ramiel
Save setting or save profile? Because if its save setting that doesn't happen for me. Lost 2 hours work earlier today. -- Hard crashes of mudlet result in lost data, if 'Save profile' has not been clicked https://bugs.launchpad.net/bugs/493404 You received this bug notification because you are

Re: [Mudlet-makers] [Bug 367697] Re: Sometimes large blocks of text are blacked out in the buffer

2009-09-30 Thread Ramiel
Didn't notice the request for a replay when you asked months ago, Heiko. Do you still need it? On Thu, Oct 1, 2009 at 6:40 AM, Heiko koehnhe...@googlemail.com wrote: ** Changed in: mudlet Importance: Critical = High -- Sometimes large blocks of text are blacked out in the buffer

[Mudlet-makers] [Bug 382985] [NEW] modifiers with keys don't input properly

2009-06-02 Thread Ramiel
Public bug reported: When setting up keys on windows or linux, if you use a modifier the key does not enter properly and is instead shown as: ctrl + Ctrl alt + Alt shift + Shift I guess the modifier keys need to be removed from the list of permitted keys? Ver: beta 10pre8 OS: ubuntu 9.04 and

Re: [Mudlet-makers] [Bug 364350] Re: Feature Request: Sort items in a folder

2009-05-07 Thread Ramiel
Is there any reason why this won't be done? I spent a lot of time manually dragging folders to sort them. Some mudders are an anal sort. On Wed, Apr 22, 2009 at 2:11 AM, Heiko koehnhe...@googlemail.com wrote: ** Changed in: mudlet Status: New = Won't Fix -- Feature Request: Sort items

[Mudlet-makers] [Bug 371532] [NEW] cut() copy() do not work... or perhaps pasteWindow() doesn't

2009-05-04 Thread Ramiel
Public bug reported: One of these three doesn't work. Its probably pasteWindow, with all the recent changes to user windows OS: xp sp3 Mudlet pre-b10 ** Affects: mudlet Importance: Undecided Status: New -- cut() copy() do not work... or perhaps pasteWindow() doesn't

[Mudlet-makers] [Bug 371492] [NEW] all the copyright notices in the beta9 still refer to 2008, not 2009

2009-05-03 Thread Ramiel
Public bug reported: nt ** Affects: mudlet Importance: Undecided Status: New -- all the copyright notices in the beta9 still refer to 2008, not 2009 https://bugs.launchpad.net/bugs/371492 You received this bug notification because you are a member of Mudlet Makers, which is

[Mudlet-makers] [Bug 370151] [NEW] Feature Request: Make non-regex triggers fill out matches[1]

2009-04-30 Thread Ramiel
Public bug reported: Easiest to paste the irc log here: (11:04:58 AM) Ramiel2: I have a lil request (11:05:06 AM) Ramiel2: will post it, but want to share it here first (11:05:18 AM) Ramiel2: can we have non-regex triggers fill in matches[1] when matched? (11:06:54 AM) vadi2: what about line

[Mudlet-makers] [Bug 367697] [NEW] Sometimes large blocks of text are blacked out in the buffer

2009-04-26 Thread Ramiel
Public bug reported: http://img13.imageshack.us/img13/7718/bugecu.jpg Generally happens when I'm reading the news. Text is selectable, but the block still is in place over the selected text. Beta 9 - XP SP3 ** Affects: mudlet Importance: Undecided Status: New ** Tags: block

[Mudlet-makers] [Bug 367705] [NEW] Using pasteWindow with two windows open crashes mudlet

2009-04-26 Thread Ramiel
Public bug reported: With two user windows open, using pasteWindow on the second window seems to crash Mudlet. Calling it with this trigger: Trigger Pattern: ^\((\w| )+\): \w+ says?, .*(\.|\?|\!)$ Code: selectString(line, 1) copy() pasteWindow(comms) The comms window is open and inited. **

[Mudlet-makers] [Bug 367723] [NEW] Aliases can't be disabled

2009-04-26 Thread Ramiel
Public bug reported: When you click disable on an alias, it disables briefly. When you click on another setting it gets recompiled and automatically re-enabled. ** Affects: mudlet Importance: Undecided Status: New ** Tags: alias editor settings -- Aliases can't be disabled

Re: [Mudlet-makers] [Bug 364410] Re: Mudlet locks up when using a specific trigger combination

2009-04-25 Thread Ramiel
in deleteLine() clearWindow() that hang Mudlet in special situations. This has been fixed now. 2. Ramiel: Your map end detection triggers don't work in special cases when the map end line looks different than normal. This leads to not recognizing the end of the map and your capture triggers

Re: [Mudlet-makers] [Bug 364410] Re: Mudlet locks up when using a specific trigger combination

2009-04-25 Thread Ramiel
overload. On Wed, Apr 22, 2009 at 1:50 AM, Heiko koehnhe...@googlemail.com wrote: 1. There has been a bug in deleteLine() clearWindow() that hang Mudlet in special situations. This has been fixed now. 2. Ramiel: Your map end detection triggers don't work in special cases when the map end line

[Mudlet-makers] [Bug 365878] [NEW] cut() doesn't cut the text, it copies

2009-04-24 Thread Ramiel
Public bug reported: cut() doesn't cut the text, it merely copies it. Using: function cutMap() selectString(line, 1) cut() pasteWindow(mapcap) end my map remains in the main window... os: xp sp3 mudlet beta 9 ** Affects: mudlet Importance: Undecided

[Mudlet-makers] [Bug 365837] [NEW] Feature request: Profile autosaving

2009-04-23 Thread Ramiel
Public bug reported: Getting sick of retyping settings when I forget to manually save profile, and it crashes. Can we get an autosave feature, where the profile is autosaved every so often, or perhaps on every settings change? ** Affects: mudlet Importance: Undecided Status: New

[Mudlet-makers] [Bug 365854] [NEW] Log text does not obey fix new line text to be on new line setting

2009-04-23 Thread Ramiel
Public bug reported: http://mudlet.pastebin.com/m33f4001 System Message: Logging has been stopped. Log file is C:/Documents and Settings/lstillard/ config/mudlet/profiles/aetolia/log/24-04-2009#14-11-45.html(Market): Tylera says, Ad 375! Now a 5% discount to all members in enorian and even a

[Mudlet-makers] [Bug 365337] [NEW] Setting wrapwidth to 0 causes a crash system instability

2009-04-22 Thread Ramiel
Public bug reported: Upon setting wrapwidth to 0, my system locked up until I was able to kill mudlet's task. Until I restarted I continued to have a very slow system. Reproducable, tho I'd hate to think what'd happen if I set a negative number. OS: XP SP 3 Mudlet Beta 9 ** Affects:

Re: [Mudlet-makers] [Bug 302995] Re: Settings buttons do not call up inactive edit window

2009-04-21 Thread Ramiel
Haven't specifically tested but I remember it still happening yesterday. Will advise. On Wed, Apr 22, 2009 at 2:28 AM, Heiko koehnhe...@googlemail.com wrote: Ramiel: is this still the case on windows or has this been fixed by now? -- Settings buttons do not call up inactive edit window

Re: [Mudlet-makers] [Bug 364410] Re: Mudlet locks up when using a specific trigger combination

2009-04-21 Thread Ramiel
. Ramiel: Your map end detection triggers don't work in special cases when the map end line looks different than normal. This leads to not recognizing the end of the map and your capture triggers won't stop capturing. Try out the inline map package I posted in the package section of the forum

[Mudlet-makers] [Bug 364352] [NEW] Feature Request: Folder icon size change

2009-04-20 Thread Ramiel
Public bug reported: Another request: Smaller icons for folders. When you have well organised folders, each one takes up about twice the space as the normal on/off trigger icon. This leads to a lot of bloat and wasted space in the settings editor list, and a lot of scrolling that could be