Chris McGrath

Results 31 comments of Chris McGrath

Align by equals example - https://github.com/cpmcgrath/codealignment/wiki/Example-1---Align-by-equals

Hi, I'm not sure what you're asking for, could you provide more details?

Hi, The recommended way to do this at the moment would be to go into the settings screen and add shortcuts for the alignments you want. I'll keep this ticket...

The vsix file should just be created as part of the build. Maybe check out the appveyor.yml file as it contains the commands the build server uses to compile it....

I've a feeling this is actually a limitation of Notepad++ API or the c# wrapper I use to access it. My logic is pretty simple, Line.cs' Text property makes the...

Still to test, but I think it could be as simple as changing [MarshalAs(UnmanagedType.LPStr)] to [MarshalAs(UnmanagedType.LPWStr)]

The rules to detect Unicode seem quite simple, but I'm doing something wrong. SCI_GET_LINE returns a stringbuilder where each character represents a byte. The rules for detecting Unicode is the...

c# has got Encoding.Unicode.GetString(byte[]) but it was just giving garbage to me.

Quick update on my thinking for this: I'd love this functionality, but it's always been something that I've always been cautious about implementing as we'd need a way to make...