chcg / ColumnsPlusPlus

Columns++ is a plugin for Notepad++ offering various features for working with text and data arranged in columns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Columns++

Columns++ is a plugin for Notepad++ which offers features for working with text and data arranged in columns, including an implementation of elastic tabstops, enhanced searching and sorting, column alignment and numeric calulations.

Like Notepad++, Columns++ is released under the GNU General Public License (either version 3 of the License, or, at your option, any later version).

Columns++ uses the C++ Mathematical Expression Toolkit Library (ExprTk) by Arash Partow (https://www.partow.net/), which is released under the MIT License.

Columns++ uses JSON for Modern C++ by Niels Lohmann (https://nlohmann.me), which is released under the MIT License.

Columns++ uses the Boost.Regex library, which is released under the Boost Software License, Version 1.0.

Purpose

Columns++ is designed to provide some helpful functions for editing text or data that is lined up visually in columns, so that you can make a rectangular selection of the column(s) you want to process.

The integrated implementation of Elastic tabstops works to line up columns when tabs are used as logical separators, including tab-separated values data files as well as any ordinary text or code document containing sections in which you want to line up columns easily using tabs. You can use this feature on its own or with the other functions in Columns++.

Main Features

  • Elastic tabstops: Columns++ includes a new implementation of Nick Gravgaard's Elastic tabstops. (Please note that as of this writing I have not communicated with Mr. Gravgaard about my implementation of his proposal, and no endorsement on his part is implied.)
  • Find and replace: Columns++ supports find and replace within regions, which can be defined by rectangular selections or multiple selections. Numeric formulas are supported in regular expression replacement strings.
  • Calculations: There are commands to add or average numbers in one or more columns and to insert the results of a calculation into each line of a rectangular selection.
  • Alignment: You can left- or right-align text, or line up numbers.
  • Sorting: Columns++ includes sort commands that work correctly with rectangular selections in files that use tabs. Sorts can be based on multiple columns or on regular expression capture groups.
  • Conversion: Commands to convert tabs to spaces and to convert between comma (or other delimiter) separated values and tabbed presentation are included.

There is a help file.

Limitations

Columns++ is optimized for use with Elastic tabstops. It also works with files that use traditional, fixed tabs for alignment, or no tabs at all; however, you should ordinarily select only one column at a time in files that don't use Elastic tabstops.

Columns++ is generally not helpful when columns do not line up visually, such as in comma-separated values files. However, Columns++ can convert between delimiter-separated values and tabbed presentation; and there are some features, particularly search using numeric formulas in regular expression replacement strings and sorting with custom criteria, which may be useful in documents that are not column-oriented.

Elastic tabstops can cause loading and editing to be slow for large files. Performance can be significantly improved by avoiding proportionally-spaced fonts. By default, Elastic tabstops is automatically turned off for files over 1000 KB or 5000 lines. You can change these limits.

Installation

Columns++ will be available through the Notepad++ Plugins Admin interface soon. In the meantime:

You can use the Quick Installer for the latest release if you have Notepad++ (either 32-bit, 64-bit or both) installed in the default location(s).

Otherwise, download an x86 or x64 zip file from the Releases section, depending on whether you're using 32-bit or 64-bit Notepad++. Unzip the file to a folder named ColumnsPlusPlus (the name must be exactly this, or Notepad++ will not load the plugin) and copy that folder into the plugins directory where Notepad++ is installed (usually C:\Program Files (x86)\Notepad++\plugins for 32-bit versions or C:\Program Files\Notepad++\plugins for 64-bit versions).

About

Columns++ is a plugin for Notepad++ offering various features for working with text and data arranged in columns.

License:GNU General Public License v3.0


Languages

Language:C++ 96.3%Language:HTML 2.3%Language:C 1.3%Language:Batchfile 0.1%Language:PowerShell 0.0%