Alex Tsui

Results 22 comments of Alex Tsui

Ctrl+D is not broken per-se but was at some point used as a key chord for the debugger: ![debugger](https://cloud.githubusercontent.com/assets/204991/5697750/cf72e2de-99ae-11e4-9d0d-e85b0fb0bd9f.png) The workaround for now to get Ctrl+D working as before is...

I'm looking into it now. The command format should look like ``` :[range]s/{pattern}/{string}/[flags] ``` but currently, a range is not expected and needs to be parsed.

This feature is still not done yet, but please make use of this workaround for now, using features available in the addin as of version 1.1: 1. Place the cursor...

Hi, what version of MonoDevelop are you running the addin with? The addin is actually quite old at this point and I haven't had a chance to test it out...

This is related to issue #14 where the numbers you enter is parsed as input for `count`. I think there needs to be some code to handle the special case...

The only recent commit that seems to be of interest is f8bcb10550574372899ae925b6d19d811bcd26cf.

Can you try reinstalling the addin and seeing if it has the same behavior? I updated the published addin to version 1.1.11.

I've only tested it on Mac and Linux. I haven't got a development environment set up on Windows, but I can test it later.

Sorry for your troubles. I think it may be quicker to publish the addin for MD4. I will try to do this tonight. On Thu, Jun 4, 2015 at 10:43...

I think the color values are given as ints in the 0-255 range, so the alpha value should also be 0-255. Can you give me a commit with just the...