Page 4 of 15

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Tue Feb 10, 2015 5:48 pm
by SlySven
It is a limitation of the XML 1.0 specification that prohibits ASCII control characters (ASCII codes less than 32{dec} and delete 127) EXCEPT for <Tab> <CR> and <LF> - that prohibition also covers <ESC> so no putting ANSI Colour codes in your triggers though we have recently looked at a workaround for that character in particular though I don't recall whether it is in any released code!

{Mudlet stores your profile data scripts/aliases etc. in a (zipped?) XML format.} :geek:

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Wed Feb 11, 2015 9:07 am
by Vadi
Belgarath wrote:Highlighting text and right clicking for a copy is... Too fast. It disappears instantly before you can click on anything. This is on OSX Yosemite.
http://ge.tt/6pHk4HA2

I tried it out but I don't think it was happening for me? Or do you mean something else?

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Wed Feb 11, 2015 1:24 pm
by Nemutaur
It might be the same problem i had with the trigger dropdown. I think there are "extra" clicks sometimes because of the mudlet map bug.

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Thu Feb 12, 2015 4:07 pm
by Belgarath
http://ge.tt/7U5lSMA2/v/0?c

Very weird, since I can see the right click working but it goes away instantly without me doing anything <.<

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Fri Feb 27, 2015 7:36 pm
by Slayd
I applaud all the effort that has and is being put into this new release of mudlet. I know that incremental progress is being made.

Are there known problems with 3.0 that cannot be solved by our mudlet team in isolation? That require changes in third party software that mudlet is using? If so, is there a list of these resolve-required-by-third-party problems?

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Fri Feb 27, 2015 10:49 pm
by Vadi
http://goo.gl/YrT40J is the list of issues outstanding - there are a couple of nasty OSX-specific issues that are big blockers. https://bugs.launchpad.net/mudlet/+bug/1371444 is a Qt issue, submitted to Qt's JIRA with a test case, and another https://bugs.launchpad.net/mudlet/+bug/1419179 which is a Qt issue but without a test case so far.

Besides the mapper exits issue that's being worked on by SlySven and chris already, the other issues on the list are fairly minor.

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Sat Feb 28, 2015 9:46 am
by Belgarath
I'm having the same problem as https://bugs.launchpad.net/mudlet/+bug/1413435 in OSX. I've been using Delta for the last few weeks and apart from having to maximise/resize it when I open different profiles, that one mapper bug, and Mudlet crashing when I click on the search bar to look up something in the backlog, it is working very smoothly and efficiently.

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Mon Mar 02, 2015 4:56 pm
by Slayd
For some reason, I'm no longer seeing the problem with the long input line causing the window to shrink in size.

It may have been something that was fixed in an OSX release. I am using 10.10.2

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Mon Mar 02, 2015 8:31 pm
by Vadi
Can anyone on 10.10.2 confirm?

Re: Mudlet 3.0.0-delta (preview #4)

Posted: Tue Mar 03, 2015 2:50 pm
by mishgul
Hello,

Will there be a function for ANSI 256 colour support? I know that previous version of mudlet had support for 16 colours, in ANSI, but the getColorWildcard() function just returns false if I go higher.