Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Usability issues

<< < (5/9) > >>

ollydbg:
Yes, many overlaying issues, this is another one I encountered.
I will test your patches soon.
Edit:

Hi, I test your patch, and it works quite well, I think the devs should consider these patches. :D

By the way, I just copy you patch and created a *.patch file, but when I try to apply the patch using TortoiseSVN, it gives a "Chunk size error" message, so, I have to add to your code manually.  :(

stahta01:

--- Quote from: lexis on February 24, 2009, 02:31:56 pm ---Yes, you are right...
I mean "ASCII" as non unicode or multibyte...
8-bit equals ASCII if byte value <= 0x7F(127)
If byte value > 0x7F then character can be defined according some encoding (CP1251 or CP1252 [since I'm from Russia] or some else).
There no info about particular encoding is in the file.

--- End quote ---

I suggest removing the "Legacy mode test." Lines 1087 to 1104 it looks to be the only none ASCII portion.

Tim S

killerbot:
applied the patch (rev 5612). Excellent work :-)

MortenMacFly:

--- Quote from: killerbot on May 30, 2009, 09:20:14 am ---applied the patch (rev 5612). Excellent work :-)

--- End quote ---
Yepp - nice catch. ;-)

geiermeier:

--- Quote ---Issue 7: Send command to debugger field

I think this one was requested once a long time ago. It would be a seldom used feature, but it would also be handy to have. The debugger output window would be a good place to put it in.
--- End quote ---

I second this one, too. Using the "Send user command to debugger" option is just too cumbersome. It's one of the most annoying things in CB for me.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version