Skip to content

Releases: cpmcgrath/codealignment

Code Alignment Version 14.1

Choose a tag to compare

@cpmcgrath cpmcgrath released this 15 Dec 23:02

#66 Stop working for VS2012 after V14
#80 Add Support for Visual Studio 2019

Code Alignment Version 14

Choose a tag to compare

@cpmcgrath cpmcgrath released this 13 Jan 10:56

#64 Add Support for Notepad++ x64
#65 Setup AppVeyor Continuous Integration Server

Code Alignment for Visual Studio Version 13.1

Choose a tag to compare

@cpmcgrath cpmcgrath released this 12 Nov 03:42

#55 Remove Visual Studio 2010 & Atmel Studio Support
#56 Remove Support for Expression Blend.
#57 Improve support for Visual Studio "15"

Code Alignment Version 13

Choose a tag to compare

@cpmcgrath cpmcgrath released this 06 Nov 21:46

#53 Update the solution so it can be built in Visual Studio 2015 enhancement
#54 Upgrade all Projects from .NET 3.5 to .NET 4 enhancement Notepad++ Visual Studio

Code Alignment for Visual Studio Version 12.1

Choose a tag to compare

@cpmcgrath cpmcgrath released this 07 Apr 22:27

Added Visual Studio 15 Support

Code Alignment Version 12

Choose a tag to compare

@cpmcgrath cpmcgrath released this 29 Jan 06:06

Issue #23 and #35

Issue #23 - Align by string screen lets align from caret position if SHIFT is down when clicking OK

Issue #35 is all backend, no visible changes.

To make sure you always have the latest version, please download the Visual Studio Version from https://visualstudiogallery.msdn.microsoft.com/7179e851-a263-44b7-a177-1d31e33c84fd

Code Alignment for Visual Studio Version 11.1

Choose a tag to compare

@cpmcgrath cpmcgrath released this 29 Jan 05:53

Supports Visual Studio 2015

Code Alignment Version 11

Choose a tag to compare

@cpmcgrath cpmcgrath released this 17 Oct 06:05

Issues #27 and #32 Finished
This allows you to specify where to put the spaces. This allows you to right align.
For example, the following regex...

(?<insert>\d*)(?<compare>\d)

would line up ones, tens, etc

Code Alignment Version 10

Choose a tag to compare

@cpmcgrath cpmcgrath released this 20 Sep 01:37

This Version adds Alignment Chaining. When using the Code alignment shortcut, simply keep pressing control and you can immediately perform another alignment starting from where the last alignment occurred.